aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed typo in GLX_SLOW_VISUAL_EXTBrian Paul2000-03-311-2/+2
* clean-up of info messagesBrian Paul2000-03-311-5/+5
* fixed Voodoo1/2/ stride problem in fxDDReadPixels()Brian Paul2000-03-311-1/+5
* misc clean-upBrian Paul2000-03-311-46/+61
* added more debugging codeBrian Paul2000-03-311-8/+18
* added GLX_EXT_visual_ratingBrian Paul2000-03-311-1/+2
* added rest of GLX_EXT_visual_rating extensionBrian Paul2000-03-311-3/+12
* minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul2000-03-311-2/+3
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-316-27/+75
* added _mesa_create/destroy_visual()Brian Paul2000-03-312-22/+92
* separate R/G/B/A accum buffer size fieldsBrian Paul2000-03-312-8/+32
* added XMesaCreateVisual2()Brian Paul2000-03-311-1/+18
* added GLX_EXT_visual_ratingBrian Paul2000-03-311-7/+12
* tweaks to allow different read formats/typesBrian Paul2000-03-311-4/+20
* optimized glReadPixels()Brian Paul2000-03-301-2/+121
* improved PrintTexture debug functionBrian Paul2000-03-301-7/+36
* fixed typos in generate_lookup_tables()Brian Paul2000-03-301-2/+2
* Added stipple modeKeith Whitwell2000-03-301-7/+69
* fixed subtexture address calculation bugBrian Paul2000-03-301-32/+32
* removed GL_HP_occlustion_test code, added -exit optionBrian Paul2000-03-291-102/+45
* renamed mesaStrDup() to str_dup()Brian Paul2000-03-291-9/+10
* new texture image download codeBrian Paul2000-03-294-477/+334
* lots of new workBrian Paul2000-03-292-61/+824
* changes for single-copy texturesBrian Paul2000-03-293-12/+26
* hit space bar to rerun benchmarkBrian Paul2000-03-291-1/+2
* added error checking on file openBrian Paul2000-03-291-1/+6
* added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul2000-03-291-1/+2
* fixed some buffer clear bugsBrian Paul2000-03-291-8/+12
* lots of changesBrian Paul2000-03-291-81/+72
* version 5: added texture compression extensionBrian Paul2000-03-291-1/+41
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-287-97/+143
* added optimized read/drawpixels for 16bpp TrueColorBrian Paul2000-03-281-2/+3
* Updated to compile under Irix 6.5Randy Frank2000-03-272-5/+17
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-273-316/+154
* added _mesa_unconvert_teximage()Brian Paul2000-03-272-2/+293
* put _mesa prefix on some functionsBrian Paul2000-03-274-23/+27
* added missing glEnd() call (Tim Beckmann)Brian Paul2000-03-271-52/+3
* Minor fixupsJon Taylor2000-03-272-6/+6
* fixed a Driver.TexImage call typo, misc clean-upBrian Paul2000-03-241-7/+6
* added texutil.c sourceBrian Paul2000-03-243-3/+6
* initial check-inBrian Paul2000-03-242-0/+599
* version 4, all extensions up to 197, added some missing enum valuesBrian Paul2000-03-241-40/+698
* added benchmarkingBrian Paul2000-03-231-42/+43
* changed some Linux -O2 flags to -O3Brian Paul2000-03-231-4/+4
* added new texture image functions, minor clean-upBrian Paul2000-03-231-146/+177
* added some comments and new texture image functionsBrian Paul2000-03-231-9/+22
* replaced HaveTexObj with UseTexObjBrian Paul2000-03-231-31/+10
* added 3.3 To Do itemsBrian Paul2000-03-231-2/+4
* removed some unpopular extensions (now in glext.h)Brian Paul2000-03-231-52/+1
* replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul2000-03-232-7/+11