summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2001-04-09fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane
2001-04-07Add quad and quad_stripAlan Hourihane
2001-04-06add FINISH function at end of each render_* functionAlan Hourihane
2001-04-04More texture image changes.Brian Paul
2001-04-03another fix to clear_32bit_ximage()Brian Paul
2001-04-03include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul
2001-04-03fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul
2001-04-03clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul
2001-03-30fixed compilation problems related to ctx->_Enabled removalBrian Paul
2001-03-30Fix calculation of fog coordinate in translate_vertex().Keith Whitwell
2001-03-29silence a compiler warningBrian Paul
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-28compilation updatesBrian Paul
2001-03-28- Restore texImage->IntFormat.Gareth Hughes
2001-03-27silence compiler warningsBrian Paul
2001-03-23minor tweak to visual setup for accum buffersBrian Paul
2001-03-21added teximage rescaling code. untested at this pointBrian Paul
2001-03-21minor updates for 3.5Brian Paul
2001-03-21use new texture conversion code, still have to do image rescalingBrian Paul
2001-03-20More updates. Radeon tnl module still disabled by default.Gareth Hughes
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-18Fix lineloops.Keith Whitwell
2001-03-17Revert earlier changes protecting against null VB->TexCoordPtr[x]. DoKeith Whitwell
2001-03-14Fix typo.Gareth Hughes
2001-03-13Initial templates for immediate mode fastpaths, or custom tnl modules.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-08fixed RBGA ifdef typoBrian Paul
2001-03-08do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-07added an assertion in the init code, just to be safeBrian Paul
2001-03-07Misc build fixesJon Taylor
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-05fixed segfaults when tex unit 1 enabled, but not unit 0 (conform)Brian Paul
2001-03-05DO_POINT renamed DO_POINTSKeith Whitwell
2001-03-05Changes for ffbKeith Whitwell
2001-03-05Fix typoKeith Whitwell
2001-03-05Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICSKeith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-03-01fixed mistake in alpha buffer clear testBrian Paul
2001-03-01Uncomment some defaults.Keith Whitwell
2001-03-01Bugfixes for vertex format, templatesKeith Whitwell
2001-03-01added s/w alpha buffer clearingBrian Paul
2001-02-28Templates are in working order.Keith Whitwell
2001-02-27minor extension tweaksBrian Paul
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul
2001-02-24Template workKeith Whitwell
2001-02-22removed some bogus codeBrian Paul
2001-02-19plug in fallback teximage DD functionsBrian Paul