summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-22khr_texture_compression_astc: torture test for astc5x5 issues WIPastc5x5Tapani Pälli3-0/+1395
2018-03-16AMD_performance_monitor: add VC4 specific testsBoris Brezillon3-0/+313
2018-03-16piglit: fix some warnings about no return value from non-void functionBrian Paul3-2/+7
2018-03-16fbo-drawbuffers2-blend: fix incorrect commentsBrian Paul1-3/+2
2018-03-16tests: add INTEL_blackhole_renderLionel Landwerlin10-1/+355
2018-03-13cmake: Use WAYLAND_LDFLAGS instead of WAYLAND_LIBRARIES.Rafael Antognolli1-1/+1
2018-03-13arb_gpu_shader5: add interpolateAtSample tests with input in an arrayNicolai Hähnle2-0/+135
2018-03-13arb_gpu_shader5: add execution tests for interpolateAt* with input in an inte...Nicolai Hähnle6-0/+413
2018-03-12gl-3.0: Basic tests of glTexParameterIiv and friendsIan Romanick3-1/+184
2018-03-09arb_gpu_shader_fp64/ssbo: fix tests to skip if no vertex ssbos available.Dave Airlie4-0/+20
2018-03-08s3tc-targeted: Execute every test caseNanley Chery1-4/+4
2018-03-05s3tc-targeted: Reduce requirements to the minimal setNanley Chery1-4/+4
2018-03-02egl: API test for EGL_ANDROID_blob_cache extensionTapani Pälli3-0/+128
2018-03-01glsl-1.10: test divide by zero doesn't crash constant evaluationTimothy Arceri1-0/+31
2018-02-26glsl-fs-pointcoord: add additional FS inputsIago Toral Quiroga2-1/+14
2018-02-26tests: Added a new NoContext test profile for the Khronos CTS runnerAndres Gomez1-0/+79
2018-02-26tests: Added a new GLES test profile for the Khronos CTS runnerAndres Gomez1-0/+88
2018-02-23internalformat_query*: fix SAMPLES pname checks for RGB9_E5Antia Puentes2-2/+39
2018-02-19enhanced_layouts/sso: clear before testing.Dave Airlie1-0/+2
2018-02-14degenerate-prims: fix incorrect return value from test_prim()Brian Paul1-1/+1
2018-02-14gl-4.3-get_glsl_versions: new tests of GL_NUM_SHADING_LANGUAGE_VERSIONSBrian Paul5-0/+96
2018-02-14gl-2.0-shader-materials: test vertex shader with material attributesBrian Paul3-0/+143
2018-02-14gl-1.1-color-material-array: test GL_COLOR_MATERIAL with vertex color arrayBrian Paul3-0/+120
2018-02-14gl-1.1-draw-arrays-start: exercise glDrawArrays with non-zero 'start'Brian Paul3-0/+123
2018-02-13texunits: don't test glTexEnv with unusable texture unitsMarek Olšák1-2/+2
2018-02-13arb_viewport_array/viewport_indices: allow float precision instead of doubleMarek Olšák1-1/+3
2018-02-07cl: Remove extra character in mubuf testJan Vesely1-1/+1
2018-02-07shader_draw_parameters: Also test using an indirect drawNeil Roberts2-28/+104
2018-02-07shader_draw_parameters: Also test using glDrawArrays with first > 0Neil Roberts1-8/+44
2018-02-06framework: work around tests that skip without skipping subtestsDylan Baker2-0/+16
2018-02-06tests: update documentation to include GL46 in khr_gl.pyAndres Gomez1-3/+4
2018-02-06travis: add docker based cmake build jobAndres Gomez2-3/+118
2018-02-06arb_sample_shading: Add gl_SampleMaskIn subtest (msaa disabled), fix testRoland Scheidegger1-13/+96
2018-02-06arb_internalformat_query2: don't try glGetTexLevelParameteriv() for tex buffersRoland Scheidegger1-0/+12
2018-02-05tests: enumerate subtests in linestippleDylan Baker1-17/+20
2018-02-05tests: enumerate subtests in degenerate-primsDylan Baker1-18/+37
2018-02-05tests: always report subtest results for degenerate-primsDylan Baker1-4/+2
2018-02-05tests/fbo-storage-formats: enumerate subtestsDylan Baker1-0/+22
2018-02-05tests/fbo-storage-formats: print subtest result for skip tooDylan Baker1-1/+3
2018-02-05tests/fbo-storage-formats: Make subtest names predictableDylan Baker1-5/+4
2018-02-05tests/fbo-storage-formats: Always print the same number of subtestsDylan Baker1-0/+6
2018-02-05tests: enumerate subtests in fbo-incompleteDylan Baker1-41/+40
2018-02-05tests: enumerate subtests in gl-2.1-pbo testDylan Baker1-34/+19
2018-02-05framework: if a test with subtests crashes mark the offending subtestDylan Baker2-0/+44
2018-02-05framework: add support for parsing subtest enumerationDylan Baker1-1/+7
2018-02-05framework: use statuses instead of relying on string conversionsDylan Baker1-4/+4
2018-02-05framework: use an OrderedDict for subtest storageDylan Baker1-1/+1
2018-02-05util: Add a function to register subtestsFabian Bieler2-0/+14
2018-02-05util: make piglit_run_selected_subtests print all tests to run.Fabian Bieler1-7/+27
2018-02-02all.py: fix extension/version testing when wflinfo failsBrian Paul1-4/+11