diff options
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 3718e05f3b3..900b70f804c 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -58,6 +58,7 @@ struct si_state_rasterizer { bool poly_stipple_enable; bool line_smooth; bool poly_smooth; + bool uses_poly_offset; }; struct si_dsa_stencil_ref_part { |