aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-16v2 - restructured approach to be data driven, as well asgles2Tom Gall
2013-01-16Merge branch 'master' of git://anongit.freedesktop.org/git/piglitTom Gall
2013-01-16shader_runner: Alter GL/GLSL ES version requirement syntax.Stuart Abercrombie
2013-01-15texelFetch: Fix incorrect sizeof.Vinson Lee
2013-01-15Merge branch 'master' of git://anongit.freedesktop.org/git/piglitTom Gall
2013-01-15MSAA tests: only require GL2.1 with ARB_fbo and ARB_vaoMarek Olšák
2013-01-15ext_framebuffer_multisample/formats: don't try invalid renderbuffer formatsMarek Olšák
2013-01-15ext_framebuffer_multisample/formats: only create GLSL 1.30 shaders with GL3Marek Olšák
2013-01-15MSAA tests: don't use glClearBufferMarek Olšák
2013-01-15MSAA tests: port all GLSL shaders to GLSL 1.20Marek Olšák
2013-01-15all.tests: test 6x MSAAMarek Olšák
2013-01-15generated_tests: generate determinant tests for GLSL 1.50Dave Airlie
2013-01-15tests: add glsl-1.50 to test listDave Airlie
2013-01-15glsl-1.50: add simple sanity testDave Airlie
2013-01-15glsl-1.50: add no statement before first case compiler testDave Airlie
2013-01-14ext_framebuffer_multisample-negative-readpixels: Remove unused variable.Vinson Lee
2013-01-14arb_es2_compatibility: remove explicit 100x100 window sizeBrian Paul
2013-01-14glsl: remove explicit 100x100 window sizeBrian Paul
2013-01-14arb_map_buffer_alignment: remove explicit 100x100 window sizeBrian Paul
2013-01-14arb_debug_output: remove explicit 100x100 window sizeBrian Paul
2013-01-14arb_uniform_buffer_object: remove explicit 100x100 window sizeBrian Paul
2013-01-14test/shaders: remove explicit 100x100 window sizesBrian Paul
2013-01-14Add occlusion-query tests for various meta operations.Carl Worth
2013-01-14Add new test: occlusion_query_orderCarl Worth
2013-01-14Add new test: ext_timer_query-lifetimeCarl Worth
2013-01-14Add new test: occlusion_query_lifetimeCarl Worth
2013-01-14Cleanup occlusion-query test to not require function pointers.Carl Worth
2013-01-14Make new tests/spec/arb_occlusion_query directoryCarl Worth
2013-01-14util/gl: squash "incompatible pointer type" warningTom Gall
2013-01-14shader_runner_gles2: Remove cast warningChad Versace
2013-01-14shader_runner_gles2: Remove unused variable warningsChad Versace
2013-01-14masked-clear: port of Glean's maskedClear test to piglitBrian Paul
2013-01-11Remove commen-continuation test.Carl Worth
2013-01-10stencil-wrap: Check and use results of all probed pixels.Vinson Lee
2013-01-09Merge branch 'master' of git://anongit.freedesktop.org/git/piglitTom Gall
2013-01-09stencil-twoside: Check and use results of all probed pixels.Vinson Lee
2013-01-09shader_runner: add glsl-es-1.00 sanity testTom Gall
2013-01-09shader_runner: add gles2 supportTom Gall
2013-01-09shader_runner.py: fix gles2 supportTom Gall
2013-01-09gles2: add minmax testcaseTom Gall
2013-01-09gles2: add invalid-es3-queries_gles2 to all.testsTom Gall
2013-01-09bindfragdata-link-error: Fix WARN report for a PIGLIT_PASS result.Eric Anholt
2013-01-09depth-cube-map: Fix for airlied's reordering of cube_face_texcoords.Eric Anholt
2013-01-09arb_uniform_buffer_object: Add new tests for GL_MAX_UNIFORM_BLOCK_SIZE.Eric Anholt
2013-01-09Add tests for glCompressedTex{Image,SubImage}3D().Paul Berry
2013-01-09util: Add compressed representations of grayscale images.Paul Berry
2013-01-09util: Add functions that provide glOrtho-like functionality.Paul Berry
2013-01-09Test that loop unrolling properly infers loop bounds.Paul Berry
2013-01-08Test that loop unrolling properly infers loop bounds.Paul Berry
2013-01-07arb_es2_compatibility-releaseshadercompiler-ge7: test glReleaseShaderCompiler...Brian Paul