summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: const correctnessGiuseppe Bilotta2015-12-041-1/+1
* radeon: whitespace cleanupGiuseppe Bilotta2015-12-041-2/+2
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* radeon: Use C99 initializers for primitive arraysIan Romanick2015-10-061-20/+20
* mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2015-09-231-1/+0
* t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick2015-09-231-1/+0
* t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick2015-09-231-1/+0
* t_dd_dmatmp: Make "count" actually be the countIan Romanick2015-09-231-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-2/+2
* radeon: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee2014-06-141-2/+2
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-301-2/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-4/+7
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-3/+11
* radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-281-19/+19
* radeon: fix 3-coordinate swtcl emissionDave Airlie2011-11-101-0/+8
* r100: revalidate after radeon_update_renderbuffersAlex Deucher2010-10-271-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-15/+15
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+3
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+2
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-021-2/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-021-0/+2
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-241-1/+1
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-1/+1
* r100: Use shared debug code.Pauli Nieminen2009-08-311-7/+7
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-7/+13
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-12/+29
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-10/+21
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+1
* radeon: Improve state emit code.Pauli Nieminen2009-08-211-1/+1
* radeon: Port flush preventation code from r200 to r100.Pauli Nieminen2009-08-211-1/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-4/+0
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-2/+0
* radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+0
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-9/+3
* radeon: make more r100 workDave Airlie2009-02-091-1/+2
* radeon: make compile again.Dave Airlie2009-02-041-111/+57
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-33/+34
* 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-6/+6
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-9/+0
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-114/+8
* More GLSL code:Michal Krol2006-04-111-14/+17
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3