Re: [Piglit] [PATCH] piglit-util: use _exit to skip context destruction

2018-05-07 Thread Eric Anholt
Marek Olšák writes: > From: Marek Olšák You should have a "why" in your commit message. signature.asc Description: PGP signature ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH] add GL_ARB_sample_locations

2018-05-07 Thread Ilia Mirkin
On Mon, May 7, 2018 at 12:19 PM, Rhys Perry wrote: > I have already tested it with NVIDIA's driver. It fails because > gl_SamplePosition does not reflect the programmed sample locations due to a > bug in the driver. > > It also fails because and 16x and 32x MSAA tests fail. I could not find > anyt

Re: [Piglit] [PATCH 00/35] Serialize profiles into XML at build time

2018-05-07 Thread Michel Dänzer
On 2018-05-07 06:44 PM, Dylan Baker wrote: > Quoting Tomi Sarvela (2018-05-07 01:20:46) >> On 05/07/2018 10:17 AM, Tomi Sarvela wrote: >>> On 05/04/2018 07:57 PM, Dylan Baker wrote: Quoting Juan A. Suarez Romero (2018-05-04 04:50:27) > On Fri, 2018-05-04 at 12:03 +0200, Juan A. Suarez Rome

Re: [Piglit] [PATCH 00/35] Serialize profiles into XML at build time

2018-05-07 Thread Dylan Baker
Quoting Tomi Sarvela (2018-05-07 01:20:46) > On 05/07/2018 10:17 AM, Tomi Sarvela wrote: > > On 05/04/2018 07:57 PM, Dylan Baker wrote: > >> Quoting Juan A. Suarez Romero (2018-05-04 04:50:27) > >>> On Fri, 2018-05-04 at 12:03 +0200, Juan A. Suarez Romero wrote: > On Wed, 2018-05-02 at 13:57 -

[Piglit] [PATCH] add GL_ARB_sample_locations

2018-05-07 Thread Rhys Perry
I have already tested it with NVIDIA's driver. It fails because gl_SamplePosition does not reflect the programmed sample locations due to a bug in the driver. It also fails because and 16x and 32x MSAA tests fail. I could not find anything wrong with the test itself, so I assumed it was a bug in t

[Piglit] [PATCH v2] add GL_ARB_sample_locations

2018-05-07 Thread Rhys Perry
Changelog: v2: - Rebase to handle meta profiles. --- tests/opengl.py | 6 + tests/quick_gl.py | 7 + tests/spec/CMakeLists.txt | 1 + tests/spec/arb_sample_locations/CMakeLists.gl.txt | 11 + tests/sp

Re: [Piglit] [PATCH] add GL_ARB_sample_locations

2018-05-07 Thread Brian Paul
On 05/04/2018 06:08 AM, Rhys Perry wrote: Signed-off-by: Rhys Perry --- tests/all.py | 6 + tests/quick.py| 7 + tests/spec/CMakeLists.txt | 1 + tests/spec/arb_sample_locations/CMakeLists

Re: [Piglit] Cant run test

2018-05-07 Thread Juan A. Suarez Romero
On Mon, 2018-05-07 at 13:20 +, Illia Iorin wrote: > ping > This is being covered in https://lists.freedesktop.org/archives/piglit/2018-May/ 024233.html J.A. > On Sun, May 6, 2018 at 12:46 PM Alejandro Piñeiro > wrote: > > Recently I have started to have the same issue. With a sma

Re: [Piglit] Cant run test

2018-05-07 Thread Illia Iorin
ping On Sun, May 6, 2018 at 12:46 PM Alejandro Piñeiro wrote: > Recently I have started to have the same issue. With a small amount of > tests, this problem happens now and then. With a big amount of tests, this > happens most of the times. Didn't have time to take a look though. > > On 05/05/18

Re: [Piglit] [PATCH 00/35] Serialize profiles into XML at build time

2018-05-07 Thread Tomi Sarvela
On 05/07/2018 10:17 AM, Tomi Sarvela wrote: On 05/04/2018 07:57 PM, Dylan Baker wrote: Quoting Juan A. Suarez Romero (2018-05-04 04:50:27) On Fri, 2018-05-04 at 12:03 +0200, Juan A. Suarez Romero wrote: On Wed, 2018-05-02 at 13:57 -0700, Dylan Baker wrote: Quoting Juan A. Suarez Romero (2018-

Re: [Piglit] [PATCH 00/35] Serialize profiles into XML at build time

2018-05-07 Thread Tomi Sarvela
On 05/04/2018 07:57 PM, Dylan Baker wrote: Quoting Juan A. Suarez Romero (2018-05-04 04:50:27) On Fri, 2018-05-04 at 12:03 +0200, Juan A. Suarez Romero wrote: On Wed, 2018-05-02 at 13:57 -0700, Dylan Baker wrote: Quoting Juan A. Suarez Romero (2018-05-02 09:49:08) Hi, Dylan. I see you've pus