summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute_internal.c
Commit message (Expand)AuthorAgeFilesLines
* 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