Re: [Mesa-dev] [PATCH 5/5] isl/state: Add some asserts about format capabilities

2016-07-27 Thread Nanley Chery
On Tue, Jul 26, 2016 at 10:04:26PM -0700, Jason Ekstrand wrote: > This keeps invalid surface states from leaking through and potentially > hanging the GPU. We shouldn't actually be hitting this on a regular basis, > but a helpful assert is better than a hang. Patches 4 and 5 are, Reviewed-by:

[Mesa-dev] [PATCH 5/5] isl/state: Add some asserts about format capabilities

2016-07-26 Thread Jason Ekstrand
This keeps invalid surface states from leaking through and potentially hanging the GPU. We shouldn't actually be hitting this on a regular basis, but a helpful assert is better than a hang. --- src/intel/isl/isl_surface_state.c | 5 + 1 file changed, 5 insertions(+) diff --git