[Piglit] [Bug 88222] New: [Bisected]Piglit spec_ARB_texture_rectangle_arb_texrect-texture-base-level-error fails

2015-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88222 Bug ID: 88222 Summary: [Bisected]Piglit spec_ARB_texture_rectangle_arb_texrect-texture-base-le vel-error fails Product: piglit Version: unspecified Hard

[Piglit] [Bug 88221] New: [SNB+ Bisected]Piglit spec_ARB_texture_storage_multisample_tex-param fails

2015-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88221 Bug ID: 88221 Summary: [SNB+ Bisected]Piglit spec_ARB_texture_storage_multisample_tex-param fails Product: piglit Version: unspecified Hardware: All OS: Lin

[Piglit] [PATCH] deqp: Add option to run subset of external dEQP-GLES3

2015-01-08 Thread Wang Shuo
Google have already added a subset of dEQP into Android CTS test, and we believe this part of dEQP have higher priority than the rest of dEQP test cases. the case list is stored at some xml files. Such as: com.drawelements.deqp.gles3.xml. It's git repo lives in the Android tree at [https://android.

Re: [Piglit] [PATCH] arb_direct_state_access: Fix memory leak.

2015-01-08 Thread Brian Paul
On 01/08/2015 06:43 PM, Vinson Lee wrote: Fix resource leak defect reported by Coverity. Signed-off-by: Vinson Lee --- tests/spec/arb_direct_state_access/getcompressedtextureimage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spec/arb_direct_state_access/getcompressedtextureima

[Piglit] [PATCH] arb_direct_state_access: Fix memory leak.

2015-01-08 Thread Vinson Lee
Fix resource leak defect reported by Coverity. Signed-off-by: Vinson Lee --- tests/spec/arb_direct_state_access/getcompressedtextureimage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spec/arb_direct_state_access/getcompressedtextureimage.c b/tests/spec/arb_direct_state_access/get

Re: [Piglit] [PATCH piglit v2] texsubimage: Test GL_ARB_texture_cube_map_array

2015-01-08 Thread Anuj Phogat
On Thu, Jan 8, 2015 at 6:01 AM, Neil Roberts wrote: > If texsubimage is passed cube_map_array on the command line it will > try updating a subregion of a cube map array. All of the faces of all > of the layers of the texutre are rendered using a special vertex > shader to modify the texture coordi

Re: [Piglit] [PATCH] pbo: fix MSVC compile error

2015-01-08 Thread Vinson Lee
On Thu, Jan 8, 2015 at 2:56 PM, Brian Paul wrote: > Arrays can't be dimensioned by variables. > --- > tests/spec/gl-2.1/pbo.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/tests/spec/gl-2.1/pbo.c b/tests/spec/gl-2.1/pbo.c > index b6c51e9..26b7138 100644 > --

Re: [Piglit] [PATCH 2/3] gl-2.1: Ported pbo test from Glean to Piglit.

2015-01-08 Thread Vinson Lee
On Tue, Nov 25, 2014 at 11:19 AM, Laura Ekstrand wrote: > --- > tests/all.py|1 + > tests/spec/gl-2.1/CMakeLists.gl.txt |1 + > tests/spec/gl-2.1/pbo.c | 1056 > +++ > 3 files changed, 1058 insertions(+) > create mode 1

Re: [Piglit] [PATCH 10/24] arb_direct_state_access: Tests for glGetTextureImage.

2015-01-08 Thread Vinson Lee
On Mon, Dec 15, 2014 at 5:24 PM, Laura Ekstrand wrote: > --- > tests/all.py | 6 + > .../spec/arb_direct_state_access/CMakeLists.gl.txt | 5 + > tests/spec/arb_direct_state_access/get-textures.c | 114 + > .../gettextureimage-formats.c

Re: [Piglit] [PATCH] glsl-1.10: Add tests for common gl_FrontFacing ternary usage.

