diff options
author | Ben Skeggs <[email protected]> | 2008-03-24 13:41:40 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-24 13:41:40 +1100 |
commit | 799d3bce06e998e51ad8df6bcadeb41bd061801e (patch) | |
tree | 6637eb6b99af2695138a19f1f2fddfc8fae0b515 /src/gallium/drivers/nv40/nv40_context.h | |
parent | 46a7f297a1477b9b59a5a11bf090db0ecbdf1ed7 (diff) |
nv40: respect rasterizer cso bypass_clipping flag
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h index 02ca20b8014..b50f6f8fefc 100644 --- a/src/gallium/drivers/nv40/nv40_context.h +++ b/src/gallium/drivers/nv40/nv40_context.h @@ -97,6 +97,7 @@ struct nv40_blend_state { struct nv40_state { unsigned scissor_enabled; unsigned stipple_enabled; + unsigned viewport_bypass; unsigned fp_samplers; uint64_t dirty; |