aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-21framework: Treat wglinfo, glxinfo and lspci output as text, not binary data.Jon Severinsson
2013-04-21triangle-rasterization: Fix typo in test argument.José Fonseca
2013-04-20piglit-summary.py: remove unused importsBrian Paul
2013-04-20cl: Add test of get_global_size(dim)Aaron Watry
2013-04-20cl: Fix char/short test namesAaron Watry
2013-04-19add new piglit-summary.py script for printing summaries of results file(s)Brian Paul
2013-04-19add a simple glinfo "test" programBrian Paul
2013-04-19arb_texture_multisample: add test to check sample positions v3Christoph Bumiller
2013-04-19ARB_ubo/maxuniformblocksize: unmap buffer before drawing with itChristoph Bumiller
2013-04-18arb_internalformat_query-minmax: initialise buffer_size_in_elementsDave Airlie
2013-04-17util: remove old comment about GLUT vs PIGLIT flagsMarek Olšák
2013-04-16framework: Catch "No such file or directory" by errno, not strerr.Jon Severinsson
2013-04-16framework: Don't use automatic tuple parameter unpacking.Jon Severinsson
2013-04-16framework: Port from string.find to str.find (required by python 3.x)Jon Severinsson
2013-04-16framework: Consistently use Python 2.2+ syntax for dictionary key checks.Jon Severinsson
2013-04-16framework: Consistently use Python 2.6+ syntax for exception objects.Jon Severinsson
2013-04-16framework: Fix "inconsistent use of tabs and spaces in indentation" warnings.Jon Severinsson
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák
2013-04-15cl: Fix Windows build.José Fonseca
2013-04-13glsl-1.30: add test for default in switch not after all case statementsRoland Scheidegger
2013-04-12gtf: Parse either the old or new GLES conformance suite output.Eric Anholt
2013-04-12gtf: Update arguments for current GLES conformance from upstream.Eric Anholt
2013-04-10Test interaction of primitive restart and transform feedback.Paul Berry
2013-04-10new test: glsl-fs-uniform-array-loop-unroll.shader_testFrank Henigman
2013-04-09glsl-es-1.00: sanity.shader_test fragment needs default precisionTom Gall
2013-04-09Test that transform feedback works with non-flat integers.Paul Berry
2013-04-06draw-pixels: use default window size, for WindowsBrian Paul
2013-04-06draw-pixels: use better test valuesBrian Paul
2013-04-06draw-pixels: display results when there's a failureBrian Paul
2013-04-06draw-pixels: whitespace fixes, remove unneeded parenthesisBrian Paul
2013-04-06gl-1.0: use default window size to fix Windows runBrian Paul
2013-04-06arb_vertex_buffer_object: use default window size to fix Windows runBrian Paul
2013-04-06arb_framebuffer_object: use default window size to fix Windows runBrian Paul
2013-04-06arb_shader_objects: use default window size to fix Windows runBrian Paul
2013-04-06arb_sampler_objects: use default window size to fix Windows runBrian Paul
2013-04-06lodbias: increase window size to fix test on WindowsBrian Paul
2013-04-05arb_shader_texture_lod-texgradcube: Test explicit derivatives for cube mapsRoland Scheidegger
2013-04-02Fix all.tests breakage from adding AMD_performance_monitor tests.Kenneth Graunke
2013-04-02Fix build of shader_runner for GLES.Paul Berry
2013-04-02provoking-vertex: also test clockwise trianglesBrian Paul
2013-04-01amd_performance_monitor: s/__func__/__FUNCTION__/Vinson Lee
2013-04-01Add tests for the GL_AMD_performance_monitor extension.Kenneth Graunke
2013-04-01[CL]: Fix mul24 test and add mad24/mul24 uint testsAaron Watry
2013-04-01CL Builtin: Remove an invalid mad24 testAaron Watry
2013-04-01CL Builtins: Fix sign-extension bug in rotateAaron Watry
2013-03-29arb_texture_query_lod: Add execution shader_tests to all.tests.Matt Turner
2013-03-29arb_texture_query_lod: Test textureQueryLOD with linear filtering.Matt Turner
2013-03-29arb_texture_query_lod: Test textureQueryLOD with lod-biasing.Matt Turner
2013-03-29shader_runner: Add lod_bias option to texparameter.Matt Turner
2013-03-29arb_texture_query_lod: Test textureQueryLOD with no mipmapping.Matt Turner