summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tcl.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2015-09-231-1/+0
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-2/+2
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-171-1/+1
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-171-1/+2
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-7/+7
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-5/+5
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-2/+2
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-171-84/+0
* Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston2011-11-011-2/+2
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-2/+1
* r200: fix r200 large pointsRoland Scheidegger2010-11-101-3/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* r200: revalidate after radeon_update_renderbuffersDaniel Vetter2010-10-111-0/+2
* 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
* r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2010-03-211-2/+3
* r200: Fix swtnl fallback to flush pending rendering before transition.Pauli Nieminen2010-03-211-4/+14
* r200: Fix mixed indetion in r200TclFallback.Pauli Nieminen2010-03-211-21/+20
* r200: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-7/+8
* r200: emit max vtx info for index buffer.Dave Airlie2009-09-011-0/+1
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-7/+7
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-1/+0
* r200: Addd missing parameter to debug output.Pauli Nieminen2009-08-251-1/+1
* r200: Fix commit size prediction.Pauli Nieminen2009-08-251-1/+4
* radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-5/+16
* radeon: Improve state emit code.Pauli Nieminen2009-08-211-1/+1
* r200: Remove unnecessery Elts from r200 context.Pauli Nieminen2009-08-211-4/+2
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-211-5/+0
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-211-0/+54
* r200: Fix missing offset from elt buffer pointer.Pauli Nieminen2009-08-181-1/+1
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-8/+8
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-3/+3
* r200: cleanup some bits that aren't usedDave Airlie2009-02-091-1/+0
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-2/+2
* r200/r300: add aperture space checksDave Airlie2009-01-311-1/+2
* r200: bring back single dma flushDave Airlie2009-01-291-7/+8
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-4/+4
* r200: disable some debugDave Airlie2009-01-231-2/+2
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-10/+9
* r200: remove indexed vertsDave Airlie2009-01-221-4/+0
* r200: make tri render on my r200.Dave Airlie2009-01-211-0/+2
* r200: clear is working at least - not much elseDave Airlie2009-01-201-10/+8
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-7/+7
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1