[Mesa-dev] more unsigned -> enum pipe_shader_type

Brian Paul brianp at vmware.com
Thu Sep 29 19:58:04 UTC 2016


If anyone is looking for something simple to do, this is just a reminder 
that there are more places in gallium where we can replace unsigned with 
enum pipe_shader_type (a bunch was done in August).

Specifically,
pipe_screen::get_shader_param()
pipe_screen::get_compiler_options()
pipe_context::set_constant_buffer()

-Brian


More information about the mesa-dev mailing list