Reviewed-by: Marek Olšák
Marek
On Wed, Jun 27, 2012 at 5:37 PM, Tom Stellard wrote:
> The start_compute_cs atom initializes some config and context registers
> to the values needed for running compute shaders. When a compute shader
> is dispatched, this atom is emitted after the start_cs_cmd a
The start_compute_cs atom initializes some config and context registers
to the values needed for running compute shaders. When a compute shader
is dispatched, this atom is emitted after the start_cs_cmd atom, which
initializes registers that are common to both 3D and compute.
---
src/gallium/driv