[Piglit] [PATCH] gl-2.0: Add test for pointsprite state with non-point primitives

2014-11-25 Thread Chris Forbes
Demonstrates an i965 bug, which wined3d hits in many apps. V2: Fix comment describing vertex layout V3: Simplify -- the vertex layout actually doesn't matter; the i965 bug is entirely in the SF setup. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- tests/all.py

Re: [Piglit] [PATCH] gl-2.0: Add test for interaction between pointsprites and const attribs

2014-11-25 Thread Chris Forbes
Disregard; has been superceded by a simpler test now that I've fully understood where i965 was breaking. On Tue, Nov 25, 2014 at 8:39 PM, Chris Forbes chr...@ijw.co.nz wrote: Demonstrates an i965 bug, which wined3d hits in many apps. V2: Fix comment describing vertex layout Signed-off-by:

[Piglit] [PATCH] glsl-1.20: test implicitly sized arrays match explicitly sized arrays across the same stage

2014-11-25 Thread Timothy Arceri
Signed-off-by: Timothy Arceri t_arc...@yahoo.com.au --- .../intrastage-unsized-array-mismatch.shader_test | 33 ++ .../intrastage-unsized-array-mismatch2.shader_test | 33 ++ .../linker/intrastage-unsized-array.shader_test| 33 ++

[Piglit] [PATCH piglit] Test doing a meta operation while there is an occlusion query

2014-11-25 Thread Neil Roberts
This adds a test which calls glClear while there is an occlusion query in progress. The clear shouldn't affect the sample count in the occlusion query. However in Mesa if the clear is implemented as a meta operation then it will currently trigger a bug because the sample count is not saved

Re: [Piglit] [PATCH] util/gl: link against OPENGL_gl_LIBRARY on waffle aware systems

2014-11-25 Thread Mark Janes
This patched fixed the gl tests, but I encountered the same error for gles1/gles2/gles3. Piglit built for me when I added the same link instruction to: tests/util/CMakeLists.gles1.txt tests/util/CMakeLists.gles2.txt tests/util/CMakeLists.gles3.txt Is there a more specific (GLES) link

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

2014-11-25 Thread Laura Ekstrand
--- 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 100644 tests/spec/gl-2.1/pbo.c diff --git a/tests/all.py b/tests/all.py

[Piglit] [PATCH 3/3] glean: Removed Glean pbo test.

2014-11-25 Thread Laura Ekstrand
--- tests/all.py |1 - tests/glean/CMakeLists.gl.txt |1 - tests/glean/tpbo.cpp | 1094 - tests/glean/tpbo.h| 83 4 files changed, 1179 deletions(-) delete mode 100644 tests/glean/tpbo.cpp delete mode

[Piglit] [PATCH 1/3] util: Exposed piglit_compare_images_ubyte in piglit-util-gl.h so that tests can use it.

2014-11-25 Thread Laura Ekstrand
--- tests/util/piglit-util-gl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/util/piglit-util-gl.h b/tests/util/piglit-util-gl.h index adf98d8..69544d3 100644 --- a/tests/util/piglit-util-gl.h +++ b/tests/util/piglit-util-gl.h @@ -140,6 +140,9 @@ int

[Piglit] [Bug 86361] [Bisected]Piglit compile-program.c make fail

2014-11-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86361 lu hua huax...@intel.com changed: What|Removed |Added Severity|major |critical -- You are