Re: [Mesa-dev] [PATCH] i965: Remove useless (harmful) assertion

2016-09-27 Thread Anuj Phogat
On Tue, Sep 27, 2016 at 3:02 PM, Ben Widawsky wrote: > From: Ben Widawsky > > 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

[Mesa-dev] [PATCH] i965: Remove useless (harmful) assertion

2016-09-27 Thread Ben Widawsky
From: Ben Widawsky 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 --- src/mesa/drivers/dri/i965/brw_pipe_control.c | 2 +- 1 file