summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-31added GLX_EXT_visual_ratingBrian Paul
2000-03-31tweaks to allow different read formats/typesBrian Paul
2000-03-30optimized glReadPixels()Brian Paul
2000-03-30improved PrintTexture debug functionBrian Paul
2000-03-30fixed typos in generate_lookup_tables()Brian Paul
2000-03-30Added stipple modeKeith Whitwell
2000-03-30fixed subtexture address calculation bugBrian Paul
2000-03-29removed GL_HP_occlustion_test code, added -exit optionBrian Paul
2000-03-29renamed mesaStrDup() to str_dup()Brian Paul
2000-03-29new texture image download codeBrian Paul
2000-03-29lots of new workBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-29hit space bar to rerun benchmarkBrian Paul
2000-03-29added error checking on file openBrian Paul
2000-03-29added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul
2000-03-29fixed some buffer clear bugsBrian Paul
2000-03-29lots of changesBrian Paul
2000-03-29version 5: added texture compression extensionBrian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-28added optimized read/drawpixels for 16bpp TrueColorBrian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
2000-03-27removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul
2000-03-27added _mesa_unconvert_teximage()Brian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-27added missing glEnd() call (Tim Beckmann)Brian Paul
2000-03-27Minor fixupsJon Taylor
2000-03-24fixed a Driver.TexImage call typo, misc clean-upBrian Paul
2000-03-24added texutil.c sourceBrian Paul
2000-03-24initial check-inBrian Paul
2000-03-24version 4, all extensions up to 197, added some missing enum valuesBrian Paul
2000-03-23added benchmarkingBrian Paul
2000-03-23changed some Linux -O2 flags to -O3Brian Paul
2000-03-23added new texture image functions, minor clean-upBrian Paul
2000-03-23added some comments and new texture image functionsBrian Paul
2000-03-23replaced HaveTexObj with UseTexObjBrian Paul
2000-03-23added 3.3 To Do itemsBrian Paul
2000-03-23removed some unpopular extensions (now in glext.h)Brian Paul
2000-03-23replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul
2000-03-23more clean-up and rearrangingBrian Paul
2000-03-22added instructions to build widgets-sgiBrian Paul
2000-03-22minor tweaksBrian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-03-22added code to die on FP exceptions if DEBEG env var set to FPBrian Paul
2000-03-22changed TDA to [4] for glMaterialfv() callsBrian Paul
2000-03-22converted from GL_EXT_texture3D to GL 1.2Brian Paul
2000-03-22tweaked the animation rateBrian Paul
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