Re: [Piglit] [PATCH] tests/shaders/bug-109601: drop ARB_shader_storage_buffer_object requirement

2019-02-20 Thread Dylan Baker
Quoting Lionel Landwerlin (2019-02-15 10:08:07) > We're failing this test on Sandybridge because we're requiring an > extension that isn't necessary. This is a leftover from a previous > iteration of the test. > > Signed-off-by: Lionel Landwerlin > Reported-by: Mark Janes > Fixes: ffb5627758eb77

[Piglit] [PATCH] tests/shaders/bug-109601: drop ARB_shader_storage_buffer_object requirement

2019-02-15 Thread Lionel Landwerlin
We're failing this test on Sandybridge because we're requiring an extension that isn't necessary. This is a leftover from a previous iteration of the test. Signed-off-by: Lionel Landwerlin Reported-by: Mark Janes Fixes: ffb5627758eb77 ("shaders: Reproduce a bug in the i965/anv backend compiler"