summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed compiler warnings on BeOS R4Brian Paul2000-03-199-373/+375
* added glext.h to tar file listBrian Paul2000-03-191-1/+2
* removed MGL filesBrian Paul2000-03-181-3/+1
* colors were computed incorrectly (Hans Nelles)Brian Paul2000-03-181-4/+8
* silence some warningsBrian Paul2000-03-171-1/+4
* added missing error checksBrian Paul2000-03-171-71/+82
* removed old Depth buffer pointer varBrian Paul2000-03-173-12/+12
* fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell2000-03-161-2/+2
* removed old commentBrian Paul2000-03-131-5/+2
* fixed polygon stipple packing/unpackingBrian Paul2000-03-133-46/+140
* added final GL_HP_occlusion_test valuesBrian Paul2000-03-131-2/+2
* Committing in .Jouk Jansen2000-03-131-2/+4
* gave temp values to GL_HP_occlusion_test tokensBrian Paul2000-03-111-2/+2
* initial implementation of GL_HP_occlusion_test extensionBrian Paul2000-03-115-11/+120
* glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul2000-03-101-8/+26
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-074-10/+5
* minor clean-upBrian Paul2000-03-071-8/+8
* implemented FX_grSstPerfStats()Brian Paul2000-03-071-6/+6
* added GL_EXT_texture_lod_biasBrian Paul2000-03-071-1/+2
* added GL_HP_occlusion_test, GL_EXT_texture_lod_biasBrian Paul2000-03-071-1/+34
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-074-40/+92
* made gl_make_fog_coords() staticBrian Paul2000-03-071-2/+3
* added target parameter to Driver.TexEnv()Brian Paul2000-03-074-9/+7
* now save Targa image. misc clean-upBrian Paul2000-03-061-52/+89
* added demos/geartrainBrian Paul2000-03-061-2/+3
* added geartrainBrian Paul2000-03-063-8/+9
* initial check-inBrian Paul2000-03-062-0/+1155
* fixed off-by-one errors in matrix stack setup/cleanupBrian Paul2000-03-061-7/+13
* Committing in .Jouk Jansen2000-03-061-1/+13
* removed obsolete logicop functionBrian Paul2000-03-031-14/+4
* added LineWidth device driver functionBrian Paul2000-03-033-3/+11
* depth buffer change, BGR/RGB setup changeBrian Paul2000-03-031-4/+18
* clean-up warningsBrian Paul2000-03-033-16/+20
* runtime selectable depth buffer depthBrian Paul2000-03-0315-262/+912
* save ColorTable and ColorSubTable commandsBrian Paul2000-03-031-3/+3
* moved device driver DrawPixels callBrian Paul2000-03-031-8/+8
* added device driver ReadPixels and CopyPixels functionsBrian Paul2000-03-031-1/+20
* removed GLX_VERSION_1_3 for nowBrian Paul2000-03-031-2/+1
* changes to _WIN32 test and APIENTRY testBrian Paul2000-03-031-2/+2
* minor clean-upBrian Paul2000-03-021-14/+12
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
* inserted static const in make_null_texture()Brian Paul2000-03-011-2/+2
* minor reformattingBrian Paul2000-03-011-10/+9
* added readpix programBrian Paul2000-03-013-6/+6
* test glDraw/Read/CopyPixels()Brian Paul2000-03-011-0/+253
* added GL_GLEXT_VERSION_EXTBrian Paul2000-03-011-0/+2
* test for GL 1.2Brian Paul2000-03-011-3/+7
* added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul2000-02-281-1/+10
* added GL_BGR and GL_BGRA supportBrian Paul2000-02-281-59/+5
* add callbacks for stippleKeith Whitwell2000-02-274-5/+15