summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-03-22updated renderer string version to 20000322Brian Paul
2000-03-22lots of changes for single-copy texture image DD interfaceBrian Paul
2000-03-22fixed Cygwin patch typosBrian Paul
2000-03-21removed a few const keywords because of mutex callsBrian Paul
2000-03-21added more lockingBrian Paul
2000-03-21removed retainInternalCopy from TexSubImage functionsBrian Paul
2000-03-21made _mesa_native_packing constBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-21clean-up of texture image constructionBrian Paul
2000-03-21added _mesa_image_row_stride()Brian Paul
2000-03-20more reorganization and clean-upBrian Paul
2000-03-20rearranged order of some functionsBrian Paul
2000-03-20added new TexImage and TexSubImage functionsBrian Paul
2000-03-20added new_texture_image()Brian Paul
2000-03-20added lodbias demoBrian Paul
2000-03-20initial check-inBrian Paul
2000-03-20added more extensions, now at version 3Brian Paul
2000-03-20removed test for MESA symbolBrian Paul
2000-03-20Cygwin changes, removed two ARB extensions, now in glext.hBrian Paul
2000-03-20patched for Cygwin (Sven Panne)Brian Paul
2000-03-20added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul
2000-03-20added aa trianglesBrian Paul
2000-03-19removed GL_FXMESA_global_texture_lod_bias extensionBrian Paul
2000-03-19removed debug printfBrian Paul
2000-03-19updated for Mesa 3.3Brian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-19added glext.h to tar file listBrian Paul
2000-03-18removed MGL filesBrian Paul
2000-03-18colors were computed incorrectly (Hans Nelles)Brian Paul
2000-03-17silence some warningsBrian Paul
2000-03-17added missing error checksBrian Paul
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-16fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell
2000-03-13removed old commentBrian Paul
2000-03-13fixed polygon stipple packing/unpackingBrian Paul
2000-03-13added final GL_HP_occlusion_test valuesBrian Paul
2000-03-13 Committing in .Jouk Jansen
2000-03-11gave temp values to GL_HP_occlusion_test tokensBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-07minor clean-upBrian Paul
2000-03-07implemented FX_grSstPerfStats()Brian Paul
2000-03-07added GL_EXT_texture_lod_biasBrian Paul
2000-03-07added GL_HP_occlusion_test, GL_EXT_texture_lod_biasBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-03-07made gl_make_fog_coords() staticBrian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-03-06now save Targa image. misc clean-upBrian Paul
2000-03-06added demos/geartrainBrian Paul