summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state_init.c
Commit message (Expand)AuthorAgeFilesLines
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-2/+1
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-071-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-2/+2
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-0/+1
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-1/+36
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-4/+14
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-8/+9
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-4/+4
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+4
* replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger2005-01-261-1/+1
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+15
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-8/+9
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-4/+4
* change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger2004-02-101-4/+4
* Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer2004-01-231-0/+1
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-7/+28
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+1
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+531