2015-01-08 Thread Chris Forbes
Reviewed-by: Chris Forbes On Fri, Jan 9, 2015 at 9:50 AM, Matt Turner wrote: > On Thu, Jan 8, 2015 at 12:27 PM, Ilia Mirkin wrote: >> On Thu, Jan 8, 2015 at 3:26 PM, Matt Turner wrote: >>> These patterns >>> >>> gl_FrontFacing ? 1.0 : 1.0 >>> gl_FrontFacing ? -1.0 : -1.0 >> >

[Piglit] [PATCH] arb_get_program_binary: Check piglit_check_gl_error results.

2015-01-08 Thread Vinson Lee
Fix dead assignment bugs reported by Clang Static Analyzer. Signed-off-by: Vinson Lee --- tests/spec/arb_get_program_binary/retrievable_hint.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/spec/arb_get_program_binary/retrievable_hint.c b/tests/spec/arb_get_pr

Re: [Piglit] [PATCH] framebuffer-srgb: Remove dead assignment.

2015-01-08 Thread Brian Paul
On 01/08/2015 03:45 PM, Vinson Lee wrote: Fix Clang Static Analyzer dead assignment bug. Signed-off-by: Vinson Lee --- tests/general/framebuffer-srgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/general/framebuffer-srgb.c b/tests/general/framebuffer-srgb.c inde

Re: [Piglit] [PATCH] arb_shader_atomic_counters: Check piglit_probe_pixel_rgb results.

2015-01-08 Thread Chris Forbes
Oops... sorry about that. Reviewed-by: Chris Forbes On Fri, Jan 9, 2015 at 11:53 AM, Vinson Lee wrote: > Fix dead assignment bugs reported by Clang Static Analyzer. > > Signed-off-by: Vinson Lee > --- > tests/spec/arb_shader_atomic_counters/respecify-buffer.c | 8 > 1 file changed, 4

Re: [Piglit] [PATCH] arb_shader_atomic_counters: Check piglit_probe_pixel_rgb results.

2015-01-08 Thread Brian Paul
On 01/08/2015 03:53 PM, Vinson Lee wrote: Fix dead assignment bugs reported by Clang Static Analyzer. Signed-off-by: Vinson Lee --- tests/spec/arb_shader_atomic_counters/respecify-buffer.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/spec/arb_shader_atomi

[Piglit] [PATCH] pbo: fix MSVC compile error

2015-01-08 Thread Brian Paul
Arrays can't be dimensioned by variables. --- tests/spec/gl-2.1/pbo.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/spec/gl-2.1/pbo.c b/tests/spec/gl-2.1/pbo.c index b6c51e9..26b7138 100644 --- a/tests/spec/gl-2.1/pbo.c +++ b/tests/spec/gl-2.1/pbo.c @@ -526,

[Piglit] [PATCH] arb_shader_atomic_counters: Check piglit_probe_pixel_rgb results.

2015-01-08 Thread Vinson Lee
Fix dead assignment bugs reported by Clang Static Analyzer. Signed-off-by: Vinson Lee --- tests/spec/arb_shader_atomic_counters/respecify-buffer.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/spec/arb_shader_atomic_counters/respecify-buffer.c b/tests/spec/ar

[Piglit] [PATCH] framebuffer-srgb: Remove dead assignment.

2015-01-08 Thread Vinson Lee
Fix Clang Static Analyzer dead assignment bug. Signed-off-by: Vinson Lee --- tests/general/framebuffer-srgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/general/framebuffer-srgb.c b/tests/general/framebuffer-srgb.c index 9f88df7..880adaf 100644 --- a/tests/general/

Re: [Piglit] [PATCH] gl-3.0-vertexattribipointer: Fix GCC maybe-uninitialized warning.

2015-01-08 Thread Brian Paul
For all three, Reviewed-by: Brian Paul On 01/08/2015 01:35 PM, Vinson Lee wrote: vertexattribipointer.c: In function 'piglit_display': vertexattribipointer.c:156:4: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] memcpy(attr_buffer + i * sz, data, sz);

Re: [Piglit] [PATCH] glsl-1.10: Add tests for common gl_FrontFacing ternary usage.

2015-01-08 Thread Matt Turner
On Thu, Jan 8, 2015 at 12:27 PM, Ilia Mirkin wrote: > On Thu, Jan 8, 2015 at 3:26 PM, Matt Turner wrote: >> These patterns >> >> gl_FrontFacing ? 1.0 : 1.0 >> gl_FrontFacing ? -1.0 : -1.0 > > Presumably these were meant to be ? -1 : 1 and ? 1 : -1 Indeed. Thanks! __

[Piglit] [PATCH] tex-miplevel-selection: Fix GCC maybe-uninitialized warnings.

2015-01-08 Thread Vinson Lee
tex-miplevel-selection.c: In function 'piglit_init': tex-miplevel-selection.c:919:58: warning: 'num_layers' may be used uninitialized in this function [-Wmaybe-uninitialized] (gltarget != GL_TEXTURE_3D && layer == TEST_LAYER % num_layers)) {

[Piglit] [PATCH] textureSize: Silence GCC maybe-uninitialized warning.

2015-01-08 Thread Vinson Lee
textureSize.c: In function 'generate_GLSL': textureSize.c:367:22: warning: 'gs' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!vs || (gs_code && !gs) || !fs) ^ Signed-off-by: Vinson Lee --- tests/texturing/shaders/textureSize.c | 2 +- 1 file cha

[Piglit] [PATCH] gl-3.0-vertexattribipointer: Fix GCC maybe-uninitialized warning.

2015-01-08 Thread Vinson Lee
vertexattribipointer.c: In function 'piglit_display': vertexattribipointer.c:156:4: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] memcpy(attr_buffer + i * sz, data, sz); ^ vertexattribipointer.c:94:14: note: 'data' was declared here const void *data;

Re: [Piglit] [PATCH] glsl-1.10: Add tests for common gl_FrontFacing ternary usage.

2015-01-08 Thread Ilia Mirkin
On Thu, Jan 8, 2015 at 3:26 PM, Matt Turner wrote: > These patterns > > gl_FrontFacing ? 1.0 : 1.0 > gl_FrontFacing ? -1.0 : -1.0 Presumably these were meant to be ? -1 : 1 and ? 1 : -1 > gl_FrontFacing ? 0.0 : -1.0 > > are recognized and optimized by the i965 driver.

[Piglit] [PATCH] glsl-1.10: Add tests for common gl_FrontFacing ternary usage.

2015-01-08 Thread Matt Turner
These patterns gl_FrontFacing ? 1.0 : 1.0 gl_FrontFacing ? -1.0 : -1.0 gl_FrontFacing ? 0.0 : -1.0 are recognized and optimized by the i965 driver. --- .../fs-frontfacing-ternary-0.0-neg-1.0.shader_test | 20 .../fs-frontfacing-ternary-1.0-neg-1.

Re: [Piglit] [PATCH 00/24] Change Test to use only a list for 1st argument

2015-01-08 Thread Dylan Baker
I'm going to push this series today if no one objects before I get to it, rebasing is starting to be a pain. On Monday, January 05, 2015 01:50:21 PM Dylan Baker wrote: > Currently Test takes a command argument, which can either be a list of > strings or a string. String by itself causes problems o

[Piglit] [PATCH piglit v2] texsubimage: Test GL_ARB_texture_cube_map_array

2015-01-08 Thread Neil Roberts
If texsubimage is passed cube_map_array on the command line it will try updating a subregion of a cube map array. All of the faces of all of the layers of the texutre are rendered using a special vertex shader to modify the texture coordinates so that they pick a particular face based on the z coor

[Piglit] [Bug 88189] piglit-glx-util.h:30:21: fatal error: X11/Xmd.h: No such file or directory

2015-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88189 José Fonseca changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---