summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-128-294/+357
* Support for swappable tnl modules.Gareth Hughes2001-03-111-27/+27
* fixed RBGA ifdef typoBrian Paul2001-03-081-1/+1
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-082-26/+2
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-084-32/+33
* added an assertion in the init code, just to be safeBrian Paul2001-03-071-0/+3
* Misc build fixesJon Taylor2001-03-071-9/+13
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-1/+1
* fixed segfaults when tex unit 1 enabled, but not unit 0 (conform)Brian Paul2001-03-051-116/+160
* DO_POINT renamed DO_POINTSKeith Whitwell2001-03-051-2/+2
* Changes for ffbKeith Whitwell2001-03-052-68/+178
* Fix typoKeith Whitwell2001-03-051-1/+1
* Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICSKeith Whitwell2001-03-052-14/+25
* used indent to clean-up the codeBrian Paul2001-03-0313-5466/+5758
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-0319-47/+56
* fixed mistake in alpha buffer clear testBrian Paul2001-03-011-2/+2
* Uncomment some defaults.Keith Whitwell2001-03-011-11/+11
* Bugfixes for vertex format, templatesKeith Whitwell2001-03-013-45/+36
* added s/w alpha buffer clearingBrian Paul2001-03-011-1/+8
* Templates are in working order.Keith Whitwell2001-02-285-282/+593
* minor extension tweaksBrian Paul2001-02-271-0/+3
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-261-14/+6
* Template workKeith Whitwell2001-02-244-408/+679
* removed some bogus codeBrian Paul2001-02-221-3/+1
* plug in fallback teximage DD functionsBrian Paul2001-02-191-1/+13
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-192-2/+12
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-32/+23
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-168-2/+2784
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
* added ctx->Driver.ResetLineStipple, misc clean-upBrian Paul2001-02-121-17/+17
* fixed bytesPerValue bug in OSMesaGetDepthBuffer()Brian Paul2001-02-081-2/+5
* new texture image routines work nowBrian Paul2001-02-072-14/+22
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-063-320/+480
* Overhaul of texture image handling.Brian Paul2001-02-065-70/+75
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-2/+2
* misc updates to match latest device driver changesBrian Paul2001-02-0611-33/+70
* fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul2001-01-291-7/+8
* Update implementations of Driver.Clear().Keith Whitwell2001-01-292-159/+156
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-293-201/+250
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-3/+0
* Lots of GLchan datatype changes.Brian Paul2001-01-2415-638/+706
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-237-125/+172
* updated ctx->Driver functions for s/w setupBrian Paul2001-01-161-2/+4
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-163-13/+45
* initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoopBrian Paul2001-01-121-2/+2
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-6/+4
* revert XMesaCreateContext changesKeith Whitwell2001-01-082-90/+85
* Bring the FX driver into line with core mesa changes.Keith Whitwell2001-01-083-26/+30
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-088-97/+103