summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-03-12Adjust includes to help DRI buildJon Smirl
2004-03-12Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl
2004-03-12These files are redundant now. Definitions come from DRM files.Jon Smirl
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-03-10add xmlconfig.c to solo buildDave Airlie
2004-03-10back port span changes from i810, these have been in my tree for a while seemDave Airlie
2004-03-09fxMesa: remove buffer_obj_ext, cos it breaks UT2004Daniel Borca
2004-03-08Cleaned up and slightly optimized the texture upload code.Felix Kuehling
2004-03-08Voodoo Rush fixesDaniel Borca
2004-03-08Swapout textures who's space is claimed by a new texture. Don't destroy.Felix Kuehling
2004-03-07Fixed texture tiling format for 8bit texels on ProSavage and Twister.Felix Kuehling
2004-03-07Rewrote tiled texture upload. Small mipmap levels work correctly now.Felix Kuehling
2004-03-07Fixed two small problems in the vertex setup.Felix Kuehling
2004-03-04Small texture management fixes. Should get rid of assertions some people were...Felix Kuehling
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-03-04casts to silence warningsBrian Paul
2004-03-04silence warningsBrian Paul
2004-03-04Clearing rectangle was one too big in each direction.Felix Kuehling
2004-03-03_tnl_allow_*_fog(...)Daniel Borca
2004-03-02Cope with float colors in VERT_SET_RGBA and VERT_SET_SPEC macros.Felix Kuehling
2004-03-02Fixed some small state tracking issues while hunting a different problem.Felix Kuehling
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
2004-03-01Add support for the new DRI driver interfaces to the radeon driver (patch por...Roland Scheidegger
2004-02-29Corrected the maximum vertex size argument of _tnl_init_vertices.Felix Kuehling
2004-02-29Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling
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