Re: [Mesa-dev] [PATCH 11/17] st/mesa: add conversion for compute shaders

2016-01-25 Thread Ilia Mirkin
On Sun, Jan 24, 2016 at 4:09 PM, Samuel Pitoiset wrote: > The size of shared variables needs to be stored in gl_compute_program > in order to set up pipe_compute_state::req_local_mem. According to the > spec, there are no predefined inputs nor any fixed-function outputs. > > Signed-off-by: Samuel

[Mesa-dev] [PATCH 11/17] st/mesa: add conversion for compute shaders

2016-01-24 Thread Samuel Pitoiset
The size of shared variables needs to be stored in gl_compute_program in order to set up pipe_compute_state::req_local_mem. According to the spec, there are no predefined inputs nor any fixed-function outputs. Signed-off-by: Samuel Pitoiset --- src/mesa/main/mtypes.h | 5 +++