summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-14mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee1-5/+5
2014-04-30radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt1-1/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-04-17mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul1-1/+2
2012-01-17radeon: share common fog code between radeon and r200Alex Deucher1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-30dri/radeon: remove duplicated includesNicolas Kaiser1-1/+0
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie1-2/+2
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt1-8/+8
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt1-3/+3
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-21/+8
2009-02-14radeon: check for valid bo in release arraysDave Airlie1-2/+4
2009-02-09radeon: make more r100 workDave Airlie1-17/+12
2009-02-04radeon: make compile again.Dave Airlie1-5/+5
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-2/+2
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-3/+3
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell1-1/+1
2005-10-17add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger1-3/+6
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger1-1/+2
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger1-36/+98
2005-10-11Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger1-5/+4
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-5/+23
2004-04-08build fixesAlan Hourihane1-1/+1
2004-01-18minor changes to silence warningsBrian Paul1-0/+1
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell1-5/+0
2003-12-10fix typoAlan Hourihane1-4/+4
2003-12-04disable some DEBUGAlan Hourihane1-0/+2
2003-11-24Import vtx-0-2-branchKeith Whitwell1-2/+36
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-1/+1
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+335