]> git.mxchange.org Git - flightgear.git/blob - src/Canvas/ShivaVG/NEWS
Fix a Clang warning in Shiva.
[flightgear.git] / src / Canvas / ShivaVG / NEWS
1 version 0.2.0 to 0.2.1 (20 Mar 2009):
2   * Implemented scissoring for 1 scissor rectangle
3
4 version 0.2.0 (20 Jan 2008):
5   * Fixed a bug where rotation in the paint-to-user matrix broke radial
6     gradient fill.
7
8   * vgCreateContextSH interface changed to allow for specification of
9     surface width and height
10
11   * new extension: vgResizeSurfaceSH to be called whenever the surface
12     needs to be resized to match the new window size
13
14   * #define GL_GLEXT_LEGACY in shExtensions.h prior to including gl.h
15     so it doesn't include glext.h automatically, which enables us to
16     check for OpenGL version and define OpenGL extension functions
17     manually.
18
19   * Optimized image uploading by replacing the call to gluBuild2DMipmaps
20     with glTexImage2D and changing the filter used to GL_LINEAR
21
22   * Added detection of ARB_texture_non_power_of_two extension to upload
23     rectangular images directly instead of scaling them and loosing
24     precision
25
26   * Pattern paint implemented
27
28   * Include folder changed to "vg" (lowercase)
29
30   * Added a message to test_blend program to notify the user that it
31     has not been implemented yet (black screen is therefore fine)
32
33   * All the calls to glLoadMatrix replaced with glPushMatrix,
34     glMultMatrix, glPopMatrix.
35
36   * Replaced images used in example programs for royalty-free
37
38   * README file written