summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-5/+5
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-2/+2
* r200: Drop the non-kernel-memory-manager and DRI1 code.Eric Anholt2011-10-281-66/+13
* dri/r200: properly spell current_atom.Stéphane Marchesin2011-06-231-1/+1
* dri/r200: rename __atom to current_atom.Stéphane Marchesin2011-06-231-3/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2010-03-211-1/+1
* r200: Don't flush when closing elts in KMS.Pauli Nieminen2010-03-211-1/+2
* r200: Add the polygon stipple state to the state list.Pauli Nieminen2010-02-041-0/+1
* r200: Remove unnecessary headers.Vinson Lee2010-01-301-4/+0
* r200: emit max vtx info for index buffer.Dave Airlie2009-09-011-0/+10
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-18/+11
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-75/+46
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-2/+1
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-181-11/+5
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-6/+0
* r200: fix scissor emission for r200 under kmsDave Airlie2009-08-071-18/+24
* R200: fix build when RADEON_DEBUG_BO is setAlex Deucher2009-07-171-0/+6
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-3/+5
* Revert "r200: make use of DMA buffers for Elts a lot better."Dave Airlie2009-06-291-5/+10
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-06-261-10/+5
* r200: emit scissor when dri2 is enabledJerome Glisse2009-05-251-0/+31
* r200: emit cliprect with indexed primitiveJerome Glisse2009-05-251-1/+1
* r200: fix vbo array renderingJerome Glisse2009-05-201-4/+2
* r200: fix indexed draw color order and cs missmatchJerome Glisse2009-05-201-1/+2
* r200: validate vertex bufferJerome Glisse2009-04-121-0/+5
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-48/+48
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-14/+1
* r200: fix another cmdbuf sizing issueDave Airlie2009-02-141-1/+1
* r200: fixup some CS emission sizesDave Airlie2009-02-131-1/+1
* r200: use correct finish interfaceDave Airlie2009-02-131-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-2/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-152/+43
* r200: bring back single dma flushDave Airlie2009-01-291-4/+4
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-1/+2
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-146/+63
* r200: make tri render on my r200.Dave Airlie2009-01-211-19/+9
* r200: clear is working at least - not much elseDave Airlie2009-01-201-54/+172
* r100/r200: move to new atom style emissionDave Airlie2009-01-151-10/+23
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-8/+9
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-3/+3
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-1/+1
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-0/+5
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-11/+9