aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/r600/drm/r600_bo.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich2011-06-131-15/+11
* r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich2011-06-131-12/+14
* r600g: inline r600_bo_reference.Dave Airlie2011-06-081-10/+0
* r600g: bump domain selection up one layer.Dave Airlie2011-05-181-3/+21
* r600g: remove some pointless and unused functionsMarek Olšák2011-04-251-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie2011-02-011-4/+3
* r600g: fix bo size when creating bo from handleJerome Glisse2010-12-101-1/+1
* r600g: Fix SCons build.Vinson Lee2010-12-091-2/+2
* r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse2010-12-091-80/+91
* r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke2010-11-081-1/+27
* r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell2010-11-031-3/+21
* r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-181-1/+17
* r600g: drop mman allocatorDave Airlie2010-10-051-3/+1
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-0/+124