aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-211-2/+0
| | | | | | Drop the compute specific evergreen_set_buffer_sync() function and instead use the r600_surface_sync_command atom for emitting SURFACE_SYNC packets.
* r600g: compute support for evergreenAdam Rak2012-06-011-0/+119
Tom Stellard: - Updated for gallium interface changes - Fixed a few bugs: + Set the loop counter + Calculate the correct number of pipes - Added hooks into the LLVM compiler