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
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 +++