aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute_internal.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák2012-12-221-2/+2
* r600g: rework flusing and synchronization pattern v7Jerome Glisse2012-12-201-2/+2
* r600g/radeonsi: Silence warningsMaxence Le Dore2012-12-131-12/+21
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* r600g: add in-place DB decompression and texturing with DB tilingMarek Olšák2012-11-061-3/+3
* r600g: remove unused variables to fix compile warningsMarek Olšák2012-10-091-2/+0
* r600g: Use a RAT buffer as the backing bo for the compute memory poolTom Stellard2012-10-011-1/+2
* r600g: atomize framebuffer stateMarek Olšák2012-09-221-27/+4
* r600g: simplify flushingMarek Olšák2012-09-131-2/+2
* r600g: rename r600_resource_texture to r600_textureMarek Olšák2012-08-161-2/+2
* r600g: cleanup r600_resource_texture in favor of radeon_surfaceMarek Olšák2012-08-161-4/+6
* r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák2012-08-041-1/+21
* r600g: drop the old texture allocation codeMarek Olšák2012-08-041-1/+1
* r600g: Emit dispatch state for compute directly to the csTom Stellard2012-07-271-19/+0
* r600g: Unify 3D and compute vertex buffer emissionTom Stellard2012-07-151-81/+0
* r600g: move CB_TARGET_MASK setup into new cb_misc_stateMarek Olšák2012-07-121-1/+1
* r600g/compute: Use evergreen_cb() for binding RATsTom Stellard2012-07-091-66/+28
* r600g: Use a texture as the underlying resource for compute_memory_poolTom Stellard2012-07-091-14/+7
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-211-93/+18
* r600g: Compute support for CaymanTom Stellard2012-06-061-4/+12
* r600g: compute support for evergreenAdam Rak2012-06-011-0/+830