Re: [Piglit] [PATCH] ARB_shader_storage_buffer_object: check ssbo array optimizations

2019-02-22 Thread andrey simiklit
Thanks for reviewing and push) Andrii. On Fri, Feb 22, 2019 at 8:25 PM Ian Romanick wrote: > I made a couple small adjustments to the tests and pushed them. > > Thanks! > > On 2/15/19 5:43 AM, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > > The tests for a compiler which

Re: [Piglit] [PATCH] ARB_shader_storage_buffer_object: check ssbo array optimizations

2019-02-22 Thread Ian Romanick
I made a couple small adjustments to the tests and pushed them. Thanks! On 2/15/19 5:43 AM, asimiklit.w...@gmail.com wrote: > From: Andrii Simiklit > > The tests for a compiler which leads to mismatch between max_array_access > and the var type when the compiler tries to optimize unused ssbo

[Piglit] [PATCH] ARB_shader_storage_buffer_object: check ssbo array optimizations

2019-02-15 Thread asimiklit . work
From: Andrii Simiklit The tests for a compiler which leads to mismatch between max_array_access and the var type when the compiler tries to optimize unused ssbo instances. This mismatch leads to crash because in some cases the type length is less than the max_array_access field. Bugzilla: