diff options
author | Christoph Bumiller <[email protected]> | 2011-04-09 18:25:29 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-04-10 14:06:52 +0200 |
commit | 7b4e478496cf45f527f72c39d72efe2e94fe2386 (patch) | |
tree | fd67fddaab6acd8c5e2c8882f1136e3d01908c50 /src/gallium/drivers/nvc0/nvc0_stateobj.h | |
parent | d9ef97696770c8a6b04e4adf9a813614f9b3c741 (diff) |
nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON
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 b300ec9097c..e0fe9df25d7 100644 --- a/src/gallium/drivers/nvc0/nvc0_stateobj.h +++ b/src/gallium/drivers/nvc0/nvc0_stateobj.h @@ -19,7 +19,7 @@ struct nvc0_blend_stateobj { struct pipe_blend_state pipe; int size; - uint32_t state[69]; + uint32_t state[70]; }; struct nvc0_rasterizer_stateobj { |