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

@@ -87,9 +87,7 @@ draw_pt_arrays(struct draw_context *draw,
opt |= PT_CLIPTEST;
}
if (!draw->rasterizer->bypass_vs_clip_and_viewport) {
opt |= PT_SHADE;
}
opt |= PT_SHADE;
}
if (opt == 0)