aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-1/+1
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-0/+5
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-11/+9
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-0/+1
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-1/+3
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-0/+2
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-1/+1
* remove extern (Jeff Muizelaar)Brian Paul2005-02-171-3/+3
* If an application cleared before any state had been emitted, that clear wouldEric Anholt2004-10-021-0/+7
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-4/+29
* -O -Wall warnings cleanups in r200.Eric Anholt2004-09-241-1/+1
* Remove an unnecessary calculation of the dest pointer.Eric Anholt2004-09-241-2/+1
* fix for Erics new emit state code, rework out the dest pointerDave Airlie2004-09-231-0/+3
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-85/+77
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-8/+6
* change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger2004-05-271-4/+5
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-12/+12
* Roland Scheidegger's r200_changeemitorder.diff.Keith Whitwell2004-01-091-5/+64
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+1
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+337