summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* another fix to clear_32bit_ximage()Brian Paul2001-04-031-2/+1
* include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul2001-04-031-1/+1
* fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul2001-04-031-12/+10
* clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul2001-04-031-8/+8
* fixed compilation problems related to ctx->_Enabled removalBrian Paul2001-03-301-4/+5
* Fix calculation of fog coordinate in translate_vertex().Keith Whitwell2001-03-301-2/+2
* silence a compiler warningBrian Paul2001-03-291-2/+2
* Removed DD_Z_NEVER.Brian Paul2001-03-291-1/+1
* compilation updatesBrian Paul2001-03-282-3/+2
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-12/+12
* silence compiler warningsBrian Paul2001-03-272-3/+3
* minor tweak to visual setup for accum buffersBrian Paul2001-03-231-6/+6
* added teximage rescaling code. untested at this pointBrian Paul2001-03-211-8/+100
* minor updates for 3.5Brian Paul2001-03-211-5/+1
* use new texture conversion code, still have to do image rescalingBrian Paul2001-03-211-71/+43
* More updates. Radeon tnl module still disabled by default.Gareth Hughes2001-03-201-9/+9
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-1910-363/+395
* Fix lineloops.Keith Whitwell2001-03-181-2/+2
* Revert earlier changes protecting against null VB->TexCoordPtr[x]. DoKeith Whitwell2001-03-172-208/+153
* Fix typo.Gareth Hughes2001-03-141-2/+2
* Initial templates for immediate mode fastpaths, or custom tnl modules.Gareth Hughes2001-03-132-11/+33
* 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