- 02 Jun, 2011 1 commit
-
-
Chad Versace authored
Add functions: piglit_probe_pixel_stencil piglit_probe_rect_stencil Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
- 29 Apr, 2011 1 commit
-
-
Marek Olšák authored
-
- 28 Apr, 2011 1 commit
-
-
Chad Versace authored
Remove duplicate definitions of piglit_require_extension() from piglit-util-{gl,gles2}.c and define it just once in piglit-util.c. Do the same for piglit_require_not_extension(). Reviewed-by:
Ian Romanick <ian.d.romanick@intel.com> Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
- 23 Apr, 2011 1 commit
-
-
Eric Anholt authored
No tests successfully use rgbw and RGTC yet, since we can't render to rgtc. But when we go write some, this should reduce surprises.
-
- 08 Apr, 2011 2 commits
-
-
Fabian Bieler authored
This was caused by bead3e50
-
Fabian Bieler authored
-
- 14 Mar, 2011 1 commit
-
-
Jose Fonseca authored
The proper macro for Windows operating systems is _WIN32 and not WIN32. Thanks to Vinson Lee to remind me of that.
-
- 13 Mar, 2011 2 commits
-
-
Jose Fonseca authored
-
Marek Olšák authored
which don't print anything, but can return the probed pixel color.
-
- 12 Mar, 2011 1 commit
-
-
Chad Versace authored
Replace the two identical definitions in piglit-util-gl.c and in piglit-util-gles2.c with a single definition in piglit-util.c. Signed-off-by:
Chad Versace <chad@chad-versace.us>
-
- 11 Mar, 2011 1 commit
-
-
Marek Olšák authored
-
- 03 Mar, 2011 1 commit
-
-
Marek Olšák authored
-
- 26 Feb, 2011 2 commits
-
-
Chad Versace authored
API-specific files are now named as COMMON_NAME-API.EXT, and API-independent files are now named COMMON_NAME.EXT. For example, piglit-util.h piglit-util.c piglit-util-gl.c piglit-util-gles2.c Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Chad Versace authored
And replace all occurences of glutExtensionSupported() in piglit-util.c. Note: This belongs to a series that adds GLES2 support to Piglit. Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
- 25 Feb, 2011 2 commits
- 18 Feb, 2011 2 commits
-
-
Marek Olšák authored
-
Marek Olšák authored
-
- 16 Feb, 2011 1 commit
-
-
Marek Olšák authored
-
- 01 Dec, 2010 1 commit
-
-
Ian Romanick authored
-
- 06 Nov, 2010 1 commit
-
-
Eric Anholt authored
This reverts commit b51e9ef1. While a good idea, it causes errors with Mesa debug builds due to glGetError() being called after the context is destroyed in automatic mode framework tests.
-
- 05 Nov, 2010 1 commit
-
-
Vinson Lee authored
-
- 16 Oct, 2010 1 commit
-
-
Ian Romanick authored
-
- 14 Oct, 2010 2 commits
-
-
Vinson Lee authored
Silences this GCC warning. piglit-util.c: In function 'strchrnul': piglit-util.c:1060: warning: return discards qualifiers from pointer target type
-
Eric Anholt authored
-
- 03 Oct, 2010 1 commit
-
-
Marek Olšák authored
This alpha modification is optional. It will be needed for testing fbo-generatemipmap-formats/GL_ALPHA, which currently always passes. This commit does not change behavior of any test (note the GL_FALSE parameter).
-
- 30 Sep, 2010 2 commits
-
-
Marek Olšák authored
-
Marek Olšák authored
-
- 24 Sep, 2010 3 commits
-
-
Eric Anholt authored
I don't have an implementation with some of these extensions handy, so they may fail due to testcase bugs, but it's already showing off failure in EXT_texture_sRGB like I hoped, and there's bonus fail I wasn't expecting in GL_ARB_depth_texture and friends.
-
Eric Anholt authored
-
Eric Anholt authored
-
- 22 Sep, 2010 1 commit
-
-
Eric Anholt authored
Fixes glsl-vs-normalscale result.
-
- 31 Aug, 2010 2 commits
-
-
Eric Anholt authored
-
Eric Anholt authored
This also manages to hang 965 on 7.8 and master.
-
- 14 Aug, 2010 1 commit
-
-
Marek Olšák authored
This exercises some obviously never-tested code paths, because all drivers here fail. (swrast, r300, all gallium ones)
-
- 06 Jul, 2010 1 commit
-
-
Eric Anholt authored
This significantly clarifies the problem in glsl-routing in the 965 driver, since we don't have to worry about issues with sparse varying usage. We just fail at handling more than 7 vec4 varyings (on my Ironlake -- the number is likely a bit higher pre-Ironlake).
-
- 02 Jul, 2010 1 commit
-
-
Eric Anholt authored
I've copied that function around a few texturing/ files, and wanted to use it in shader_runner now.
-
- 17 May, 2010 1 commit
-
-
Eric Anholt authored
-
- 10 May, 2010 1 commit
-
-
Jose Fonseca authored
This allows to decouple building piglit from the testing with piglit.
-
- 19 Apr, 2010 1 commit
-
-
Ian Romanick authored
-