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
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
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
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
---
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
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
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
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_