summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-4/+4
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-301-1/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-171-46/+5
* radeon: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-241-0/+4
* tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-2/+2
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-7/+7
* tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-191-4/+4
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-6/+6
* tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-191-2/+2
* r100: Use shared debug code.Pauli Nieminen2009-08-311-5/+5
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-13/+0
* radeon: make more r100 workDave Airlie2009-02-091-56/+28
* radeon: port over arrays code even though not in use yetDave Airlie2009-02-061-236/+47
* radeon: remove even more common codeDave Airlie2009-01-291-100/+0
* 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
* 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