summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-30r600g: move user fence into base radeon structureJerome Glisse1-3/+0
2011-01-06r600g: add support for NI (northern islands) asicsAlex Deucher1-0/+3
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse1-0/+2
2010-11-22r600g: add support for ontario APUsAlex Deucher1-0/+1
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse1-0/+3
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke1-0/+3
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell1-1/+2
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie1-1/+1
2010-10-18r600g: get tiling info from kernelDave Airlie1-0/+7
2010-10-05r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse1-0/+4
2010-10-05r600g: simplify block relocationJerome Glisse1-3/+2
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen1-0/+2
2010-10-05r600g: improve bo flushingJerome Glisse1-0/+3
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse1-1/+6
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse1-12/+12
2010-09-29r600g: delete old pathJerome Glisse1-0/+1
2010-09-29r600g: use a hash table instead of groupJerome Glisse1-35/+9
2010-09-28r600g: suspend/resume occlusion query around clear/copyJerome Glisse1-0/+2
2010-09-27r600g: build packet header onceJerome Glisse1-0/+2
2010-09-27r600g: add evergreen texture resource properly.Dave Airlie1-0/+5
2010-09-26r600g: disable early cull optimization when occlusion query runningJerome Glisse1-0/+1
2010-09-23r600g: initial evergreen support in new pathJerome Glisse1-0/+16
2010-09-21r600g: occlusion query for new designJerome Glisse1-1/+37
2010-09-21r600g: directly allocate bo for user bufferJerome Glisse1-1/+3
2010-09-20r600g: move chip class to radeon common structureJerome Glisse1-0/+7
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet1-21/+0
2010-09-17r600g: alternative command stream building from contextJerome Glisse1-0/+244