mesa/src/gallium/tests
Brian Paul a7ba29f6d8 gallium/tests: silence warning in compute.c
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 *?

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2016-03-05 09:15:44 -07:00
..
graw gallium/util: switch over to new u_debug_image.[ch] code 2016-02-08 09:29:38 -07:00
python/tests/regress/fragment-shader Add a test for the compare opcode. 2012-02-23 12:29:29 +00:00
trivial gallium/tests: silence warning in compute.c 2016-03-05 09:15:44 -07:00
unit mesa: Add scons files to distribution. 2014-12-12 12:11:50 -08:00