summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-20arb_gpu_shader_int64: generate int64 conversion tests.arb_gpu_shader_int64Dave Airlie15-0/+784
2016-06-20arb_gpu_shader_int64: add pack/unpack tests.Dave Airlie5-0/+304
2016-06-20arb_gpu_shader_int64: add test generation to standard testing templateDave Airlie2-3/+158
2016-06-10arb_gpu_shader_int64: port over test doing pre/post decrementsDave Airlie1-0/+64
2016-06-10add initial int64 uniform initialiser testDave Airlie1-0/+26
2016-06-09shader_runner: add arb_gpu_shader_int64 support.Dave Airlie1-0/+97
2016-06-08arb_shader_storage_buffer_object: test unsized vs implicit arrays.Dave Airlie4-24/+103
2016-06-08arb_separate_shader_objects: test for same struct redeclarationDave Airlie1-0/+35
2016-06-08arb_separate_shader_objects: test linking of anon structs.Dave Airlie1-0/+32
2016-06-08add bindless vertex testDave Airlie2-0/+118
2016-06-08bindless: start test for illegal operations post handleDave Airlie2-0/+82
2016-06-08bindless: write test for all the layout optionsDave Airlie2-1/+167
2016-06-08initial bindless texture testDave Airlie4-0/+132
2016-06-06add basic ARB_shader_group_vote testsIlia Mirkin4-0/+82
2016-06-06arb_gpu_shader5: Remove out of spec ldexp() test case.Matt Turner1-10/+0
2016-06-06arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).Matt Turner1-0/+7
2016-06-06Delete spec/glsl-1.10/compiler/literals/invalid-float-suffix-*.vert.Kenneth Graunke2-20/+0
2016-06-06arb_vertex_attrib_64bit: add overlapping locations testAntia Puentes3-0/+230
2016-06-06arb_vertex_attrib_64bit: add MAX_VERTEX_ATTRIB testAlejandro Piñeiro3-0/+125
2016-06-06arb_vertex_attrib_64bit: add getactiveattrib testAlejandro Piñeiro3-0/+347
2016-06-06arb_vertex_attrib_64bit: Adds double vertex input tests generator (v2)Andres Gomez12-37/+723
2016-06-06glx: glx-fbconfig-bad test to test GLXBadFBConfig errorTapani Pälli3-0/+79
2016-06-02framework: guard POSIX specific code in monitoring moduleDylan Baker2-84/+93
2016-06-02unittests: fix test that tries to unlink open fileDylan Baker1-1/+1
2016-06-02unittests: make deqp tests work on windows by closing generatorDylan Baker1-0/+2
2016-06-02framework: encode arguments to subprocess for python2 on windowsDylan Baker1-6/+10
2016-06-02unitttests: skip timeout test on windowsDylan Baker1-0/+1
2016-06-02unittests: reimplement utility function to get a unique file to be windows-safeDylan Baker1-9/+9
2016-06-02unittests: fix monitoring tests.Dylan Baker1-18/+13
2016-06-02unittests: skip test that only works on POSIX platformsDylan Baker1-1/+1
2016-06-02unittests: fix compressor tests that fails on windowsDylan Baker1-4/+24
2016-06-02unittests: Skip xz shell compressor test if there is no xz binaryDylan Baker1-0/+1
2016-06-02unittests: fix dmesg test that could not work on non-posix platformsDylan Baker1-18/+7
2016-06-02unittests: use utils.nose.chdirDylan Baker3-25/+12
2016-06-02unittests: add utility context manager for changing directoriesDylan Baker1-0/+16
2016-06-02unittests: replace set_env decorator with mockDylan Baker3-49/+18
2016-06-02unittests/core_tests: use mock instead of hand spun decoratorDylan Baker1-53/+6
2016-06-02unittests: Make skip less invasiveDylan Baker9-103/+110
2016-06-02unittests: split utils moduleDylan Baker36-473/+508
2016-06-02tox: split py27-accel for windowsDylan Baker1-7/+8
2016-06-02appveyor.yml: Add appveyor for python codeDylan Baker2-0/+101
2016-06-02travis: Add travis.yml for python codeDylan Baker1-0/+16
2016-06-02gl-3.2-adj-prims: new test of adjacency primitives with rendering optionsBrian Paul3-0/+811
2016-06-02gl-3.1-enable-vertex-array: new test to exercise a Mesa VBO assertionBrian Paul3-0/+158
2016-06-01OES_shader_io_blocks: Test the redactions relative to GLSL 4.4Ian Romanick10-0/+427
2016-06-01OES_shader_io_blocks: Add preprocessor define testIan Romanick1-0/+1
2016-06-01shader_runner: Use %u in "probe atomic counter" scanf calls.Kenneth Graunke1-3/+4
2016-06-01Fix GetProgramPipelineiv test with GLSL 4.30+.Kenneth Graunke1-1/+6
2016-06-01unittests/core_tests.py: Add tests that only apply to python3Dylan Baker2-1/+36
2016-06-01framework/summary/html_.py: use core.check_dirDylan Baker1-16/+9