summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-521/+0
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-021-2/+0
* dri/r600: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* evergreen : initial support driver code.richard2010-08-201-1/+8
* r600: Remove unnecessary headers.Vinson Lee2010-07-111-1/+0
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-211-100/+103
* r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-171-0/+15
* r600: cleanup in r600_cs_process_relocs().Robert Noland2009-10-151-15/+3
* r600: fix Elts handlingAlex Deucher2009-09-041-2/+10
* r600: add missing radeon_cs_space_set_flush callAlex Deucher2009-08-261-0/+3
* r600: make reloc_chunk size dynamicAlex Deucher2009-08-261-3/+9
* radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen2009-08-251-0/+2
* r600: switch to common cs functionsDave Airlie2009-08-241-5/+5
* r600: bump reloc_chunk sizeAlex Deucher2009-08-231-1/+1
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-6/+4
* r600: rework emit codeAlex Deucher2009-08-201-17/+15
* r600: handle state emit betterAlex Deucher2009-08-021-0/+3
* r600: fix reloc setupAlex Deucher2009-07-311-37/+31
* r600: remove unused offset_mod stuffAlex Deucher2009-07-311-25/+2
* r600: ensure we have enough room for full state emitAlex Deucher2009-07-311-1/+2
* r600: get updated pending age from cs ioctlAlex Deucher2009-07-311-34/+3
* Warning fixesKevin DeKorte2009-07-161-15/+0
* R6xx/r7xx: remove unused functionAlex Deucher2009-07-161-109/+1
* Fix more merge falloutAlex Deucher2009-07-161-1/+1
* Use memcpy directly in the common codeAlex Deucher2009-07-151-16/+0
* R6xx/r7xx: use packet 3 for scratch emitAlex Deucher2009-07-101-2/+3
* R6xx/r7xx: disable CS dumpAlex Deucher2009-07-091-1/+1
* Fix buffer age implementaion bug.Richard Li2009-07-081-1/+30
* r6xx/r7xx: add sw blit for tex uploadAlex Deucher2009-07-071-0/+17
* R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-1/+1
* Fix color data can't be fetched issueCooper Yuan2009-06-251-1/+1
* dump command bufferAlex Deucher2009-06-031-1/+12
* more cleanupAlex Deucher2009-05-291-1/+1
* Fix r6 code bugs.Richard Li2009-05-151-8/+11
* R6xx/R7xx: WIP r6xx-rewrite codeRichard Li2009-05-081-9/+580
* Initial pull of code from r6xx-r7xx-support branchRichard Li2009-04-211-475/+0
* Remove r500 stuffAlex Deucher2009-04-101-192/+60
* R6xx/R7xx: r300 -> r600 symbolsAlex Deucher2009-04-091-249/+249
* R600: initial copy of r300 codeAlex Deucher2009-04-081-0/+669