summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Does comparison. Why 280? not sure.HEADmasterLaura Ekstrand1-0/+3
2018-03-27Bug fix.Laura Ekstrand1-0/+3
2018-03-27Add shader for comparison.Laura Ekstrand1-10/+71
2018-03-23added heart test.Laura Ekstrand3-0/+124
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
2018-02-02arb_texture_compression: test set/get of GL_TEXTURE_COMPRESSION_HINTBrian Paul1-0/+26
2018-02-02util: s/3/num_components/ in probe_rect_ubyte()Brian Paul1-1/+1
2018-01-31cl: Add test for MUBUF access with a negative vaddrMatt Arsenault1-0/+62
2018-01-30ext_memory_object_fd: add api error testsAndres Rodriguez5-0/+107
2018-01-30ext_semaphore_fd: add api error testsAndres Rodriguez5-0/+107
2018-01-30ext_memory_object: remove redundant print on failureAndres Rodriguez1-18/+3
2018-01-30ext_semaphore: add basic api error checkingAndres Rodriguez5-0/+180
2018-01-30arb_internalformat_query2: some formats are not compatible with TBOsAlejandro Piñeiro1-1/+54