Re: [Piglit] [Minor]. Need to update link to readme on piglit web-site

2018-09-17 Thread Dylan Baker
Quoting Daniel Stone (2018-09-17 08:10:11) > Hi, > > On Fri, 14 Sep 2018 at 23:16, Dylan Baker wrote: > > Quoting Den (2018-09-14 05:36:51) > > > Hi guys. There is really trivial thing, but I think, would be great to > > > fix it. > > > > > > https://piglit.freedesktop.org/ on this web-site

[Piglit] [PATCH] GL_MESA_framebuffer_flip_y: Testing using gl_FragCoord

2018-09-17 Thread Fritz Koenig
Checks that gl_FragCoord colors the correct area when the framebuffer is flipped. --- tests/opengl.py | 1 + .../CMakeLists.gles2.txt | 1 + .../spec/mesa_framebuffer_flip_y/fragcoord.c | 184 ++ 3 files changed, 186

Re: [Piglit] [PATCH] glsl-1.30: Reproduce a bug in the i965 backend optimizer

2018-09-17 Thread Ian Romanick
On 09/14/2018 03:16 PM, Dylan Baker wrote: > Quoting Ian Romanick (2018-09-12 16:29:55) >> From: Ian Romanick >> >> The optimizer recently added the ability to replace a compare with a >> subtraction under certain circumstances. This can fail for integers. >> For inputs a = 0x8000, b = 4,

Re: [Piglit] [PATCH] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-17 Thread Timothy Arceri
On 17/9/18 7:56 pm, Danylo Piliaiev wrote: On 9/17/18 12:28 PM, Timothy Arceri wrote: On 16/8/18 12:23 am, Danylo Piliaiev wrote: This tests the case when initialising with incompatible type changed a type of the variable being initialized. Bugzilla:

Re: [Piglit] [PATCH] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-17 Thread Danylo Piliaiev
On 9/17/18 1:01 PM, Timothy Arceri wrote: On 17/9/18 7:56 pm, Danylo Piliaiev wrote: On 9/17/18 12:28 PM, Timothy Arceri wrote: On 16/8/18 12:23 am, Danylo Piliaiev wrote: This tests the case when initialising with incompatible type changed a type of the variable being initialized.

Re: [Piglit] [PATCH] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-17 Thread Timothy Arceri
On 16/8/18 12:23 am, Danylo Piliaiev wrote: This tests the case when initialising with incompatible type changed a type of the variable being initialized. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107547 Signed-off-by: Danylo Piliaiev --- I'm not sure if it's a proper way to test

Re: [Piglit] [PATCH] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-17 Thread Danylo Piliaiev
On 9/17/18 12:28 PM, Timothy Arceri wrote: On 16/8/18 12:23 am, Danylo Piliaiev wrote: This tests the case when initialising with incompatible type changed a type of the variable being initialized. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107547 Signed-off-by: Danylo Piliaiev