summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-01-15 20:44:23 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-01-15 20:44:23 +0000
commitca710a0a7f0ae7e637e3e73cc4edac0a81f6fe1c (patch)
treefeb7e8b490844a99a9e184f3d341b45630971484 /src/mesa/drivers/dri/r300/r300_context.h
parent76de160b642aa7eac41db05883a9c6b414d17cb5 (diff)
On the way to getting stencil working.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 32607227e1..f0a186d396 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -616,6 +616,7 @@ struct r300_state {
struct r300_aos_rec aos[R300_MAX_AOS_ARRAYS];
int aos_count;
+ int hw_stencil;
};