Re: [Piglit] [PATCH] dmabuf: fix YUV tests for drivers other than intel

2016-09-08 Thread Eric Anholt
Rob Clark writes: > Ok, so the basic problem with the YUV tests is that they currently > completely ignore driver/hw pitch requirements, since the code that > allocates the buffer doesn't know the pixel format, only the 'cpp'. > > The yuv test creates a small 4x4 yuv

[Piglit] [PATCH] add ARB_compute_variable_group_size tests

2016-09-08 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- tests/all.py | 8 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gl.txt | 16 ++ .../arb_compute_variable_group_size/CMakeLists.txt |

Re: [Piglit] [PATCH] egl-khr-debug: Start adding tests for EGL_KHR_debug

2016-09-08 Thread Dylan Baker
Quoting Adam Jackson (2016-09-08 10:41:30) > First test does some basic API error checking, then provokes an error > against the (implicit) thread object. There is clearly much more to > cover here, but this at least touches all of the new entrypoints and > verifies that it errors reasonably when

[Piglit] [PATCH] egl-khr-debug: Start adding tests for EGL_KHR_debug

2016-09-08 Thread Adam Jackson
First test does some basic API error checking, then provokes an error against the (implicit) thread object. There is clearly much more to cover here, but this at least touches all of the new entrypoints and verifies that it errors reasonably when misused. Signed-off-by: Adam Jackson

Re: [Piglit] [PATCH] dir-locals.el: whitespace support

2016-09-08 Thread Andres Gomez
If nobody says otherwise, I will land this by the beginning of next week. On Tue, 2016-08-02 at 19:53 +0300, Andres Gomez wrote: > Highlight bogus indentation and long lines. > > v2: python-mode inherits from prog-mode > > Signed-off-by: Andres Gomez > --- > .dir-locals.el

Re: [Piglit] [PATCH] tests/llvmpipe: Disable gl-1.0-blend-func

2016-09-08 Thread Adam Jackson
On Mon, 2016-08-29 at 12:24 -0400, Adam Jackson wrote: > Takes over 40 minutes and 16GB on Skylake. Most of the blend > functionality in llvmpipe is adequately covered by Mesa's in-tree tests > anyway. > > Signed-off-by: Adam Jackson Pushed this so an llvmpipe run completes in

Re: [Piglit] [PATCH] egl-nok-swap-region: Fix build against new eglext.h

2016-09-08 Thread Emil Velikov
On 8 September 2016 at 05:06, Adam Jackson wrote: > On Thu, 2016-09-08 at 03:42 +0100, Emil Velikov wrote: >> > On 7 September 2016 at 21:50, Adam Jackson wrote: >> > index 075df97..6512b6b 100644 >> > --- a/tests/egl/egl-nok-swap-region.c >> > +++

Re: [Piglit] [PATCH v2 3/37] glean/tfragprog1: port ADD tests to shader_runner

2016-09-08 Thread Pohjolainen, Topi
On Tue, Sep 06, 2016 at 12:20:41PM -0700, Dylan Baker wrote: > This ports the following tests: > - ADD test > - ADD with saturation > - ADD an immediate > - ADD negative immediate > > It does not port ADD negative "immediate (2)", which adds MOV, MUL, and > swizzling. It might be a useful test

Re: [Piglit] [PATCH v2 2/37] glean/tfragprog1: port ABS test to shader_runner

2016-09-08 Thread Pohjolainen, Topi
On Tue, Sep 06, 2016 at 12:20:40PM -0700, Dylan Baker wrote: > Possible duplicate tests: > shaders/fp-abs-01.c > shaders/fp-abs-02.c > > Signed-off-by: Dylan Baker > --- > tests/all.py | 2 +- >