summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2022-01-25generated_tests/gen_tcs/tes_input_tests.py: do not hardcode the full binary pathAlexander Kanavin2-2/+2
2021-02-22arb_uniform_buffer_object: Migrate to Python 3.Vinson Lee1-3/+3
2020-12-14gen_builtin_packing_tests: Only fill a 10x10 window.Eric Anholt4-0/+4
2020-07-30prevent long temp-path on windowsErik Faye-Lund1-6/+10
2020-07-13intel_shader_integer_functions2: ignore overflow errorsErik Faye-Lund1-2/+12
2020-07-13builtin-functions: ignore RuntimeWarnings from add-testsErik Faye-Lund1-5/+7
2020-06-01Switch from collections to collections.abc.Vinson Lee1-6/+1
2020-05-02gen_variable_index_write_tests: stop arrays from being optimised awayTimothy Arceri3-2/+14
2020-04-23ext_draw_instanced: add testSimon Zeni1-0/+1
2020-03-03generated_tests: Remove six dependency.Vinson Lee2-4/+2
2020-02-26arb_gpu_shader_fp64: Remove execution tests from gen_inout_fp64Danylo Piliaiev3-102/+2
2020-02-26arb_gpu_shader_fp64/int64: Test in/out variables with generatorDanylo Piliaiev2-2/+542
2020-02-26random_ubo: Add GL_ARB_gpu_shader_int64 typesDanylo Piliaiev1-15/+42
2020-02-26random_ubo: Fix python3 errorsDanylo Piliaiev1-9/+11
2020-02-13drop python2 supportDylan Baker67-164/+18
2020-02-12Fix build on 32-bit arch of gen_intel_shader_integer_functions2 testsJose Maria Casanova Crespo2-12/+12
2020-01-07intel_shader_integer_functions2: Add generated execution tests for multiply32x16Ian Romanick3-0/+161
2020-01-07intel_shader_integer_functions2: Add generated execution tests for averageRou...Ian Romanick1-0/+72
2020-01-07intel_shader_integer_functions2: Add generated execution tests for averageIan Romanick2-0/+80
2020-01-07intel_shader_integer_functions2: Add generated execution tests for subtractSa...Ian Romanick3-0/+353
2020-01-07intel_shader_integer_functions2: Add generated execution tests for addSaturateIan Romanick3-0/+341
2020-01-07intel_shader_integer_functions2: Add generated execution tests for countTrail...Ian Romanick1-0/+26
2020-01-07intel_shader_integer_functions2: Add generated execution tests for countLeadi...Ian Romanick3-0/+113
2020-01-07intel_shader_integer_functions2: Add generated execution tests for absoluteDi...Ian Romanick3-0/+427
2019-11-19generated_tests: more python fixesEric Engestrom2-11/+11
2019-11-19python: fix collections.abc warningEric Engestrom1-1/+7
2019-09-05generators: Add the default precision for floats in GLSL ES shadersNeil Roberts3-0/+12
2019-04-15ext_gpu_shader4: add compiler tests for everythingMarek Olšák25-0/+840
2018-11-08python: add explicit utf-8 encodingEric Engestrom22-0/+22
2018-07-18generated_tests: Make API a subdir in gen_shader_framebuffer_fetch_testsDylan Baker1-39/+50
2018-07-17EXT_shader_framebuffer_fetch: Add test cases specific to desktop GL.Francisco Jerez1-0/+155
2018-07-17EXT_shader_framebuffer_fetch: Add tests for framebuffer fetch outputs with in...Francisco Jerez1-0/+36
2018-07-17EXT_shader_framebuffer_fetch: Port existing tests to non-coherent extension.Francisco Jerez1-30/+60
2018-07-17EXT_shader_framebuffer_fetch: Pass output type and precision to decl_frag_dat...Francisco Jerez1-35/+38
2018-07-17EXT_shader_framebuffer_fetch: Parameterize more tests on the GL API version.Francisco Jerez1-12/+16
2018-05-22Revert "Specify an explicit window size in builtin uniform tests."Kenneth Graunke1-9/+8
2018-05-22Specify an explicit window size in builtin uniform tests.Kenneth Graunke1-8/+9
2018-05-22Fix bogus assertions in builtin uniform test generator.Kenneth Graunke1-2/+2
2017-11-17generators: fix incorrect generated_tests/spec/glsl-110, etc. dir namesBrian Paul1-2/+7
2017-11-09cl: Fix sinpi expected valuesJan Vesely1-5/+4
2017-11-09cl: Adjust cospi expected values to account for fp32 roundingJan Vesely1-1/+1
2017-11-09cl: Adjust sincos expected values to account for fp32 roundingJan Vesely1-2/+4
2017-11-09cl: Adjust sin expected values to acount for fp32 roundingJan Vesely1-1/+1
2017-11-09cl: Adjust tanpi epxected results to account for fp32 roundingJan Vesely1-2/+3
2017-11-09cl: Adjust tan expected values to account for fp32 roundingJan Vesely1-2/+2
2017-11-09cl: Adjust cos test expected values to account for fp32 roundingJan Vesely1-2/+6
2017-10-25cl: Add missing math testsJan Vesely1-3/+280
2017-10-25cl: Implement generating 2input 2output functionsJan Vesely1-4/+12
2017-10-25cl: Generate aligned vstorea testsJan Vesely1-57/+90
2017-10-25cl: Generate aligned vloada testsJan Vesely1-44/+64