Re: [Piglit] [PATCHv2 10/23] arb_shader_image_load_store: Import host memory barrier tests.

2015-02-03 Thread Francisco Jerez
Jordan Justen writes: > 8-10 and 21 Reviewed-by: Jordan Justen > > These are some challenging tests to review, but they seem very > thorough. > > For the rest, I think you should proceed with your plan and commit > them without an r-b. > Thank you Jordan, I've added your R-b tags and pushed the

Re: [Piglit] [PATCHv2 10/23] arb_shader_image_load_store: Import host memory barrier tests.

2015-02-03 Thread Jordan Justen
8-10 and 21 Reviewed-by: Jordan Justen These are some challenging tests to review, but they seem very thorough. For the rest, I think you should proceed with your plan and commit them without an r-b. -Jordan On 2015-01-31 07:41:32, Francisco Jerez wrote: > Add tests for the glMemoryBarrier() A

[Piglit] [PATCHv2 10/23] arb_shader_image_load_store: Import host memory barrier tests.

2015-01-31 Thread Francisco Jerez
Add tests for the glMemoryBarrier() API which provides a way to serialize shader memory transactions issued by previous drawing commands with respect to subsequent GL commands. v2: Skip indirect draw and transform feedback tests when the extensions they rely on are not supported. --- tests/al