aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger2005-10-181-1/+3
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-0/+58
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-2/+2
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-57/+35
* fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...Roland Scheidegger2005-10-051-2/+2
* remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger2005-10-051-2/+2
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-14/+29
* update so it compiles again (untested driver path!). Basically ported changes...Roland Scheidegger2004-05-281-64/+76
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-2/+0
* disable some DEBUGAlan Hourihane2003-12-041-1/+4
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-2/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+591