summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-07-21 09:13:53 +0200
committerMarek Olšák <maraeo@gmail.com>2010-07-21 22:54:34 +0200
commitf47c9b088056e25a0a007b16045631df70001c8f (patch)
tree8f830528a15fd976d475e4699adc8cf1703e7753 /src/gallium/include/pipe/p_state.h
parent19e3771cff8e68fab88f06681d381ba3dad6c3ae (diff)
gallium: add depth clamp to the interface
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index 44ffa26be7..301fe2b74f 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;
};