Re: [Mesa-dev] [PATCH 03/10] r600g: Add start_compute_cs atom to struct r600_context

2012-06-27 Thread Marek Olšák
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

[Mesa-dev] [PATCH 03/10] r600g: Add start_compute_cs atom to struct r600_context

2012-06-27 Thread Tom Stellard
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