summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state_emit.c
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-02-11 20:55:33 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-02-11 20:55:33 +0100
commitbedb6faec0882cf01ae8773f2ea685135471a87b (patch)
tree2b266e730364b12ccbef784d7eb80a8211e1416f /src/gallium/drivers/nv30/nv30_state_emit.c
parented0f3b08b65679452132a9caeef1509a8dac23b9 (diff)
nv30: adapt to stencil ref changes
not sure if this has any hope of working
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state_emit.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_state_emit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state_emit.c b/src/gallium/drivers/nv30/nv30_state_emit.c
index d9650f63eb..deefe7fd8d 100644
--- a/src/gallium/drivers/nv30/nv30_state_emit.c
+++ b/src/gallium/drivers/nv30/nv30_state_emit.c
@@ -12,6 +12,7 @@ static struct nv30_state_entry *render_states[] = {
&nv30_state_blend,
&nv30_state_blend_colour,
&nv30_state_zsa,
+ &nv30_state_sr,
&nv30_state_viewport,
&nv30_state_vbo,
NULL