summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2004-02-28Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer
2004-02-27Create all the right modes for 16-bit screens.Ian Romanick
2004-02-27Fix a problem with 24-bit screens. Modes with 0 stencil bits wereIan Romanick
2004-02-26Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.Felix Kuehling
2004-02-26Adapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros to copy with all savage...Felix Kuehling
2004-02-26Forgot to remove savagevb.h in last commit.Felix Kuehling
2004-02-26Converted vertex setup to use t_vertex.[ch].Felix Kuehling
2004-02-26Create all the right modes for 16-bit screens.Ian Romanick
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-02-25Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)Felix Kuehling
2004-02-24call _tnl_allow_pixel/vertex_fog() funcsBrian Paul
2004-02-23updates from Erdi ChenBrian Paul
2004-02-23delete the texturesDave Airlie
2004-02-22Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
2004-02-16texture env combine refactor (Andreas Stenglein), following the same principl...Roland Scheidegger
2004-02-16cleanup and some WGL PIXELFORMAT issuesDaniel Borca
2004-02-13Minor tweaks to get the fbconfig list returned by __driCreateNewScreenIan Romanick
2004-02-12Fix a problem that caused the new interface code to not actually beIan Romanick
2004-02-12Enable use of new DRI interface in MGA driver.Ian Romanick
2004-02-12minor cleanups from t_dd_vb.cDave Airlie
2004-02-12remove vertex_stride_shift, fix up code to not need itDave Airlie
2004-02-12fix up specular color/fog and triangle vertex retrievalDave Airlie
2004-02-12fixup vertex building code ..Dave Airlie
2004-02-12more updates , gears sorta worksDave Airlie
2004-02-11initialise VBLANKDave Airlie
2004-02-11Initial pass at adding support for the new DRI driver interfaces toIan Romanick
2004-02-10change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca
2004-02-10Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger
2004-02-09reorganized DMesa to fxMesa wrapperDaniel Borca
2004-02-09deal with combine_ext refactorDaniel Borca
2004-02-08implement Fake_glXCreateWindow() to fix bug #890894Brian Paul
2004-02-07removed MGA driver from DMesaDaniel Borca
2004-02-07added NUL driver for DMesaDaniel Borca
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-02-06remove bogus check of texture target in R200TexParameterRoland Scheidegger
2004-02-06align blits for texture rectangles correctly, fix potential problem overwriti...Roland Scheidegger
2004-02-06fix potential problem overwriting dma regionRoland Scheidegger
2004-02-06remove bogus check of texture target in RadeonTexParameterRoland Scheidegger
2004-02-06fix missing include for SOLO buildDave Airlie
2004-02-06Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie
2004-02-05fix ugly bug triggered by macro expansionDave Airlie
2004-02-04fix glXChooseFBConfig bug 890167Brian Paul
2004-02-02Include context.h in radeon_state.c.Felix Kuehling
2004-02-02glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul
2004-02-02fixed a bug in GL_NEAREST samplerDaniel Borca
2004-01-30Minor fixes for recent Mesa 6.1 changesBrian Paul