summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed TDA to [4] for glMaterialfv() callsBrian Paul2000-03-221-2/+2
* converted from GL_EXT_texture3D to GL 1.2Brian Paul2000-03-221-37/+23
* tweaked the animation rateBrian Paul2000-03-221-5/+17
* updated renderer string version to 20000322Brian Paul2000-03-221-1/+1
* lots of changes for single-copy texture image DD interfaceBrian Paul2000-03-221-224/+374
* fixed Cygwin patch typosBrian Paul2000-03-222-2/+2
* removed a few const keywords because of mutex callsBrian Paul2000-03-212-6/+6
* added more lockingBrian Paul2000-03-213-6/+32
* removed retainInternalCopy from TexSubImage functionsBrian Paul2000-03-211-11/+8
* made _mesa_native_packing constBrian Paul2000-03-212-4/+4
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-216-111/+119
* clean-up of texture image constructionBrian Paul2000-03-211-93/+84
* added _mesa_image_row_stride()Brian Paul2000-03-212-2/+45
* more reorganization and clean-upBrian Paul2000-03-201-37/+26
* rearranged order of some functionsBrian Paul2000-03-201-57/+55
* added new TexImage and TexSubImage functionsBrian Paul2000-03-201-2/+82
* added new_texture_image()Brian Paul2000-03-201-70/+67
* added lodbias demoBrian Paul2000-03-204-7/+8
* initial check-inBrian Paul2000-03-201-0/+217
* added more extensions, now at version 3Brian Paul2000-03-201-15/+801
* removed test for MESA symbolBrian Paul2000-03-201-4/+1
* Cygwin changes, removed two ARB extensions, now in glext.hBrian Paul2000-03-201-37/+5
* patched for Cygwin (Sven Panne)Brian Paul2000-03-207-11/+57
* added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul2000-03-202-58/+262
* added aa trianglesBrian Paul2000-03-201-1/+2
* removed GL_FXMESA_global_texture_lod_bias extensionBrian Paul2000-03-192-15/+0
* removed debug printfBrian Paul2000-03-191-2/+1
* updated for Mesa 3.3Brian Paul2000-03-191-21/+46
* 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