diff options
author | Ben Skeggs <[email protected]> | 2010-03-04 11:13:51 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2010-03-10 16:29:59 +1000 |
commit | 2b8c0cf16959c07341309484da41b2e9a17e5266 (patch) | |
tree | a222bc354f0f8df89de9f3bdf7ecc3357d57fbee /src/gallium/drivers/nv50/nv50_context.h | |
parent | 885d2eceb1517fa11be902ef826de3ba8620d085 (diff) |
nv50: make use of scissor enable/disable method
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index ef0e99f0b12..973fdd23a22 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -126,7 +126,6 @@ struct nv50_state { struct nouveau_stateobj *hw[64]; uint64_t hw_dirty; - unsigned scissor_enabled; unsigned miptree_nr[PIPE_SHADER_TYPES]; struct nouveau_stateobj *vtxbuf; struct nouveau_stateobj *vtxattr; |