mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-03 10:40:34 +02:00
nir: add clamp_color_enabled intrinsic
This commit is contained in:
parent
4f4ca234cc
commit
fcf9161909
1 changed files with 2 additions and 0 deletions
|
|
@ -1048,6 +1048,8 @@ system_value("frag_invocation_count", 1)
|
|||
# Whether smooth lines or polygon smoothing is enabled
|
||||
system_value("poly_line_smooth_enabled", 1, bit_sizes=[1])
|
||||
|
||||
system_value("clamp_color_enabled", 1)
|
||||
|
||||
# System values for ray tracing.
|
||||
system_value("ray_launch_id", 3)
|
||||
system_value("ray_launch_size", 3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue