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