- 29 Apr, 2011 4 commits
-
-
Vinson Lee authored
Designated initializers are not supported by MSVC.
-
Vinson Lee authored
This patch also fixes a MSVC build error. getopt.h is not available on MSVC.
-
Vinson Lee authored
stdbool.h is not available with MSVC. piglit-util.h includes stdbool.h and defines the equivalent types for MSVC.
-
Vinson Lee authored
Fixes Linux build.
-
- 28 Apr, 2011 14 commits
-
-
Chad Versace authored
hiz_check_fbo_depth_test() has return type bool and should have returned true (1) on success and false (0) on failure. Instead, it returned PIGLIT_PASS (0) on success and PIGLIT_FAIL (1) on failure.
-
Chad Versace authored
Change extension requirement from GL_ARB_fbo to GL_ARB_framebuffer_object. Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
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>
-
Chad Versace authored
It is created by the CMake and contains just build artifacts. Reviewed-by:
Ian Romanick <ian.d.romanick@intel.com> Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Chad Versace authored
Add the following tests: - hiz-depth-test-fbo-d24 - hiz-depth-test-fbo-d24s8 - hiz-depth-test-fbo-d24-s8 - hiz-depth-test-window-stencil0 - hiz-depth-test-window-stencil1 Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Chad Versace authored
Add three tests, in which the FBO has the following attachments: 1. GL_DEPTH_ATTACHMENT: GL_DEPTH_COMPONENT24 2. GL_DEPTH_ATTACHMENT: GL_DEPTH_COMPONENT24 GL_STENCIL_COMPONENT: GL_STENCIL_INDEX8 3. GL_DEPTH_STENCIL_ATTACHMENT: GL_DEPTH24_STENCIL8 Reviewed-By:
Ian Romanick <ian.d.romanick@intel.com> Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Chad Versace authored
Add tests for two cases: when the stencil buffer is, and is not, present. Reviewed-By:
Ian Romanick <ian.d.romanick@intel.com> Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Chad Versace authored
Eventually there will be over a dozen HiZ tests, so placing common functionality in a library will reduce a good hunk of code. Reviewed-By:
Ian Romanick <ian.d.romanick@intel.com> Signed-off-by:
Chad Versace <chad.versace@intel.com>
-
Adam Jackson authored
-
Adam Jackson authored
Verifies that at least one fbconfig exists that complies with the minimums described by the spec. Similar to glx-fbconfig-sanity but different enough to be its own test.
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
-
- 27 Apr, 2011 1 commit
-
-
Marek Olšák authored
-
- 26 Apr, 2011 5 commits
-
-
Ian Romanick authored
Reviewed-by:
Chad Versace <chad.versace@intel.com> Reviewed-by:
Eric Anholt <eric@anholt.net>
-
Ian Romanick authored
On current Mesa, some of these cases just fail. Some fail with assertion failures. Reported-by:
Bryan Cain <bryancain3@gmail.com> Reviewed-by:
Chad Versace <chad.versace@intel.com> Reviewed-by:
Eric Anholt <eric@anholt.net>
-
Brian Paul authored
-
Brian Paul authored
Reviewed-by:
Eric Anholt <eric@anholt.net>
-
Marek Olšák authored
-
- 25 Apr, 2011 2 commits
-
-
Brian Paul authored
-
-
- 24 Apr, 2011 1 commit
-
-
Vinson Lee authored
-
- 23 Apr, 2011 3 commits
-
-
Emma Anholt authored
One of these is at least one of the bugs that Trine is hitting -- fragment.color was overriding other fragment.color[n] when present.
-
Emma 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.
-
Emma Anholt authored
These test that several operations correctly are passed/not passed by conditional rendering.
-
- 21 Apr, 2011 2 commits
-
-
Vinson Lee authored
-
Vinson Lee authored
The rest of piglit assumes that forward slash is the separator for the group name. This patch fixes the summary HTML results on Windows. Tests are now properly displayed in subgroups instead of the entire group name listed as part of the test name.
-
- 17 Apr, 2011 1 commit
-
-
Emma Anholt authored
These two tests were trying to check what buffer 0's type was, not whether the pipeline as a whole was "fixed" for the purpose of clamping.
-
- 16 Apr, 2011 2 commits
-
-
Ian Romanick authored
This seems to have been removed by the commit below. This is probably the result of a merge gone wrong. commit e466e012 Author: Brian Paul <brianp@vmware.com> Date: Sun Apr 10 13:26:07 2011 -0600 sampler-objects: test for GL_ARB_sampler_objects
-
Vinson Lee authored
-
- 15 Apr, 2011 1 commit
-
-
Emma Anholt authored
-
- 14 Apr, 2011 1 commit
-
-
Vinson Lee authored
The paths were previously generated incorrectly on Windows hosts and resulted in shader tests not being found.
-
- 13 Apr, 2011 3 commits
-
-
Test that both vertex and fragment shader texture sampling samples from the correct textures. Signed-off-by:
Brian Paul <brianp@vmware.com>
-
Emma Anholt authored
-
Emma Anholt authored
The point here is to try to catch the cases where the compiler turns a min/max of a variable float with constant vectors into a saturate of a float. We never actually failed, becase we aren't writemasking in ir_to_mesa (so the full temporary vector would be filled anyway), and because in brw_fs.cpp we had split up the expression to scalars already.
-