tu: Remove tu_shader_compile_options
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 16 Jun 2020 15:00:31 +0000 (17:00 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 17 Jun 2020 13:13:05 +0000 (13:13 +0000)
commit6fcbce3b9960a6066cf198d5d2fc25a7e4cf0e7b
tree6db2e516ac6bf05dbbc07e8f8a8803c16823f2aa
parent808992fc506b02908468b64082981ddb4e58f713
tu: Remove tu_shader_compile_options

The only two fields were always true, and I don't think we'd ever have
use for them. If we want to disable optimizations then we'd need a
different approach, and I don't even know what include_binning_pass was
for.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5500>
src/freedreno/vulkan/tu_pipeline.c
src/freedreno/vulkan/tu_private.h
src/freedreno/vulkan/tu_shader.c