i965: Remove useless (harmful) assertion
authorBen Widawsky <ben@bwidawsk.net>
Tue, 27 Sep 2016 22:02:12 +0000 (15:02 -0700)
committerBen Widawsky <ben@bwidawsk.net>
Wed, 28 Sep 2016 16:42:53 +0000 (09:42 -0700)
commit29783c0887b3afd345e15e4e6910c04185219812
tree652eda2c62c1899dcf5cba2a1232c340f6bf95fb
parent2a721b1b798d7078e8fa7ff52c7698d6cd625162
i965: Remove useless (harmful) assertion

The code already skips doing the depth stall on gen >= 8, and as we
enable new platforms this assertion will fail needlessly. Instead of
changing the caller, make this simple change.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_pipe_control.c