mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 19:50:37 +02:00
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:
parent
4ecd471ee3
commit
4dbc55818c
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue