Re: [Piglit] [PATCH 4/4] arb_tessellation_shader/tes-gs-max-output: new test for TES/GS amplification

2018-10-18 Thread Jan Vesely
This test breaks build for compilers that don't default to C++11+ for cpp sources. https://travis-ci.org/jvesely/piglit/jobs/442796343 Jan On Thu, Sep 13, 2018 at 2:11 PM Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Test extremes of GS amplification under tessellation. > --- > tests/open

Re: [Piglit] [PATCH] fbo: add a few quirk-tests for format-emulation

2018-10-18 Thread Erik Faye-Lund
Ping? This reveals real bugs in virgl drivers, so it would be nice to get it upstream, so it's "on the record"... On Thu, 2018-09-20 at 20:17 +0200, Erik Faye-Lund wrote: > Drivers who implement GL_ALPHA textures by swizzling a GL_R texture > needs to be prepared to offer multiple blend-colors, o

Re: [Piglit] [PATCH 4/4] arb_tessellation_shader/tes-gs-max-output: new test for TES/GS amplification

2018-10-18 Thread Jan Vesely
On Thu, 2018-10-18 at 08:30 +, Haehnle, Nicolai wrote: > On 17.10.18 19:57, Jan Vesely wrote: > > This test breaks build for compilers that don't default to C++11+ for > > cpp sources. > > > > https://travis-ci.org/jvesely/piglit/jobs/442796343 > > Sorry about that. I just pushed a commit th