summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed glitches in error checking of imaging extensionsBrian Paul2001-02-273-38/+38
* signal _NEW_TEXTURE in all teximage functionsBrian Paul2001-02-271-1/+10
* added fog coord clampingBrian Paul2001-02-271-3/+5
* colortable w/ size=0 wasn't handled correctlyBrian Paul2001-02-272-99/+82
* Initialize Line._WidthKeith Whitwell2001-02-271-1/+2
* more tweaksBrian Paul2001-02-271-3/+1
* minor extension tweaksBrian Paul2001-02-272-5/+9
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-265-101/+175
* fixed extension checking in _mesa_BlendEquation()Brian Paul2001-02-261-6/+13
* added filtering option, compute shadow tex size from window sizeBrian Paul2001-02-261-13/+36
* tiny change to a gl_problem() callBrian Paul2001-02-261-2/+2
* added a cube map error checkBrian Paul2001-02-261-1/+10
* bilinear sampling of depth texturesBrian Paul2001-02-261-29/+251
* Template workKeith Whitwell2001-02-246-429/+689
* another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksBrian Paul2001-02-231-6/+3
* fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driverBrian Paul2001-02-231-26/+29
* improvements to regions_overlap() functionBrian Paul2001-02-221-13/+33
* removed some bogus codeBrian Paul2001-02-221-3/+1
* Committing in .Jouk Jansen2001-02-221-9/+8
* fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul2001-02-211-4/+4
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-2012-229/+157
* more 3.5 updatesBrian Paul2001-02-201-3/+7
* added extension #ifdef/#endifsBrian Paul2001-02-201-2/+5
* added shadow extensionsBrian Paul2001-02-201-3/+6
* added shadowtexBrian Paul2001-02-202-5/+7
* demo of GL_SGIX_shadowBrian Paul2001-02-201-0/+393
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-2011-98/+169
* plug in fallback teximage DD functionsBrian Paul2001-02-191-1/+13
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-196-213/+552
* added a bunch of extensions (Ray Tice)Brian Paul2001-02-191-3/+126
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-1713-366/+470
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-175-38/+302
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-163-328/+435
* added n-key to toggle nice fog, other minor clean-upsBrian Paul2001-02-161-5/+33
* Fix state bitmasks for invalidating line,tri,point functions. (won't fixKeith Whitwell2001-02-161-5/+14
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-1626-171/+2994
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-1612-143/+129
* minor scissor optimizations (Klaus Niederkrueger)Brian Paul2001-02-151-20/+24
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-1514-249/+218
* fixed a CI-mode spot light conformance failure, but still not clear whyBrian Paul2001-02-141-2/+5
* updated with 3.4 and 3.4.1 entriesBrian Paul2001-02-141-3/+54
* removed a misplaced _mesa_logicop_ci_span() callBrian Paul2001-02-141-6/+2
* fixed a CI mode segfault, minor clean-upsBrian Paul2001-02-131-10/+9
* fixed an assertionBrian Paul2001-02-131-2/+3
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
* fixed bug in gl_validate_all_lighting_tables() found with CI mode conformance...Brian Paul2001-02-131-3/+5
* removed bogus assertionsBrian Paul2001-02-131-7/+1
* gl_error clean-upsBrian Paul2001-02-134-8/+9
* fixed GL_SET bugBrian Paul2001-02-131-4/+4