Re: [Piglit] [PATCH v4] travis: add docker based cmake build job

2018-02-05 Thread Dylan Baker
I haven't looked too closely at this, but I like the idea of using docker to allow running the cmake based job. Acked-by: Dylan Baker Quoting Andres Gomez (2018-01-31 13:11:52) > Until now we were only running the python unit tests. > > It seems desirable to also check

Re: [Piglit] [PATCH] arb_sample_shading: Add gl_SampleMaskIn subtest with msaa disabled, fix test

2018-02-05 Thread Roland Scheidegger
Am 05.02.2018 um 17:12 schrieb Brian Paul: > On 02/04/2018 04:03 PM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> The spec says with msaa disabled gl_SampleMaskIn is always 1. >> This is not particularly related to arb_sample_shading, but drivers may >> do

Re: [Piglit] [PATCH] arb_sample_shading: Add gl_SampleMaskIn subtest with msaa disabled, fix test

2018-02-05 Thread Brian Paul
On 02/04/2018 04:03 PM, srol...@vmware.com wrote: From: Roland Scheidegger The spec says with msaa disabled gl_SampleMaskIn is always 1. This is not particularly related to arb_sample_shading, but drivers may do different workarounds depending on the state of sample shading