llvmpipe: enable driver functions.

This enables driver functions for the CL paths.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24687>
This commit is contained in:
Dave Airlie 2023-08-15 15:56:24 +10:00 committed by Marge Bot
parent 4ecd471ee3
commit 4dbc55818c

View file

@ -632,6 +632,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
.support_16bit_alu = true,
.lower_fisnormal = true,
.lower_fquantize2f16 = true,
.driver_functions = true,
};