summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-275-102/+88
* fixed mem leak in XFreeFontInfo() callBrian Paul2001-04-261-3/+3
* flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul2001-04-261-1/+9
* texture image code updates (not finished)Brian Paul2001-04-243-195/+143
* compilation fixes - texturing isn't working at this timeBrian Paul2001-04-202-2/+7
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+3
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-5/+6
* remove a HAVE_ELTS that I'd stuck before.Alan Hourihane2001-04-091-2/+2
* fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane2001-04-091-7/+3
* Add quad and quad_stripAlan Hourihane2001-04-071-6/+56
* add FINISH function at end of each render_* functionAlan Hourihane2001-04-062-4/+31
* More texture image changes.Brian Paul2001-04-042-2/+6
* 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