mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
ir3: mark ucp_enables as allowed values on all keys
Both vertex and fragment shaders need to have the lowering. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5751>
This commit is contained in:
parent
01a1926fb9
commit
fc944428bf
1 changed files with 2 additions and 0 deletions
|
|
@ -340,6 +340,8 @@ ir3_setup_used_key(struct ir3_shader *shader)
|
|||
|
||||
key->safe_constlen = true;
|
||||
|
||||
key->ucp_enables = 0xff;
|
||||
|
||||
if (info->stage == MESA_SHADER_FRAGMENT) {
|
||||
key->fsaturate_s = ~0;
|
||||
key->fsaturate_t = ~0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue