[Piglit] [PATCH v4 1/1] viewport-clamp: to test the viewport clamping

2019-02-25 Thread Eleni Maria Stea
A test to check the viewport clamping and to reproduce the following bug on i965: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108999 v2: - Renamed the test to something more relevant (Nanley Chery) - Fixed the description (Nanley Chery) - Used the piglit_build_simple_program func

[Piglit] [PATCH] glsl-1.10: test unrolling another loop with variable iteration limits

2019-02-25 Thread Timothy Arceri
This tests unrolling of a loop with a single exit point but where the exact trip count is unknown, only the max iteration count is known. Here we make sure that the and condition won't be simplified into a min() by another opt pass. --- ...riable-iteration-limit-unroll3.shader_test | 75 +

[Piglit] [Bug 108846] gs-max-output.cpp:98: error: expected primary-expression before ‘.’ token

2019-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108846 Dylan Baker changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

Re: [Piglit] [PATCH] editorconfig: Add max_line_length property

2019-02-25 Thread Dylan Baker
Quoting Andres Gomez (2019-02-25 08:45:01) > On Fri, 2019-02-22 at 18:15 +, Eric Engestrom wrote: > > > > On February 22, 2019 2:51:28 PM UTC, Andres Gomez wrote: > > > The property is supported by most of the editors, but not all: > > > https://github.com/editorconfig/editorconfig/wiki/Edito

Re: [Piglit] [PATCH v3 1/1] viewport-clamp: to test the viewport clamping

2019-02-25 Thread Nanley Chery
On Mon, Feb 25, 2019 at 05:34:15PM +0200, Eleni Maria Stea wrote: > A test to check the viewport clamping and to reproduce the following bug > on i965: > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108999 > > v2: > - Renamed the test to something more relevant (Nanley Chery) > -

Re: [Piglit] [PATCH] editorconfig: Add max_line_length property

2019-02-25 Thread Eric Engestrom
On Monday, 2019-02-25 18:45:01 +0200, Andres Gomez wrote: > On Fri, 2019-02-22 at 18:15 +, Eric Engestrom wrote: > > > > On February 22, 2019 2:51:28 PM UTC, Andres Gomez wrote: > > > The property is supported by most of the editors, but not all: > > > https://github.com/editorconfig/editorco

Re: [Piglit] [PATCH] KHR_parallel_shader_compiler: new test

2019-02-25 Thread Marek Olšák
On Thu, Jan 3, 2019 at 2:38 PM Ian Romanick wrote: > On 11/28/18 6:55 PM, Marek Olšák wrote: > > From: Marek Olšák > > > > --- > > tests/opengl.py | 6 + > > tests/spec/CMakeLists.txt | 1 + > > .../CMakeLists.gl.txt

[Piglit] [PATCH] KHR_parallel_shader_compiler: new test (v2)

2019-02-25 Thread Marek Olšák
From: Marek Olšák v2: test glGetIntegerv after every every change of the thread count spaces -> tabs --- tests/opengl.py | 6 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gl.txt | 7 ++ .../CMakeLists.gles2.

Re: [Piglit] [PATCH] editorconfig: Add max_line_length property

2019-02-25 Thread Andres Gomez
On Fri, 2019-02-22 at 18:15 +, Eric Engestrom wrote: > > On February 22, 2019 2:51:28 PM UTC, Andres Gomez wrote: > > The property is supported by most of the editors, but not all: > > https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length > > > > Cc: Eric

[Piglit] [PATCH v3 1/1] viewport-clamp: to test the viewport clamping

2019-02-25 Thread Eleni Maria Stea
A test to check the viewport clamping and to reproduce the following bug on i965: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108999 v2: - Renamed the test to something more relevant (Nanley Chery) - Fixed the description (Nanley Chery) - Used the piglit_build_simple_program func