summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2008-06-01 11:45:30 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2008-06-01 11:45:30 -0700
commit915e49e0fd61d7b8eee304d756813455612e98d9 (patch)
treefd7a8cf55905ba3d6dc125482f8ec237fcda290d /src/mesa/drivers/dri/r300/r300_context.h
parentc9ea62444c6969da8706ea88e12df8c458a6acce (diff)
r5xx: Enable depth write emission.
Thanks to nh for the r3xx version.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 817f783dff..a5ec5ee46e 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -833,6 +833,8 @@ struct r500_fragment_program {
int max_temp_idx;
+ GLboolean writes_depth;
+
GLuint optimization;
};