summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-10-22 10:59:49 +0200
committerMarek Olšák <[email protected]>2014-10-22 21:04:56 +0200
commit8ddd2f7aee893f7ad2ce359e7d68729568ca3a5e (patch)
tree2995df511f71201e40178b3f8d505df0737fde6b /src/gallium/drivers/r300/r300_context.h
parentae879718c4086fc5905070e7f26dfa2757df0c86 (diff)
r300g: implement pipe_rasterizer_state::clip_halfz
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 92a35d51448..4d2b1531ad7 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -580,6 +580,7 @@ struct r300_context {
/* Whether two-sided color selection is enabled (AKA light_twoside). */
boolean two_sided_color;
boolean flatshade;
+ boolean clip_halfz;
/* Whether fast color clear is enabled. */
boolean cbzb_clear;
/* Whether fragment shader needs to be validated. */