gallium/trace: add a pipe_screen::get_compiler_options method
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 16 Feb 2021 16:44:14 +0000 (11:44 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 17 Feb 2021 12:24:33 +0000 (12:24 +0000)
commit4feca7ecde9f5486a55dffe8d6899d1114b799bf
tree0124b31091cf57a911e0de971c008841257a8987
parentc59fd3acb9ef7442e5219758927738ffbdcf2e71
gallium/trace: add a pipe_screen::get_compiler_options method

this fixes crashes on startup

Fixes: a3512ddfdf7 ("st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64")
fixes mesa/mesa#4312

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9082>
src/gallium/auxiliary/driver_trace/tr_screen.c