aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/tests/glcpp: reinstate "error out if no tests found"Emil Velikov2018-06-211-0/+9
* glsl/glcpp/tests: reinstate srcdir/abs_builddir blurbEmil Velikov2018-06-211-0/+13
* glsl: fold glcpp-test-cr-lf.sh into glcpp-test.shEmil Velikov2018-06-212-4/+1
* glsl: parse #version XXX compatibilityMarek Olšák2018-05-291-4/+8
* meson: remove dependency antipatternEric Engestrom2018-05-141-1/+1
* glsl/glcpp: Handle hex constants with 0X prefixVlad Golovkin2018-04-243-7/+12
* compiler/glsl: close fd's in glcpp_test.pyDylan Baker2018-04-231-2/+4
* meson: enable glcpp testDylan Baker2018-04-181-1/+17
* glcpp/tests: Convert shell scripts to a python scriptDylan Baker2018-04-183-267/+223
* Fix scons buildMarek Olšák2018-04-121-0/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-124-4/+5
* meson: Use consistent styleDylan Baker2018-01-111-2/+4
* meson: Build i965 and dri stackDylan Baker2017-10-091-0/+56
* glcpp: Avoid unnecessary call to strlenThomas Helland2017-09-261-1/+8
* glcpp: Use string_buffer for line continuation removalThomas Helland2017-09-261-7/+18
* glsl: Change the parser to use the string bufferThomas Helland2017-09-263-164/+78
* glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()Timothy Arceri2017-08-111-31/+113
* Fix glcpp test expectationsIago Toral Quiroga2017-06-082-3/+6
* glcpp: fix #undef to match latest spec update and GLSLang implementationIago Toral Quiroga2017-06-071-14/+31
* glcpp: Skip unnecessary line continuations removalVladislav Egorov2017-05-221-2/+8
* glcpp: Avoid unnecessary strcmp()Vladislav Egorov2017-05-221-5/+9
* glsl: Ban #undefining __LINE__ and friends on GLES2.Eric Anholt2017-05-081-5/+2
* glcpp/tests/glcpp-test-cr-lf: error out if we cannot find any testsEmil Velikov2017-03-281-0/+5
* glcpp/tests/glcpp-test-cr-lf: correctly set/use srcdir/abs_builddirEmil Velikov2017-03-281-14/+17
* glcpp/tests: update testname in help stringEmil Velikov2017-03-282-2/+2
* glcpp/tests/glcpp-test: error out if we cannot find any testsEmil Velikov2017-03-281-0/+5
* glcpp/tests/glcpp-test: print only the test basenameEmil Velikov2017-03-281-2/+2
* glcpp/tests/glcpp-test: set srcdir/abs_builddir variablesEmil Velikov2017-03-281-8/+15
* glsl/tests: suffix .sh/.py files as applicableEmil Velikov2017-03-102-2/+2
* glsl: Add "built-in" functions to do 64%64 => 64 modulusIan Romanick2017-01-201-0/+2
* glsl: Add "built-in" functions to do 64/64 => 64 divisionIan Romanick2017-01-201-0/+2
* glsl: Add "built-in" function for 64-bit integer sign()Ian Romanick2017-01-201-0/+1
* glsl: Add "built-in" functions to do 64x64 => 64 multiplicationIan Romanick2017-01-203-3/+17
* glcpp: Remove illegal characters from testsCarl Worth2017-01-046-6/+6
* glcpp: Exhaustively test all legal characters in GLSLCarl Worth2017-01-042-0/+154
* glcpp: Allow vertical tab and form feed characters in GLSLCarl Worth2017-01-041-1/+1
* glcpp: Add testing for no space between macro name and replacement listCarl Worth2017-01-042-0/+116
* glcpp: Handle '#version 0' and other invalid valuesIan Romanick2016-11-102-6/+28
* glcpp: use the linear allocator for most objectsMarek Olšák2016-10-313-118/+91
* glsl/glcpp: initialize all fields of glcpp_parser_t on creationTapani Pälli2016-10-311-0/+3
* glsl: Convert glcpp-parse to the util hash tableThomas Helland2016-09-122-21/+35
* glcpp: Update tests for new #undef of built-in macro rules.Kenneth Graunke2016-08-154-1/+11
* glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shadersIan Romanick2016-08-101-4/+28
* glcpp: Track the actual version instead of just the version_resolved flagIan Romanick2016-08-102-6/+6
* glsl: reuse main extension table to appropriately restrict extensionsIlia Mirkin2016-07-234-203/+28
* MESA_shader_integer_functions: Boiler plate extension trackingIan Romanick2016-07-191-0/+3
* mesa: hook up core bits of GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+3
* mesa: Add extension tracking for GL_OES_shader_io_blocksIan Romanick2016-05-261-0/+5
* glsl: add GL_EXT_clip_cull_distance define, add helpersIlia Mirkin2016-05-251-0/+2
* glsl: Add arb_cull_distance support (v3)Tobias Klausmann2016-05-141-0/+3