summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-19stencil_texturing: Add test for layered miptreestencil_textureTopi Pohjolainen3-0/+272
2016-05-19stencil_texturing: Use piglit_depth_texture()Topi Pohjolainen1-34/+6
2016-05-19util: Add stencil support to piglit_depth_texture()Topi Pohjolainen4-13/+34
2016-05-19util: Add support for vertical gradient in piglit_depth_texture()Topi Pohjolainen4-15/+63
2016-05-19util: Refactor depth level setupTopi Pohjolainen1-38/+49
2016-05-19util: Refactor data generation for depth levelsTopi Pohjolainen1-17/+25
2016-05-19stencil_texturing: Allow testing of texelFetch alsoTopi Pohjolainen2-9/+43
2016-05-19texsubimage-depth-formats: Check for missing float depth support.Eric Anholt1-4/+10
2016-05-19shader_runner: Initialize gl_max_varying_components more often.Eric Anholt1-1/+2
2016-05-19arb_enhanced_layouts: fix component layout tests for structsTimothy Arceri2-2/+2
2016-05-19arb_enhanced_layouts: test layout componet qualifier between multiple stages ...Timothy Arceri1-0/+106
2016-05-19arb_uniform_buffer_object: Add AoA support to random test generation scriptTimothy Arceri2-82/+144
2016-05-19arb_enhanced_layouts: vertex shader input component layout qualifier testTimothy Arceri1-0/+57
2016-05-17xor-copypixels: simple test of glCopyPixels in XOR modeBrian Paul3-0/+134
2016-05-17framework: Don't report an error message for fast skippingDylan Baker1-2/+4
2016-05-17util: Suppress OpenCL deprecation warningsDylan Baker1-0/+5
2016-05-17tests/cl: Fix pointer warningDylan Baker1-1/+2
2016-05-17spec/glsl-es-1.00/linker: test pass cases for invariant conditionsLars Hamre2-0/+55
2016-05-17cl: add global offset testJan Vesely1-0/+85
2016-05-17cl: add support for global offsetJan Vesely11-15/+56
2016-05-17util: Add array_index support to [vertex data] (v2)Andres Gomez1-34/+133
2016-05-16glslparsertest: Handle compute and tessellation shaders in ES.Kenneth Graunke1-23/+18
2016-05-16framework/results: Fix subtests masking crashesDylan Baker1-2/+5
2016-05-16unittests: Add a test case to ensure subtests don't mask crashesDylan Baker1-0/+13
2016-05-15arb_gpu_shader_fp64: Fix "undeclared identifier 'uint'" build error.Vinson Lee2-4/+4
2016-05-14arb_gpu_shader_fp64: Add tests to check non-uniform-control-flow writesSamuel Iglesias Gonsálvez12-0/+1610
2016-05-13Add more ARB_cull_distance testsKristian Høgsberg Kristensen14-153/+441
2016-05-13generators: gen_extensions_defined.py: fix typo in extension nameDylan Baker1-1/+1
2016-05-13arb_cull_distance: fix tests after my last changes.Dave Airlie2-2/+2
2016-05-13arb_cull_distance: simplify tests.Dave Airlie6-15/+10
2016-05-12Require ARB_shader_precision in ARB_shader_precision tests.Kenneth Graunke6-0/+6
2016-05-12.gitignore: add compile_commands.jsonDylan Baker1-0/+1
2016-05-11arb_gpu_shader_fp64: Adds conversion tests generatorAndres Gomez26-195/+942
2016-05-10arb_query_buffer_object: Fix format-security warning.Vinson Lee1-1/+1
2016-05-10multisample/formats: Check for spec-complient integer resolvesJason Ekstrand1-41/+157
2016-05-10util/fbo: Add support for textures with target GL_TEXTURE_2DJason Ekstrand2-7/+15
2016-05-10piglit-print-commands: Add --format optionDylan Baker1-2/+20
2016-05-10framework: Add piglit-print-commands to the piglit commandDylan Baker3-84/+119
2016-05-10framework/profile: Fail gracefully when reordering of tests failDylan Baker1-2/+9
2016-05-10tests/sanity: Make test group and name match the one in all.pyDylan Baker1-1/+1
2016-05-10tests: Silence unused variable warningDylan Baker1-1/+1
2016-05-09arb_shader_storage_buffer_object: memory qualifier tests for named blocksEduardo Lima Mitev4-0/+60
2016-05-09Fix asprintf warningsMarek Olšák78-158/+158
2016-05-09util: fix warningsMarek Olšák3-1/+8
2016-05-09util: fix regression with ubyte probingMarek Olšák1-5/+18
2016-05-09cl: check for image support using util/ functionsSerge Martin5-79/+5
2016-05-09cl: add image support checking functionsSerge Martin2-0/+46
2016-05-06framework/backends/junit: Fix invalid JUnit outputDylan Baker1-2/+2
2016-05-06cl: Fix cl_khr_fp64 checksJan Vesely2-3/+6
2016-05-05Revert "tests/all.py: Use TESTS_DIR for functions that don't have it"Dylan Baker1-31/+27