Re: [Piglit] [PATCH] texturing: Add decompression test for S3TC DXT1

2017-05-16 Thread Nanley Chery
On Mon, May 15, 2017 at 04:08:54PM -0700, Nanley Chery wrote: > Cc: Kenneth Graunke > Cc: Mark Janes > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100925 > Signed-off-by: Nanley Chery > --- > tests/all.py

Re: [Piglit] [PATCH v4] CMake: define GBM_BO_MAP only when symbol is found

2017-05-16 Thread Jan Vesely
On Mon, 2017-05-15 at 20:27 -0500, Daniel Díaz wrote: > gbm_bo_map() and _unmap() have been added recently to Mesa, > and this update may not have reached all implementations of > GBM, such as the one provided by Mali r6, where said > definitions can be found in the header file but not in the >

Re: [Piglit] [PATCH v4] CMake: define GBM_BO_MAP only when symbol is found

2017-05-16 Thread Daniel Díaz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello! On 05/16/2017 03:06 PM, Jan Vesely wrote: > On Mon, 2017-05-15 at 20:27 -0500, Daniel Díaz wrote: >> diff --git a/CMakeLists.txt b/CMakeLists.txt index >> a4ff99e..cc26fa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt >> @@ -141,8

[Piglit] [PATCH] tests/igt.py: mark segfaulted IGT process as 'crash'

2017-05-16 Thread Tomi Sarvela
On IGT testing segfaulted processes are lumped together with failed tests in results. This patch separates the two for correctness: test doesn't have opportunity to fail if it wasn't even run. On our testing environment segfaulted IGT tests point to problem on builder or testhost side, not to

Re: [Piglit] [PATCH v4] CMake: define GBM_BO_MAP only when symbol is found

2017-05-16 Thread Jan Vesely
On Tue, 2017-05-16 at 15:34 -0500, Daniel Díaz wrote: > Hello! > > > On 05/16/2017 03:06 PM, Jan Vesely wrote: > > On Mon, 2017-05-15 at 20:27 -0500, Daniel Díaz wrote: > > > diff --git a/CMakeLists.txt b/CMakeLists.txt index > > > a4ff99e..cc26fa8 100644 --- a/CMakeLists.txt +++

[Piglit] [PATCH v5] CMake: define GBM_BO_MAP only when symbol is found

2017-05-16 Thread Daniel Díaz
gbm_bo_map() and _unmap() have been added recently to Mesa, and this update may not have reached all implementations of GBM, such as the one provided by Mali r6, where said definitions can be found in the header file but not in the library itself. This leads to errors like the following when