summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-27generated_tests: Test tessellation control shader input.Chris Forbes2-0/+305
2015-07-27generated_tests: Test tessellation evaluation shader input.Fabian Bieler2-0/+334
2015-07-14arb_compute_shader: Use GL_RGBA8 for image_load_store internal formatJordan Justen1-1/+1
2015-06-09gen_variable_index_read_tests: make params.col behave like rowDylan Baker2-6/+10
2015-06-09gen_variable_index_read_tests.py: reduce duplication with loopDylan Baker1-89/+39
2015-06-09gen_variable_index_read_tests: simplify color assignment with params.rowDylan Baker1-7/+1
2015-06-09gen_variable_index_read_tests use bools instead of 0 and 1Dylan Baker3-11/+9
2015-06-09generators: port variable-index-read.sh to pythonDylan Baker6-1/+591
2015-04-29cl: Add fmin, fmax testsJan Vesely1-0/+20
2015-04-20cl: Add tests for common builtin functionsJan Vesely3-21/+158
2015-04-20cl: Fix generating tts testsJan Vesely1-9/+7
2015-04-10gen_builtin_uniform_tests.py: Draw small rectangles per test, and probe them.Eric Anholt1-13/+55
2015-04-10gen_builtin_uniform_tests.py: Refactor how we generate draws/probes.Eric Anholt1-24/+39
2015-04-10gen_builtin_uniform_tests.py: Take advantage of draw_rect support for core co...Eric Anholt1-27/+7
2015-04-08cl: Fix tolerance requirements to match the specsJan Vesely1-12/+12
2015-04-07generator: clear before rendering with the builtin testsDave Airlie2-0/+4
2015-03-30cl: Enable required extension before using double typeJan Vesely2-4/+4
2015-03-26cl: add atan2pi testJan Vesely1-0/+11
2015-03-26cl: add asinpi testJan Vesely1-0/+10
2015-03-26cl: add acospi testJan Vesely1-0/+10
2015-03-13framework: Add python version to mako template dirsDylan Baker1-0/+2
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