summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-27builtin_functions.py: tweak integer constantsBrian Paul1-5/+5
2013-09-27ext_texture_array/compressed: check for GL_EXT_texture_arrayBrian Paul1-0/+1
2013-09-27arb_internalformat_query-minmax: add more version/ext checkingBrian Paul1-0/+6
2013-09-25GL_ARB_vertex_program: Add a tests for Mesa code I was changing.Eric Anholt4-0/+209
2013-09-25framework: Disable mesa's GL API error logging by default.Eric Anholt1-0/+9
2013-09-25gl-3.1: Move draw-buffers-errors test from 3.2 to 3.1Ian Romanick4-5/+5
2013-09-25gl-3.2: Formatting fixes to glDrawBuffers error testIan Romanick1-24/+27
2013-09-23Fix out of bounds read in the AMD_performance_monitor measure test.Kenneth Graunke1-1/+1
2013-09-23piglit-run: add -1 as an alternative to --no-concurrentMarek Olšák1-1/+1
2013-09-23Optionally capture dmesg changes for each test and report them in a summaryMarek Olšák11-32/+90
2013-09-23Merge quick-driver.tests to quick.testsMarek Olšák2-17/+6
2013-09-23texelFetch: test various texture dimensionsMarek Olšák3-56/+166
2013-09-21Remove gtf.tests.Eric Anholt2-90/+0
2013-09-20glslparsertest: Fix implicit-function-declaration warningChad Versace1-1/+3
2013-09-17ext_shader_integer_mix: Add tests for mix on integers and bools.Matt Turner7-0/+234
2013-09-17core.py: Fix bug in JSONWriter.write_dict_key methodDylan Baker1-2/+0
2013-09-17piglit-run.py: replace file.write with json_writer callsDylan Baker1-4/+2
2013-09-17util: Add multiple shader version of piglit_build_simple_program functionsJacob Penner2-0/+143
2013-09-17junit: Fix valid XML unicode table.José Fonseca1-1/+1
2013-09-16GL 3.2: Test layered framebuffers clear the depth attachment properly.Jacob Penner3-0/+209
2013-09-16Test that GetProgramiv() now accepts GEOMETRY_INPUT_TYPE, GEOMETRY_OUTPUT_TYP...Nicholas Mack3-0/+185
2013-09-12GL 3.2: Fix layered clear color test to work with MSVC.Paul Berry1-4/+8
2013-09-12gs: Test that input arrays can be accessed dynamically.Paul Berry1-0/+71
2013-09-11cl: From API clRetain* tests, removed attempt to release already released and...Ville Korhonen9-192/+3
2013-09-11sanity.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11r600.tests: remove r600.testsDylan Baker1-9/+0
2013-09-11r500.tests: Remove framework importsDylan Baker1-3/+0
2013-09-11r300.tests: remove unused importsDylan Baker1-3/+0
2013-09-11oglconform.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11igt.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11external-glslparser.tests: delete obsolete test fileDylan Baker1-48/+0
2013-09-11es3conform.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11all_cl.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11all.tests: Replace from <module> import * with explicit importsDylan Baker1-3/+3
2013-09-11Test that GetShaderiv() may now return GEOMETRY_SHADER if passed a valid GS o...Nicholas Mack3-0/+87
2013-09-11GS: Modify an older test to also check MAX_COMBINED_GEOMETRY_UNIFORM_COMPONEN...Nicholas Mack1-1/+1
2013-09-11Change the geometry shader output layouts from 'triangles' to 'triangle_strip...Nicholas Mack8-8/+8
2013-09-11Move gs-emits-too-few-verts.c into the correct folderNicholas Mack4-6/+6
2013-09-11arb_texture_cube_map_array: scale texcoordsChris Forbes1-2/+6
2013-09-11core.py: Move parse_listfile to core.pyDylan Baker3-20/+20
2013-09-11piglit-summary.py: rewrite parse_listfileDylan Baker1-2/+2
2013-09-11piglit-summary-html.py: Replace .read().split('\n') with .readlines()Dylan Baker1-1/+1
2013-09-10Add a small test for gl_Fog.scale when fog start and end are equal.Henri Verbeet3-0/+88
2013-09-09Test bad interaction with optimizer and a uniform array as a function argument.Matt Turner4-0/+126
2013-09-09Work around exception errors in oglconform.tests.Kenneth Graunke1-2/+5
2013-09-09gs: less demanding tests for triangle strips.Paul Berry3-0/+256
2013-09-06cl: Fix test create-context to test what it was supposed to testVille Korhonen1-2/+2
2013-09-06texture-integer: fix issue with GL_ALPHA_INTEGER_EXT swizzleMartin Andersson1-0/+1
2013-09-06texture-integer: fix issue with GL_RGB_INTEGER_EXT swizzleMartin Andersson1-1/+1
2013-09-06util: Add an implementation of strndupIan Romanick3-0/+22