summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/r600/drm/r600_priv.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck2010-11-021-1/+1
* r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck2010-11-021-1/+1
* r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-181-1/+6
* r600g: get tiling info from kernelDave Airlie2010-10-181-0/+1
* r600g: fix dirty state handlingJerome Glisse2010-10-061-0/+1
* r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse2010-10-051-2/+3
* r600g: simplify block relocationJerome Glisse2010-10-051-8/+6
* r600g: use dirty list to track dirty blocksBas Nieuwenhuizen2010-10-051-0/+1
* r600g: improve bo flushingJerome Glisse2010-10-051-0/+8
* r600g: store reloc information in bo structureJerome Glisse2010-10-051-0/+2
* r600g: drop use_mem_constant.Dave Airlie2010-10-051-1/+0
* r600g: drop mman allocatorDave Airlie2010-10-051-1/+0
* r600g: add bo busy backoff.Dave Airlie2010-10-051-0/+2
* r600g: add bo fenced list.Dave Airlie2010-10-051-0/+5
* r600g: use r600_bo for relocation argument, simplify codeJerome Glisse2010-10-041-5/+12
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-4/+4
* r600g: fix wwarning in bo_map functionDave Airlie2010-10-041-0/+1
* r600g: keep a mapping around for each boJohn Doe2010-09-301-3/+11
* r600g: don't double count dirty blockJohn Doe2010-09-301-2/+2
* r600g: clean up some code from move to new paths.Dave Airlie2010-09-301-0/+2
* r600g: cleanupJerome Glisse2010-09-291-9/+39
* r600g: use a hash table instead of groupJerome Glisse2010-09-291-6/+41
* r600g: move radeon.h members around to add back map flushing.Dave Airlie2010-09-291-0/+3
* r600g: fix occlusion query after change to block structureJerome Glisse2010-09-271-3/+3
* r600g: disable early cull optimization when occlusion query runningJerome Glisse2010-09-261-0/+21
* r600g: evergreen fix for new designJerome Glisse2010-09-241-0/+1
* r600g: occlusion query for new designJerome Glisse2010-09-211-4/+3
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-0/+1
* r600g: alternative command stream building from contextJerome Glisse2010-09-171-0/+56