summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-9/+3
* radeon: make more r100 workDave Airlie2009-02-091-1/+2
* radeon: make compile again.Dave Airlie2009-02-041-111/+57
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-33/+34
* 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-6/+6
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-9/+0
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-114/+8
* More GLSL code:Michal Krol2006-04-111-14/+17
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-1/+1
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-3/+8
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-1/+1
* fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger2005-09-261-3/+13
* s/__inline/INLINE/Brian Paul2005-09-011-3/+4
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-261-1/+7
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-311-406/+201
* Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt2005-05-281-0/+4
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-62/+14
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-4/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* silence warningsAlan Hourihane2004-12-021-2/+5
* 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/+2
* Remove unused HAVE_INDEX define.Eric Anholt2004-08-161-1/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-7/+7
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-1/+1
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-17/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-88/+58
* Fix use of uninited value 'flags', removed unused vars.Keith Whitwell2003-12-091-2/+2
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-14/+34
* Import vtx-0-2-branchKeith Whitwell2003-11-241-30/+25
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-86/+8
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1332