diff options
author | Michal Krol <michal@vmware.com> | 2010-02-22 21:36:22 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2010-02-22 21:36:22 +0100 |
commit | 63cb6f59eac91ba34cf80ff3736568e40b094fe1 (patch) | |
tree | a5172db4e43c41654ed038079b745ca67474ddd8 /src/gallium/docs/source/cso | |
parent | 2467354842d7118efff73165ddaaf4c519b41e46 (diff) |
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Needs testing.
Diffstat (limited to 'src/gallium/docs/source/cso')
-rw-r--r-- | src/gallium/docs/source/cso/rasterizer.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/docs/source/cso/rasterizer.rst b/src/gallium/docs/source/cso/rasterizer.rst index 24cc78c68d..ccd9136a2e 100644 --- a/src/gallium/docs/source/cso/rasterizer.rst +++ b/src/gallium/docs/source/cso/rasterizer.rst @@ -10,18 +10,6 @@ multisample state, scissoring and flat/smooth shading. Members ------- -bypass_vs_clip_and_viewport -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Whether the entire TCL pipeline should be bypassed. This implies that -vertices are pre-transformed for the viewport, and will not be run -through the vertex shader. - -.. note:: - - Implementations may still clip away vertices that are not in the viewport - when this is set. - flatshade ^^^^^^^^^ |