summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2013-09-30glsl-1.30: Test interpolation qualifiers on built-in variablesIan Romanick2-1/+395
2013-09-27cl: Add a test for the sign() builtinTom Stellard1-1/+11
2013-09-27cl: Add a python script for generating tests for relational builtinsTom Stellard2-0/+73
2013-09-27cl: Add a python script for generating tests for math builtinsTom Stellard3-1/+71
2013-09-27cl: Move common code from generate-cl-int-builtins.py into its own moduleTom Stellard2-376/+402
2013-09-27builtin_functions.py: tweak integer constantsBrian Paul1-5/+5
2013-08-26ARB_shading_language_packing: Add missing default precision qualifiersIan Romanick1-0/+20
2013-08-21cl: Fix bug in the local store kernelTom Stellard1-1/+1
2013-08-16arb_shader_bit_encoding: Test inputs modified by abs/neg/neg-abs.Matt Turner1-33/+65
2013-08-16arb_shader_bit_encoding: Add test generator.Matt Turner2-0/+238
2013-08-13gen_texture_query_lod_tests.py: Don't emit #extension if no extensionsMatt Turner1-1/+1
2013-08-13gen_texture_query_lod_tests.py: Put function name in test filename.Matt Turner1-4/+5
2013-08-09cl: Add generated tests for global and local stores v2Tom Stellard4-0/+136
2013-07-31gs: Make generated geometry shader tests use GLSL 1.50.Paul Berry2-28/+16
2013-07-29gen_builtin_uniform_tests.py: PEP8 complianceDylan Baker1-322/+314
2013-07-29gen_constant_array_size_tests.py: PEP8 ComplianceDylan Baker1-153/+152
2013-07-29generate-cl-int-builtins.py: PEP8 complianceDylan Baker1-316/+343
2013-07-29gen_interpolation_tests.py: PEP8 complianceDylan Baker1-250/+250
2013-07-29gen_non-lvalue_tests.py: PEP8 complianceDylan Baker1-16/+17
2013-07-29gen_texture_query_lod_tests.py: PEP8 complianceDylan Baker1-113/+110
2013-07-29gen_builtin_packing_tests.py PEP8 complianceDylan Baker1-112/+139
2013-07-29gen_uniform_initializer_tests.py: PEP8 complianceDylan Baker1-32/+37
2013-07-29builtin_functions.py: Finish PEP8 comlianceDylan Baker1-95/+171
2013-07-29builtin_functions.py: PEP8 compliant newlinesDylan Baker1-29/+36
2013-07-29builtin_functions.py: Replace tabs with spacesDylan Baker1-470/+470
2013-06-26glsl-4.00/ARB_texture_query_lod: Fix requirements sectionIan Romanick1-1/+1
2013-04-15cl: Fix Windows build.José Fonseca1-2/+2
2013-04-01[CL]: Fix mul24 test and add mad24/mul24 uint testsAaron Watry1-3/+24
2013-04-01CL Builtin: Remove an invalid mad24 testAaron Watry1-4/+4
2013-04-01CL Builtins: Fix sign-extension bug in rotateAaron Watry1-5/+12
2013-03-29glsl-4.00/ARB_texture_query_lod: Generate compiler tests for built-in functionsMatt Turner2-0/+156
2013-03-12Plug the built-in test generator to the CL test list [v2]Aaron Watry1-0/+4
2013-03-12Add a python generator for integer builtin function tests [v2]Aaron Watry1-0/+879
2013-02-27generated_tests: Fix geometry shader tests to use gl_VerticesInPaul Berry1-1/+1
2013-02-20ARB_shading_language_packing: fix exact testsPaul Berry1-2/+6
2013-02-15shader_runner: remove explicit #version directive from generated_tests.Stuart Abercrombie10-37/+9
2013-02-15Add geometry testing to code-generated tests.Paul Berry2-16/+153
2013-02-05gen_builtin_packing_tests.py: Remove stray tabMatt Turner1-1/+1
2013-02-05ARB_shading_language_packing: Allow some imprecision in unpackUnorm4x8Matt Turner1-3/+19
2013-02-01generated_tests: fix comment errors (int->float, ivec->vec)Brian Paul1-1/+1
2013-01-28ARB_shading_language_packing: Generate tests for builtin packing functionsMatt Turner1-53/+286
2013-01-23glsl-es-3.00: Generate tests for builtin packing functions (v3)Chad Versace2-1/+1166
2013-01-15generated_tests: generate determinant tests for GLSL 1.50Dave Airlie1-0/+2
2012-08-31uniform-initializer tests: fix GLSL version of uint testsMarek Olšák1-2/+2
2012-06-13uniform-initializer: Don't rely on Python 2.7José Fonseca1-1/+1
2012-06-12Fix gen_uniform_initializer_tests.py for out-of-tree builds.Paul Berry1-2/+9
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers modified by G...Ian Romanick4-0/+81
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers in another stageIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers from a constantIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializersIan Romanick4-1/+264