diff options
author | Christoph Bumiller <[email protected]> | 2011-03-29 23:09:02 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-03-29 23:09:02 +0200 |
commit | 8f060df60d1f5ad63a341e39f2ec5a0c3c452cf5 (patch) | |
tree | 2810f4b072bdc0161c194df49e67800d31e0d619 /src/gallium/drivers/nvc0/nvc0_stateobj.h | |
parent | d04ab396a54d29948363c3353efa5aaa888076a3 (diff) |
nv50,nvc0: implement colour clamping controls
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_stateobj.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_stateobj.h | 2 |
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 8222f9375ee..cc6b04d3578 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[36]; + uint32_t state[39]; }; struct nvc0_zsa_stateobj { |