aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-24Test interaction of dead code elimination with "break" statements.HEADmasterPaul Berry
2013-04-24Add test for concurrent shader compiler use.Mathias Froehlich
2013-04-24cl: Add test for get_local_size()Tom Stellard
2013-04-24cl: Add test for get_group_id()Tom Stellard
2013-04-24cl: Add test for SHA-256 Ch functionTom Stellard
2013-04-21piglit-summary-junit.py: Convert optparse to argparseDylan Baker
2013-04-21piglit-summary-html.py: replace getopt with argparseDylan Baker
2013-04-21piglit-merge-results.py: Convert from getopt to argparseDylan Baker
2013-04-21piglit-merge-results.py: Drop dead codeDylan Baker
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