summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_swtcl.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-4/+7
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-3/+11
2011-12-28radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich1-19/+19
2011-11-10radeon: fix 3-coordinate swtcl emissionDave Airlie1-0/+8
2010-10-27r100: revalidate after radeon_update_renderbuffersAlex Deucher1-0/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-15/+15
2010-08-07dri: Add missing header m_xform.h.Vinson Lee1-0/+3
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner1-0/+2
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse1-2/+0
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner1-0/+2
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick1-1/+0
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-1/+0
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie1-1/+1
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt1-1/+1
2009-08-31r100: Use shared debug code.Pauli Nieminen1-7/+7
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen1-7/+13
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen1-12/+29
2009-08-27radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen1-10/+21
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen1-1/+1
2009-08-21radeon: Improve state emit code.Pauli Nieminen1-1/+1
2009-08-21radeon: Port flush preventation code from r200 to r100.Pauli Nieminen1-1/+1
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen1-1/+2
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-4/+0
2009-03-24radeon/r200/r300: fix warningsDave Airlie1-2/+0
2009-02-12radeon: renaming and headers cleanupDave Airlie1-1/+0
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-9/+3
2009-02-09radeon: make more r100 workDave Airlie1-1/+2
2009-02-04radeon: make compile again.Dave Airlie1-111/+57
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-33/+34
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-6/+6
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell1-9/+0
2006-09-10remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger1-114/+8
2006-04-11More GLSL code:Michal Krol1-14/+17
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger1-0/+3
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul1-1/+1
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger1-3/+8
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger1-1/+1
2005-09-26fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger1-3/+13
2005-09-01s/__inline/INLINE/Brian Paul1-3/+4
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt1-1/+7
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt1-1/+0
2005-05-31Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt1-406/+201
2005-05-28Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt1-0/+4
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell1-62/+14
2005-02-16s/0/NULL/ (Jeff Muizelaar)Brian Paul1-4/+4
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-2/+2
2004-12-02silence warningsAlan Hourihane1-2/+5
2004-09-24Clean up some warnings in the R100 driver with -O -Wall.Eric Anholt1-1/+1
2004-08-17Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt1-0/+2