summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17radeon: share common fog code between radeon and r200Alex Deucher1-46/+5
2012-01-17radeon: fix fog coordinate emitAlex Deucher1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie1-0/+4
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt1-2/+2
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt1-7/+7
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt1-4/+4
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt1-6/+6
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt1-2/+2
2009-08-31r100: Use shared debug code.Pauli Nieminen1-5/+5
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-13/+0
2009-02-09radeon: make more r100 workDave Airlie1-56/+28
2009-02-06radeon: port over arrays code even though not in use yetDave Airlie1-236/+47
2009-01-29radeon: remove even more common codeDave Airlie1-100/+0
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2005-10-18on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger1-1/+3
2005-10-17add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger1-0/+58
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger1-2/+2
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger1-57/+35
2005-10-05fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...Roland Scheidegger1-2/+2
2005-10-05remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger1-2/+2
2005-10-05Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger1-14/+29
2004-05-28update so it compiles again (untested driver path!). Basically ported changes...Roland Scheidegger1-64/+76
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell1-2/+0
2003-12-04disable some DEBUGAlan Hourihane1-1/+4
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-2/+2
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+591