diff options
author | Marek Olšák <[email protected]> | 2015-10-07 01:47:00 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-10-17 21:40:03 +0200 |
commit | 208d1ed38ddb7de8211a9ffc3d89ae176ef7e9d4 (patch) | |
tree | 044b6219af677b88f56f2738c7f4db4efda4b81e /src/gallium/drivers/radeonsi/si_state.h | |
parent | acc6a07874e6af133310adcc6c58898cf4312a6c (diff) |
radeonsi: implement fragment color clamping
using the shader key for now.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 6a567688ee4..fba6619d2fd 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -60,6 +60,7 @@ struct si_state_rasterizer { bool line_smooth; bool poly_smooth; bool uses_poly_offset; + bool clamp_fragment_color; }; struct si_dsa_stencil_ref_part { |