summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2015-10-09tox: Add a test module for testing the generators.Dylan Baker1-0/+142
2015-10-04cl: add popcount builtinSerge Martin1-4/+14
2015-09-16arb_shader_image_load_store/compiler: Add memoryBarrier() testsSamuel Iglesias Gonsalvez1-0/+8
2015-08-24arb_shader_precision: better calculate tolerances for complex functionsMicah Fedke4-102/+218
2015-08-24arb_shader_precision: support scalar values in shader_runner_formatMicah Fedke1-14/+16
2015-08-20arb_shader_image_load_store/compiler/builtin-constants: Don't check tesselati...Francisco Jerez1-2/+0
2015-08-20shader_runner: Pass the desired image format explicitly to "image texture".Francisco Jerez1-1/+1
2015-07-29gen_builtin_uniform_tests.py: Add tessellation control shader tests.Fabian Bieler1-4/+133
2015-07-29arb_tessellation_shader: Simplify tcs-input tests.Chris Forbes1-6/+5
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