diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 156b1f84ad3..ec329738e4c 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -180,6 +180,12 @@ struct pipe_rasterizer_state */ unsigned clip_halfz:1; + /** + * When true do not scale offset_units and use same rules for unorm and + * float depth buffers. + */ + unsigned offset_units_unscaled:1; + /** * Depth values output from fragment shader may be outside 0..1. * These have to be clamped for use with UNORM buffers.