summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2016-05-19arb_uniform_buffer_object: Add AoA support to random test generation scriptTimothy Arceri2-82/+144
2016-05-13generators: gen_extensions_defined.py: fix typo in extension nameDylan Baker1-1/+1
2016-05-11arb_gpu_shader_fp64: Adds conversion tests generatorAndres Gomez21-0/+942
2016-05-05python: Make mako template dirs robustDylan Baker1-4/+7
2016-05-04builtin_function*py: more test data for "trunc"Andres Gomez2-2/+14
2016-04-29gen_flat_interpolation_qualifier.py: Adds non-flat interpolation tests generatorAndres Gomez4-0/+325
2016-04-29arb_gpu_shader_fp64: use generator to test in/out attributesJuan A. Suarez Romero5-0/+278
2016-04-16generated_tests: Fix spelling mistakesEric Engestrom5-5/+5
2016-04-14generators: Use python generator instead of bash generated testsDylan Baker1-0/+7
2016-04-14generators: port gen_variable_index_write to pythonDylan Baker4-0/+605
2016-04-13unittests: move generator tests to unittestsDylan Baker1-148/+0
2016-04-13generators: Use gen_vp_tex generator instead of checked in testsDylan Baker1-0/+8
2016-04-13generators: port vp-tex.sh to pythonDylan Baker6-0/+247
2016-04-13generators: Add a simple generator for enabled and disabled definesDylan Baker5-0/+319
2016-04-13generators: Add a minimum version helper.Dylan Baker1-0/+126
2016-04-13generators: Add helper classes for GLSL version numbersDylan Baker2-0/+219
2016-03-10gen_constant_array_size_tests_fp64.py: Added missing abstract methodAndres Gomez1-0/+6
2016-02-28cl: Add some tests for fdimAaron Watry1-0/+10
2016-02-25arb_gpu_shader_fp64: Explicit conversion from double to floatAndres Gomez1-1/+1
2016-02-25generators: Typo correctionAndres Gomez2-2/+2
2016-02-23cl: Add frexp generated testsAaron Watry1-0/+12
2016-02-23cl/math: Add some basic ilogb builtin testsAaron Watry1-1/+11
2016-02-23cl: Add generated tests for fractTom Stellard1-0/+12
2016-02-23cl: Add support for builtins with multiple outputsJan Vesely1-29/+79
2016-02-08generated_tests/test_generators.py: Ignore random_ubo unit testsDylan Baker1-1/+6
2016-01-13arb_uniform_buffer_object: Remove unused field from test generatation scriptTimothy Arceri1-11/+3
2016-01-12random_ubo: fix double immediatesIlia Mirkin1-2/+2
2016-01-13arb_uniform_buffer_object: Generate a selection of random testsIan Romanick1-0/+120
2016-01-13arb_uniform_buffer_object: Trim an element from a randomly generated testIan Romanick1-0/+216
2016-01-13arb_uniform_buffer_object: Random test generation infrastructureIan Romanick1-0/+1826
2015-11-16gen_builtin_uniform_tests.py: Add extensions to require sectionDylan Baker1-0/+2
2015-11-12generated_tests/builtin_function.py: fix running with python 3.xDylan Baker1-2/+4
2015-11-10generated_tests/builtin_function.py: hide RuntimeWarningsDylan Baker1-8/+14
2015-11-05generated_tests/test_generators.py: Remove expected failures mechanismDylan Baker1-25/+7
2015-11-05gen_tcs_input_tests.py: replace unused variable with _Dylan Baker1-1/+1
2015-11-05gen_tcs_input_tests.py: use textwrap.dedentDylan Baker1-95/+96
2015-11-05gen_tcs_input_tests.py: use six.moves.rangeDylan Baker2-6/+7
2015-11-05gen_tcs_input_tests.py: fix whitespace errorsDylan Baker1-12/+12
2015-11-05gen_tcs_input_tests.py: fix importsDylan Baker1-1/+4
2015-11-05gen_tcs_input_tests.py: Use a proper docstringDylan Baker1-12/+14
2015-11-05gen_tcs_input_tests.py: replace tabs with spacesDylan Baker1-30/+30
2015-11-05gen_tcs_input_tests.py: remove unnecessary semicolonsDylan Baker1-2/+2
2015-11-05gen_tes_input_tests.py: replace unused variable with _Dylan Baker1-1/+1
2015-11-05gen_tes_input_tests.py: use texwrap.dedentDylan Baker1-94/+95
2015-11-05gen_tes_input_tests.py: use six.moves.rangeDylan Baker2-6/+7
2015-11-05gen_tes_input_tests.py: cleanup whitespace issuesDylan Baker1-13/+13
2015-11-05gen_tes_input_tests.py: Cleanup importsDylan Baker1-1/+4
2015-11-05gen_tes_input_tests.py: replace tabs with spaces.Dylan Baker1-25/+25
2015-11-05gen_tes_input_tests.py: remove unnecissary ; at end of python linesDylan Baker1-2/+2
2015-11-05gen_tes_input_tests.py: use a proper docstringDylan Baker1-15/+17