summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: add fetch shader capabilitiesJerome Glisse2010-11-191-0/+3
* r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke2010-11-081-0/+3
* r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell2010-11-031-1/+2
* r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-181-1/+1
* r600g: get tiling info from kernelDave Airlie2010-10-181-0/+7
* r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse2010-10-051-0/+4
* r600g: simplify block relocationJerome Glisse2010-10-051-3/+2
* r600g: use dirty list to track dirty blocksBas Nieuwenhuizen2010-10-051-0/+2
* r600g: improve bo flushingJerome Glisse2010-10-051-0/+3
* r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2010-10-041-1/+6
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-12/+12
* r600g: delete old pathJerome Glisse2010-09-291-0/+1
* r600g: use a hash table instead of groupJerome Glisse2010-09-291-35/+9
* r600g: suspend/resume occlusion query around clear/copyJerome Glisse2010-09-281-0/+2
* r600g: build packet header onceJerome Glisse2010-09-271-0/+2
* r600g: add evergreen texture resource properly.Dave Airlie2010-09-271-0/+5
* r600g: disable early cull optimization when occlusion query runningJerome Glisse2010-09-261-0/+1
* r600g: initial evergreen support in new pathJerome Glisse2010-09-231-0/+16
* r600g: occlusion query for new designJerome Glisse2010-09-211-1/+37
* r600g: directly allocate bo for user bufferJerome Glisse2010-09-211-1/+3
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-0/+7
* r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-191-21/+0
* r600g: alternative command stream building from contextJerome Glisse2010-09-171-0/+244