summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Add test generator for EXT_shader_framebuffer_fetch.Francisco Jerez2-0/+803
2016-08-17cl: Add vstore test generatorJan Vesely2-0/+133
2016-08-05Generators/cl_store: Move makedirs into mainDylan Baker1-1/+2
2016-08-05Generators/genclbuiltins: Use open as context manager to ensure files are closedDylan Baker1-41/+39
2016-08-05Generators: gen_shader_image_load_store_tests: remove duplicate testsDylan Baker2-18/+1
2016-08-03generators: use main function in gen_shader_image_load_store_testsDylan Baker1-535/+541
2016-07-21GL_OES_texture_storage_multisample_2d_array requires ES 3.1Ilia Mirkin1-1/+1
2016-07-21generators/gen_vs_in_fp64: Different VBO values per vertexAndres Gomez2-35/+49
2016-07-06generators: Add extensions requirements to gen_constant_array_size_testsDylan Baker1-1/+5
2016-07-05OES_shader_io_blocks: Add preprocessor define test for EXT versionIan Romanick1-0/+1
2016-07-05OES_geometry_shader: Add preprocessor define test for EXT versionsIan Romanick1-0/+2
2016-07-05builtin_function: try and use casts for 64-bits instead of dtype setting.Dave Airlie1-10/+10
2016-07-02arb_gpu_shader_int64: add test generation to standard testing templateDave Airlie2-3/+158
2016-07-02generators/gen_vs_in_fp64: Adds u/byte and u/short testsAndres Gomez1-0/+31
2016-07-02generators/gen_vs_in_fp64: Adds support to specify the GL type in the VBOAndres Gomez2-82/+249
2016-07-02util: Add u/byte, u/short and half support to [vertex data]Andres Gomez2-5/+5
2016-07-01arb_gpu_shader_fp64: emit GS output for every vertexAndres Gomez1-1/+1
2016-06-27gen_tes_input_tests.py: fix a typo errorSamuel Pitoiset1-1/+1
2016-06-17generators/gen_extensions_defined.py: fix ARB_gpu_shader5Dylan Baker1-1/+1
2016-06-17generators/gen_extensions_defined.py: fix ARB_fragment_layer_viewportDylan Baker1-1/+1
2016-06-17generators/gen_extensions_defined: fix AMD_vertex_shader_layerDylan Baker1-1/+1
2016-06-17generators/gen_extensions_defined.py: fix ES_3_1_compatiblityDylan Baker1-1/+1
2016-06-14arb_gpu_shader_fp64: fix GS tests generatorSamuel Pitoiset1-1/+1
2016-06-13generators/gen_vs_in_fp64: Use modules.typesDylan Baker3-107/+48
2016-06-13generators/modules: Add GLSL types representationsDylan Baker1-0/+195
2016-06-09generators/gen_vs_in_fp64: reimplement require_execution templateDylan Baker10-264/+163
2016-06-09generators/gen_vs_in_fp64: Rewrite the columns test generatorDylan Baker5-59/+139
2016-06-09generators/gen_vs_in_fp64: use more generators/iterators save more runtimeDylan Baker1-17/+16
2016-06-09generators/gen_vs_in_fp64: don't store the filenames print them immediatelyDylan Baker1-27/+6
2016-06-09generators/gen_vs_in_fp64: don't list-ize generators for no reason.Dylan Baker1-10/+10
2016-06-06add basic ARB_shader_group_vote testsIlia Mirkin1-0/+1
2016-06-06arb_vertex_attrib_64bit: Adds double vertex input tests generator (v2)Andres Gomez11-0/+723
2016-06-01OES_shader_io_blocks: Add preprocessor define testIan Romanick1-0/+1
2016-05-25add GL_EXT_clip_cull_distance to the defines testIlia Mirkin1-0/+1
2016-05-24builtin_function*py: more test data for "trunc"Andres Gomez2-4/+17
2016-05-24builtin_function*py: Corrected single to double conversionsAndres Gomez2-45/+19
2016-05-20Make ARB_shader_precision tests ignore 0.0 vs -0.0.Kenneth Graunke4-7/+13
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