On 05/03/2016 02:20, Brian Paul wrote:
compute.c: In function ‘launch_grid’:
compute.c:435:20: warning: assignment discards ‘const’ qualifier from pointer
target type [enabled by default]
info.input = input;
^
Maybe the pipe_grid_info::input field should be cons
compute.c: In function ‘launch_grid’:
compute.c:435:20: warning: assignment discards ‘const’ qualifier from pointer
target type [enabled by default]
info.input = input;
^
Maybe the pipe_grid_info::input field should be const void *?
---
src/gallium/tests/trivial/comp