Re: [Piglit] Piglit website in sphinx

2018-12-18 Thread Dylan Baker
Quoting Eric Anholt (2018-12-18 11:21:08) > Jordan Justen writes: > > > On 2018-12-17 22:07:21, Tapani Pälli wrote: > >> Hi; > >> > >> On 12/17/18 11:50 AM, Jordan Justen wrote: > >> > Although I doubt it generates much traffic, I wanted to try to convert > >> > the https://piglit.freedesktop.or

Re: [Piglit] [PATCH] shaders: Verify that -int(some_bool) & value is handled correctly

2018-12-18 Thread Jason Ekstrand
On Tue, Dec 18, 2018 at 3:56 PM Ian Romanick wrote: > From: Ian Romanick > > This reproduces bug #109075. In that bug, '-int(XYZ) & anything' was > optimized as though it were '-int(XYZ) & floatBitsToInt(1.0)'. > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.c

[Piglit] [PATCH] shaders: Verify that -int(some_bool) & value is handled correctly

2018-12-18 Thread Ian Romanick
From: Ian Romanick This reproduces bug #109075. In that bug, '-int(XYZ) & anything' was optimized as though it were '-int(XYZ) & floatBitsToInt(1.0)'. Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109075 --- ...glsl-fs-bitwise-and-Boolean-and-1.0.shader_te

Re: [Piglit] Piglit website in sphinx

2018-12-18 Thread Eric Anholt
Jordan Justen writes: > On 2018-12-17 22:07:21, Tapani Pälli wrote: >> Hi; >> >> On 12/17/18 11:50 AM, Jordan Justen wrote: >> > Although I doubt it generates much traffic, I wanted to try to convert >> > the https://piglit.freedesktop.org/ homepage into an 'auto-building' >> > gitlab branch. >>

Re: [Piglit] Piglit website in sphinx

2018-12-18 Thread Tapani Pälli
On 12/18/18 9:58 AM, Jordan Justen wrote: On 2018-12-17 22:07:21, Tapani Pälli wrote: Hi; On 12/17/18 11:50 AM, Jordan Justen wrote: Although I doubt it generates much traffic, I wanted to try to convert the https://piglit.freedesktop.org/ homepage into an 'auto-building' gitlab branch. I t