summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBen Widawsky <[email protected]>2014-07-30 11:39:06 -0700
committerBen Widawsky <[email protected]>2014-08-10 17:13:36 -0700
commit38e181bad283eb5dea207cf6a6b8b50efd13b5ed (patch)
treea7653229df6f95d8c2a5a54cdd25e48771ed56d2 /src/mesa/main
parentf6725d627cb3945f2577b6ba637ee16830d0b13c (diff)
i965/clip: Removing scissor atom
Now that we no longer use ctx->DrawBuffer->_Xmin and related fields to program the screen-space viewport extents, we don't depend on any scissoring state. So we can drop the +_NEW_SCISSOR dependency. On GEN8, a change in scissor state does not effect anything for the clipper/sf hardware state. The hardware will always do the right thing once the viewport extents are programmed. We can therefore remove the unecessary state emission. Ken originally spotted this. v2: Reword the commit message. Remove spurious hunk. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions