Skip to content

softpipe: correct signature of get_compiler_options

Erik Faye-Lund requested to merge kusma/mesa:sp-msvc-warning into master

This gets rid of a harmless but annoying compiler warning on MSVC.

Fixes: 73bafb5e ("gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()")

Merge request reports