gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.

Needs testing.
This commit is contained in:
Michal Krol
2010-02-22 21:36:22 +01:00
parent 2467354842
commit 63cb6f59ea
25 changed files with 266 additions and 407 deletions

View File

@@ -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
^^^^^^^^^