summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Revert "cl tests: move non-generated tests out of the generated tests dir"Dylan Baker2-0/+35
2015-02-23generators: use __future__ absolute_importDylan Baker24-24/+24
2015-02-23generated tests: Use __future__ divisionDylan Baker23-23/+23
2015-02-23generated tests: add print function to remaining generatorsDylan Baker8-1/+8
2015-02-23gen_cl_store_tests.py: hybridize for python 2/3Dylan Baker1-1/+4
2015-02-23genclbuiltins.py: hybridize for python3Dylan Baker1-3/+7
2015-02-23gen_cl_int_builtins.py: use __future__ divisionDylan Baker1-1/+2
2015-02-23genclbuiltins.py: remove tabsDylan Baker1-2/+2
2015-02-23cl tests: move non-generated tests out of the generated tests dirDylan Baker2-35/+0
2015-02-23gen_cl_int_builtins.py: Replace use of Long typeDylan Baker1-1/+1
2015-02-23generators: use if __name__ == __main__ pattern in cl generatorsDylan Baker4-40/+49
2015-02-23generators: rename cl generators so they can be importedDylan Baker5-4/+4
2015-02-23gen_shader_bit_encoding_tests.py: python 2/3 hybridizeDylan Baker2-5/+8
2015-02-23gen_builtin_packing_tests.py: python2/3 hybridizeDylan Baker5-13/+17
2015-02-23gen_builtin_uniform_tests.py: python2/3 hybridizeDylan Baker1-6/+7
2015-02-23gen_builtin_uniform_tests_fp64: hybridize python2/3Dylan Baker1-9/+10
2015-02-23gen_interpolation_tests.py: hybridize python 2/3Dylan Baker1-3/+5
2015-02-23gen_constant_array_size_tests_fp64.py: python2/3 hybridizeDylan Baker1-3/+5
2015-02-23gen_constant_array_size_tests.py: python2/3 hybridizeDylan Baker1-2/+4
2015-02-23gen_uniform_initializer_tests.py: hybridize for python2 and python3Dylan Baker1-10/+12
2015-02-23gen_shader_precision_tests.py: python2/3 hybridizeDylan Baker4-18/+29
2015-02-23builtin_function*py: convert to python3Dylan Baker2-8/+52
2015-02-23generators: interpolation-qualifier... python2/3 hybridizeDylan Baker1-5/+5
2015-02-23gen_texture_query_lod_tests.py: make pyhthon2/3 hybridDylan Baker2-4/+6
2015-02-23gen_non-lvalue_tests.py: make python2/3 compatibleDylan Baker1-1/+1
2015-02-23generators: python2/3 hybridize gen_outerproduct_tests.pyDylan Baker2-8/+14
2015-02-23generated_tests: use future division in mako templatesDylan Baker1-0/+5
2015-02-23gen_constant_array_size_tests_fp64.py: use print_functionDylan Baker1-1/+2
2015-02-23gen_constant_array_size_tests.py: use print_functionDylan Baker1-1/+2
2015-02-23gen_builtin_uniform_tests_fp64.py: use print_functionDylan Baker1-1/+2
2015-02-23gen_builtin_uniform_tests.py: use print_functionDylan Baker1-1/+2
2015-02-23generated builtin_uniform: Fix dimensions of cs testsJordan Justen1-3/+5
2015-02-12CL: Add support for generating double-precision testsAaron Watry1-1/+9
2015-02-03arb_shader_precision: set tolerance for div/assign-divIlia Mirkin1-1/+4
2015-01-26cl: Add exp testsMeng, Mengmeng1-1/+11
2015-01-26cl: add log10 testJan Vesely1-1/+11
2015-01-23cl: add atanpi testsZhu Bingbing1-0/+10
2015-01-19arb_shader_precision: Add positional argument specifiers.Vinson Lee3-6/+6
2015-01-19cmake: use cmake builtin python moduleDylan Baker1-1/+1
2015-01-19arb_shader_precision: add tests for floating point precisionMicah Fedke5-0/+556
2014-12-19generate-cl-store-tests.py: fix copy and paste error from 68829470Dylan Baker1-1/+1
2014-12-19generated_tests: Actually catch exception in os.makedirsDylan Baker19-126/+85
2014-12-17cl: Add more cospi/sinpi testsAaron Watry1-4/+8
2014-12-17CL: Add ldexp testsAaron Watry1-0/+15
2014-12-17CL: refactor genclbuiltins.py to allow TSS functions with different arg typesAaron Watry1-19/+25
2014-12-12generated_tests: Except error for os.makedirsDylan Baker17-19/+112
2014-12-08generators: Add positional argument specifiers.Vinson Lee4-11/+11
2014-12-04arb_shader_image_load_store: Import GLSL parser test generator script.Francisco Jerez2-0/+826
2014-12-01Cmake: generate tests based on configure optionsDylan Baker1-33/+60
2014-12-01gen_interpolation_tests.py: put template in templates dirDylan Baker3-81/+82