summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Add glsl-{fs,vs}-loop-redundant-condition to all.testsIan Romanick1-0/+2
2011-03-04fbo-alphatest-formats: test alpha-test with various colorbuffer formatsMarek Olšák3-0/+399
2011-03-04fbo-blending-formats: test blending with various colorbuffer formatsMarek Olšák6-34/+464
2011-03-04tex-miplevel-selection: split the test to three in all.testsMarek Olšák2-4/+5
2011-03-04tex-miplevel-selection: add parameters for easier debuggingMarek Olšák1-45/+112
2011-03-04tex-miplevel-selection: test base/max level, min/max lod, lod bias, etc.Marek Olšák3-0/+224
2011-03-03Test a GLSL shader loop with a redundant loop conditionGordon Jin2-0/+74
2011-03-03fbo-generatemipmap-formats: test unclamped colors (signed, float)Marek Olšák3-22/+163
2011-03-03util: make piglit_rgbw_texture set unclamped pixels when requestedMarek Olšák11-15/+41
2011-03-03Add a parser test with a really, really long identifier.Kenneth Graunke1-0/+8
2011-03-02Attempt to compile various kinds of arrays with invalid typesIan Romanick6-0/+76
2011-03-03fbo-array: work around glew bug.Dave Airlie1-1/+1
2011-03-02fbo-depth-array: test depth-only array texture FBOChristoph Bumiller3-0/+260
2011-03-01Fix glean buildShuang He1-0/+0
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He1-0/+4
2011-03-02rgtc: add signed formats to the formats we need large delta forDave Airlie1-2/+3
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke2-0/+30
2011-03-01hiz: renamed and improved r300-hiz-bugMarek Olšák4-44/+54
2011-02-26arb_shader_texture_lod-texgrad: Fix GLSL compilation error.Vinson Lee1-0/+1
2011-02-26glsl-fs-color-matrix: Require GLSL.Vinson Lee1-0/+2
2011-02-26all.tests: Ignore Mac OS X kCGErrorIllegalArgument errors messages.Vinson Lee1-0/+2
2011-02-26glx-multithread-makecurrent-*: New tests for MESA_multithread_makecurrentEric Anholt7-1/+831
2011-02-26util: Fix MSVC build.Vinson Lee1-2/+2
2011-02-26piglit: Add correct location of Mac OS X OpenGL header files.Vinson Lee1-3/+9
2011-02-26cmake: Do not add target glut_egl if OPENGL_egl_LIBRARY is not foundChad Versace1-1/+3
2011-02-26cmake: Do not add GLES2 targets if OPENGL_gles2_LIBRARY is not foundChad Versace1-7/+10
2011-02-25gles2_shader_runner: Re-enable build of executableChad Versace4-28/+27
2011-02-25util: Move some forgotten things into piglit-util.hChad Versace2-3/+4
2011-02-25gles2parsertest: Purge itChad Versace2-218/+0
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace4-49/+75
2011-02-25util: Build library piglitutil_gles2Chad Versace5-37/+47
2011-02-25util: Impose uniform naming scheme onto API-specific filesChad Versace5-1125/+1125
2011-02-25util: Remove near-duplicate filesChad Versace6-376/+3
2011-02-25util: Add function piglit_glutInit()Chad Versace3-1/+20
2011-02-25util: Add function piglit_is_extension_supported()Chad Versace3-2/+25
2011-02-25util: Add function piglit_get_gl_version()Chad Versace2-0/+46
2011-02-25util: Split piglit-shader.c into GL and GLES2 versionsChad Versace3-2/+38
2011-02-25glut_egl: Impose uniformity on include guardsChad Versace2-8/+2
2011-02-25glut_egl: Replace relative #includes with absolute #includesChad Versace4-7/+7
2011-02-25glut_egl: Impose uniform naming scheme on functionsChad Versace4-141/+141
2011-02-25glut_egl: Build library glut_eglChad Versace4-20/+16
2011-02-25glut_egl: Move from tests/util/glut_egl to src/glut_eglChad Versace5-0/+0
2011-02-25cmake: Enable building GLES2 targetsChad Versace3-4/+11
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace36-837/+884
2011-02-25cmake: Add function piglit_include_target_apiChad Versace1-0/+47
2011-02-25util: Use gl_wrap.h and glut_wrap.hChad Versace2-19/+2
2011-02-25piglit: Add header <piglit/glut_wrap.h>Chad Versace1-0/+58
2011-02-25piglit: Add header <piglit/gl_wrap.h>Chad Versace3-1/+57
2011-02-25cmake: Prepare CMake for GL and GLES2 buildsChad Versace5-2/+23
2011-02-25cmake: Temporarily disable building GLES2 targetsChad Versace4-60/+70