summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2004-02-29Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling
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-16texture env combine refactor (Andreas Stenglein), following the same principl...Roland Scheidegger
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-10Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger
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-02Include context.h in radeon_state.c.Felix Kuehling
2004-01-30Minor fixes for recent Mesa 6.1 changesBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul
2004-01-28Fixed a cut-and-paste bug from the BlendFuncSeparate driver interfaceIan Romanick
2004-01-28Use NEED_SECONDARY_COLOR() for checking specular state at all timesKeith Whitwell
2004-01-28fix breakage associated with pointers not being initialised inDave Airlie
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling
2004-01-24Parse radeon, not r200 configuration in radeonCreateContext.Felix Kuehling
2004-01-24Fix hardware ROP state handling (Roland Scheidegger)Michel Dänzer
2004-01-23more fixing for tdfxUpdateTexturePaletteBrian Paul