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: Nan
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 a/src/intel/is