summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-163-328/+435
* 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
* 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
* VMS compile updateJouk Jansen2001-02-071-2/+2
* check texture texel type before using optimized sampling functionsBrian Paul2001-02-071-8/+13
* remove unused functionsBrian Paul2001-02-071-44/+1
* new texture image routines work nowBrian Paul2001-02-072-14/+22
* made some changes to the initialization of gl_texture_image fieldsBrian Paul2001-02-072-57/+65
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-063-320/+480
* added a number of debugging tests to be sure drivers handle texture images co...Brian Paul2001-02-061-12/+35
* Overhaul of texture image handling.Brian Paul2001-02-0623-2396/+2209
* added _mesa_adjust_image_for_convolution()Brian Paul2001-02-062-4/+40
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-065-22/+56
* misc updates to match latest device driver changesBrian Paul2001-02-0611-33/+70
* added mesa_profile extern declBrian Paul2001-02-051-2/+4
* replaced frustrum with frustumBrian Paul2001-02-053-14/+14
* Committing in .Jouk Jansen2001-02-051-0/+8
* rework to correctly respect _ac_import_range()Keith Whitwell2001-02-043-195/+227
* Fast no-copy drawarrays for large tristripsKeith Whitwell2001-02-041-37/+59
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-039-627/+760
* Committing in .Jouk Jansen2001-01-311-0/+4
* make gluPerspective() call glMultMatrix() instead of glFrustum() to get corre...Brian Paul2001-01-301-5/+31
* added packed types to glGetMinMax and glGetHistogram error checksBrian Paul2001-01-301-4/+28
* fixed half pixel offset bug in aa point codeBrian Paul2001-01-301-4/+4