
GpuTest v0.7.0 - 2014.02.16
===========================
+ added new Julia FP64 fractal test (OpenGL 4.0).

GpuTest v0.6.1 - 2013.10.29
===========================
* bugfix in Mac OS X version: the CSV file (benchmark scores) was not generated at the end of a benchmark.

GpuTest v0.6.0 - 2013.08.06
============================
+ added a Tkinter user graphical interface for Linux.
+ added Mac OS X 10.9 support.
+ added command line option to disable GPU monitoring on Windows: /no_gpu_monitoring
+ added GPU monitoring on Windows (enabled by default).
+ added command line option to enable the display of information in the 3D window: /display_info
+ added a hotkey (I) to enable / disable the display of information (Windows only).
+ added the display of information about the current test in the 3D window (disabled by default).
  The display of information is not available in benchmark mode.
! Updated with latest 3d framework.


GpuTest v0.5.0 - 2013.07.11
============================
+ added new OpenGL 2.1 / 3.0 demo: Plot3D (command line: /test=plot3d /plot3d_vertex_density=density).
+ added new OpenGL 2.1 / 3.0 demo: Triangle (command line: /test=triangle).
+ added additional per frame log info (frame number, elapsed time, opengl error code). Command line: /debug_log_frame_data
+ Linux: removed dependance with GLIB 2.14 and replaced with dependance with GLIBC 2.2.5. 
+ Mesa/Gallium3D demos: Plot3D, Triangle, FurMark, Volplosion and Piano.
! fixed a bug in the OpenGL render window creation for Mesa/Gallium3D renderer.
! fixed a bug under Linux: when demo initialization fails, the window is now properly closed. 
! Updated with latest gxl3d lib.


GpuTest v0.4.1 - 2013.05.10
============================
! Bugfix for Intel HD Graphics GPUs under Windows. All 3D tests crashed on 
  set_uniform_1i(). Graphics driver: 9.18.10.3071 (3-19-2013) - GL:ig7icd64.dll
! Updated with latest gxl3d lib.


GpuTest v0.4.0 - 2013.05.06
============================
+ TessMark OpenGL 4.0 demo now runs on OSX 10.8!
+ added new tessellation levels for TessMark: X8, X16, X32 and X64. Default is X32.
! updated TessMark rendering code to fix a bug with Radeon cards under Linux.
! update: OpenGL core profile is used for all OpenGL 3+ demos.
+ added new command line param to disable the check of correct 
  OpenGL support: /disable_opengl_support_check . This check
  is done in GiMark and TessMark demos.
! Updated test of OpenGL 4 tessellation shader support for TessMark demo. 
! Updated the texture used by the Pixmark Piano demo to get the old and rusty look (thanks iq!).
* Fixed a bug in background pixel shader of TessMark demo (texture2D() function was used  
  in place of texture() in a GLSL 1.50 / OpenGL 3.2 shader).


GpuTest v0.3.0 - 2013.04.17
============================
+ added new command line params to force VBO/IBO usage: /vbo_usage=GL_STATIC_DRAW
  and /ibo_usage=GL_STATIC_DRAW
+ added new command line params to launch the new demos: /test=pixmark_piano and
  /test=pixmark_volplosion
+ added two new tests (OpenGL 2.1 or OpenGL 3.2 according to the host system): 
  PixMark Piano (based on this demo: https://www.shadertoy.com/view/ldl3zN) and
  PixMark Volplosion (based on this demo: http://glsl.heroku.com/e#2945.1).
! Updated with the latest gxl3d lib.


GpuTest v0.2.1 - 2012.11.29
============================
! Update: added command line parameter /no_scorebox to disable the display of the score box
  at the end of the benchmark. 
! Update: added command line parameter /no_log_score to disable the score file.


GpuTest v0.2.0 - 2012.11.13
============================
. First public version.
