summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_cmdbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* r600: add missing radeon_cs_space_set_flush callAlex Deucher2009-08-261-0/+3
| | | | fixes crash in etracer reported by kdekorte on IRC
* 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
| | | | needed for dri2. Pulled from Dave's WIP patch.
* r600: bump reloc_chunk sizeAlex Deucher2009-08-231-1/+1
| | | | | This fixes openarena reloc errors. This needs to be made more dynamic.
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-6/+4
| | | | | | switches more state handling to common code. We need should be more fine grained with the state atoms eventually.
* r600: rework emit codeAlex Deucher2009-08-201-17/+15
| | | | make sure we allocate enough space for relocs
* r600: handle state emit betterAlex Deucher2009-08-021-0/+3
| | | | | - move shader-related state with the rest of the shader setup/emit - start to track dirty state better
* r600: fix reloc setupAlex Deucher2009-07-311-37/+31
| | | | | | | re-use the same reloc index for bos that are referenced multiple times. Fixes rain demo.
* r600: remove unused offset_mod stuffAlex Deucher2009-07-311-25/+2
| | | | this is a step in migrating to the common cs code
* r600: ensure we have enough room for full state emitAlex Deucher2009-07-311-1/+2
| | | | | | full state is roughly 4000 dwords, but will vary depending on the rendering. Also fix some warnings.
* r600: get updated pending age from cs ioctlAlex Deucher2009-07-311-34/+3
| | | | REQUIRES AN UPDATED DRM
* Warning fixesKevin DeKorte2009-07-161-15/+0
|
* R6xx/r7xx: remove unused functionAlex Deucher2009-07-161-109/+1
| | | | Spotted by kdekorte on IRC
* Fix more merge falloutAlex Deucher2009-07-161-1/+1
|
* Use memcpy directly in the common codeAlex Deucher2009-07-151-16/+0
| | | | This alleviates the need for an additional symbol.
* R6xx/r7xx: use packet 3 for scratch emitAlex Deucher2009-07-101-2/+3
| | | | no need to allow packet 0 scratch regs in the drm
* R6xx/r7xx: disable CS dumpAlex Deucher2009-07-091-1/+1
| | | | Don't fprintf to a xterm with the lock held.
* Fix buffer age implementaion bug.Richard Li2009-07-081-1/+30
|
* r6xx/r7xx: add sw blit for tex uploadAlex Deucher2009-07-071-0/+17
| | | | Can be used for buffer swap as well.
* R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-1/+1
| | | | texture bo setup isn't quite working yet
* 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
| | | | Not functional yet.
* 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