Re: [Piglit] [PATCH] ext_render_snorm-render: test for GL_EXT_render_snorm

2018-08-10 Thread Nanley Chery
On Thu, Aug 02, 2018 at 02:06:26PM +0300, Tapani Pälli wrote: > Test includes: >- texture uploads >- mipmap generation >- framebuffer creation >- rendering to >- reading from >- interaction with GL_EXT_copy_image I don't see any interaction with this extension.. > > This

[Piglit] [PATCH] Cmake: Remove Python 3.3 from the list of versions to search for

2018-08-10 Thread Dylan Baker
Suggested-by: Rhys Kidd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 433fa1aea..8f19457fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD_GLX_TESTS) ENDIF() set(Python_ADDITION

Re: [Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Dylan Baker
Quoting Rhys Kidd (2018-08-10 10:48:49) > On Fri, 10 Aug 2018 at 13:47, Dylan Baker wrote: > > --- >  CMakeLists.txt | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 413cd72e6..433fa1aea 100644 > --- a/CMakeL

Re: [Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Rhys Kidd
On Fri, 10 Aug 2018 at 13:47, Dylan Baker wrote: > --- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 413cd72e6..433fa1aea 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD

[Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Dylan Baker
--- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 413cd72e6..433fa1aea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD_GLX_TESTS) ENDIF() set(Python_ADDITIONAL_VERSIONS -3.6 3.5

Re: [Piglit] [PATCH] shaders: add a glslparsertest for bug 98699

2018-08-10 Thread Dylan Baker
I thought we'd stopped adding tests with "bugX" in the name and tried to give the test a descriptive name and we were trying not to add more tests to tests/shaders, but put them in tests/spec/. So maybe rename it to something like: tests/spec/glsl-1.10/compiler/post-increment-in-array-size.shad

Re: [Piglit] [PATCH 00/10] Selection of EGLDevice tests

2018-08-10 Thread Mathias Fröhlich
Hi Emil, Patch #1-7,9 are Reviewed-by: Mathias Fröhlich best Mathias On Friday, 3 August 2018 14:46:28 CEST Emil Velikov wrote: > Hi all, > > Here is a series to complement the Mesa patches sent earlier. > > In particular, it: > - addresses a few nitpicks in the existing tests: device_que

Re: [Piglit] [PATCH 8/9] egl Add new test of EGL_EXT_platform_device

2018-08-10 Thread Mathias Fröhlich
On Friday, 3 August 2018 14:46:36 CEST Emil Velikov wrote: > From: Emil Velikov > > Since the functionality is more or less identical to > EGL_MESA_platform_surfaceless, the test with a copy of it. > > Changes, as listed in the test itself, include: > - s/MESA_platform_surfaceless/EXT_platform_