summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* added debug assertions to be sure drivers initialize all required function po...Brian Paul2001-02-121-4/+72
* added ctx->Driver.ResetLineStipple, misc clean-upBrian Paul2001-02-121-17/+17
* fixed RGB over/underflow bug for tiny triangles (bug 128969)Brian Paul2001-02-121-43/+36
* minor updates to sync w/ XFree86 changesBrian Paul2001-02-091-17/+10
* minor changes from XFree86 (dawes)Brian Paul2001-02-091-2/+8
* Committing in .Jouk Jansen2001-02-094-20/+57
* fixed bytesPerValue bug in OSMesaGetDepthBuffer()Brian Paul2001-02-081-2/+5
* fixed bugs in _mesa_clear_depth_buffer(), bug #131366Brian Paul2001-02-081-9/+11
* GLchan fixesBrian Paul2001-02-071-4/+4
* fixed texel indexing bug in _mesa_GetTexImage()Brian Paul2001-02-071-2/+2
* added divide by zero checksBrian Paul2001-02-071-9/+9
* fixed divide by zero problemBrian Paul2001-02-071-3/+7
* added some code for proxy texture testsBrian Paul2001-02-071-5/+41
* Correctly calculate size for disabled texcoord arrays.Keith Whitwell2001-02-071-3/+3