diff options
author | Younes Manton <younes.m@gmail.com> | 2009-03-14 20:19:47 -0400 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2009-03-14 20:19:47 -0400 |
commit | 8b45de9aa1f92630b3c92847e20fc68d7b202edd (patch) | |
tree | 8f65ea8c4354a572274200753222867d44169f7f /src/gallium/drivers/nv50 | |
parent | 683e7091a953204c9aee1410ac44be3b69bae9fc (diff) |
nouveau: bypass_vs_clip_and_viewport
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_state_validate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_state_validate.c b/src/gallium/drivers/nv50/nv50_state_validate.c index b7958f19bc..85098a78a2 100644 --- a/src/gallium/drivers/nv50/nv50_state_validate.c +++ b/src/gallium/drivers/nv50/nv50_state_validate.c @@ -254,7 +254,7 @@ scissor_uptodate: if (nv50->dirty & NV50_NEW_VIEWPORT) { unsigned bypass; - if (!nv50->rasterizer->pipe.bypass_clipping) + if (!nv50->rasterizer->pipe.bypass_vs_clip_and_viewport) bypass = 0; else bypass = 1; |