summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_stateobj.h
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2011-09-24 15:42:46 +0200
committerChristoph Bumiller <[email protected]>2011-09-28 16:28:58 +0200
commitb3fa0d311e553ec815d58e58a30aa8b3927e4afd (patch)
tree1702e03862cfbabaed9e5b2df60019f16f58bc67 /src/gallium/drivers/nvc0/nvc0_stateobj.h
parente92348b7f5ee2565371dd779f25cc0ede8724886 (diff)
nv50,nvc0: support polygon offset clamp state
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_stateobj.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_stateobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_stateobj.h b/src/gallium/drivers/nvc0/nvc0_stateobj.h
index 0686c52fd0c..b508000bdab 100644
--- a/src/gallium/drivers/nvc0/nvc0_stateobj.h
+++ b/src/gallium/drivers/nvc0/nvc0_stateobj.h
@@ -25,7 +25,7 @@ struct nvc0_blend_stateobj {
struct nvc0_rasterizer_stateobj {
struct pipe_rasterizer_state pipe;
int size;
- uint32_t state[39];
+ uint32_t state[41];
};
struct nvc0_zsa_stateobj {