Re: [Mesa-dev] [PATCH] i965/fs: Fix hang on IVB and VLV with image format mismatch.

2015-09-08 Thread Ian Romanick
On 09/03/2015 06:03 AM, Francisco Jerez wrote: > IVB and VLV hang sporadically when an untyped surface read or write > message is used to access a surface of format other than RAW, as may > happen when there is a mismatch between the format qualifier of the > image uniform and the format of the act

Re: [Mesa-dev] [PATCH] i965/fs: Fix hang on IVB and VLV with image format mismatch.

2015-09-08 Thread Mark Janes
This fixes a GPU hang on IVB, which is triggered with piglit.spec.arb_shader_image_load_store.invalid Tested-by: Mark Janes Francisco Jerez writes: > IVB and VLV hang sporadically when an untyped surface read or write > message is used to access a surface of format other than RAW, as may > hap

[Mesa-dev] [PATCH] i965/fs: Fix hang on IVB and VLV with image format mismatch.

2015-09-03 Thread Francisco Jerez
IVB and VLV hang sporadically when an untyped surface read or write message is used to access a surface of format other than RAW, as may happen when there is a mismatch between the format qualifier of the image uniform and the format of the actual image bound to the pipeline. According to the spec