Re: [Piglit] [PATCH 3/3] arb_shader_image_load_store: call glMemoryBarrier() before reading an image written to by imageStore()

2015-12-11 Thread Francisco Jerez
Timothy Arceri writes: > On Thu, 2015-12-10 at 16:21 +0200, Francisco Jerez wrote: >> Timothy Arceri writes: >> >> > I haven't been able to test if this fixes the bug as I cannot >> > reproduce it. >> > >> > Cc: Francisco Jerez

Re: [Piglit] [PATCH 3/3] arb_shader_image_load_store: call glMemoryBarrier() before reading an image written to by imageStore()

2015-12-10 Thread Timothy Arceri
On Thu, 2015-12-10 at 16:21 +0200, Francisco Jerez wrote: > Timothy Arceri writes: > > > I haven't been able to test if this fixes the bug as I cannot > > reproduce it. > > > > Cc: Francisco Jerez > > Cc: Jordan Justen

Re: [Piglit] [PATCH 3/3] arb_shader_image_load_store: call glMemoryBarrier() before reading an image written to by imageStore()

2015-12-10 Thread Francisco Jerez
Timothy Arceri writes: > I haven't been able to test if this fixes the bug as I cannot reproduce it. > > Cc: Francisco Jerez > Cc: Jordan Justen > https://bugs.freedesktop.org/show_bug.cgi?id=92822 > --- >

[Piglit] [PATCH 3/3] arb_shader_image_load_store: call glMemoryBarrier() before reading an image written to by imageStore()

2015-12-09 Thread Timothy Arceri
I haven't been able to test if this fixes the bug as I cannot reproduce it. Cc: Francisco Jerez Cc: Jordan Justen https://bugs.freedesktop.org/show_bug.cgi?id=92822 --- .../image_store/basic-imageStore-const-uniform-index.shader_test | 2