From f47c9b088056e25a0a007b16045631df70001c8f Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 21 Jul 2010 09:13:53 +0200 Subject: gallium: add depth clamp to the interface --- src/gallium/include/pipe/p_state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/include/pipe/p_state.h') diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 44ffa26be74..301fe2b74f0 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -155,6 +155,7 @@ struct pipe_clip_state { float ucp[PIPE_MAX_CLIP_PLANES][4]; unsigned nr; + unsigned depth_clamp:1; }; -- cgit v1.2.3