aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_tcl.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
* r100: Use shared debug code.Pauli Nieminen2009-08-311-3/+3
* radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-5/+16
* radeon: Improve state emit code.Pauli Nieminen2009-08-211-1/+1
* radeon: Port flush preventation code from r200 to r100.Pauli Nieminen2009-08-211-7/+65
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-4/+4
* radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-4/+4
* r100: fix 3D texture fallbackDave Airlie2009-02-101-1/+1
* radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-14/+0
* radeon: make more r100 workDave Airlie2009-02-091-13/+25
* radeon: make compile again.Dave Airlie2009-02-041-11/+13
* WIP comitDave Airlie2009-01-291-4/+3
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-14/+14
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-1/+1
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-2/+6
* Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt2005-10-291-3/+4
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-2/+85
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-4/+2
* remove duplicate "User disable" stringBrian Paul2005-07-151-1/+0
* added a few more fallbackStrings (Andreas Stenglein)Brian Paul2005-07-141-1/+5
* Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell2005-05-161-1/+25
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-77/+6
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-2/+2
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* silence warningsAlan Hourihane2004-12-021-4/+9
* brown paper bag, r100 can't do hardware quads.Adam Jackson2004-11-121-1/+1
* make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson2004-11-121-1/+1
* Clean up some warnings in the R100 driver with -O -Wall.Eric Anholt2004-09-241-1/+1
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+6
* build fixesAlan Hourihane2004-04-081-1/+1
* Import vtx-0-2-branchKeith Whitwell2003-11-241-16/+11
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+527