Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / glcpp /
2020-08-17 Daniel Stoneglsl/test: Don't run whitespace tests in parallel
2020-06-10 Andrii Simiklitglsl: fix crash on glsl macro redefinition
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-20 Dylan Bakertests: Make tests aware of meson test wrapper
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-16 Jose Fonsecameson: Avoid duplicate symbols.
2020-03-13 Danylo Piliaievglsl: do not crash if string literal is used outside...
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2019-11-20 Timothy Arcerimesa: add support cursor support for relative path...
2019-11-20 Timothy Arceriglsl: error if #include used while extension is disabled
2019-11-20 Timothy Arceriglsl: add preprocessor #include support
2019-11-20 Timothy Arceriglsl: pass gl_context to glcpp_parser_create()
2019-11-20 Timothy Arceriglsl: add ARB_shading_language_include support to ...
2019-10-10 Dylan Bakermeson: glcpp tests are expected to fail on windows
2019-10-10 Dylan Bakermeson: Add idep_getopt for tests
2019-10-10 Dylan Bakermeson: force inclusion of inttypes.h for glcpp with...
2019-08-06 Jonathan Marekglcpp: use pre-expansion line number for __LINE__
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-31 Eric Engestromautotools: delete leftover script wrapper
2019-05-21 Erik Faye-LundRevert "glsl: do not use deprecated bison-keyword"
2019-05-21 Erik Faye-Lundglsl: do not use deprecated bison-keyword
2019-04-29 Eric Engestromdelete autotools .gitignore files
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-10 Timothy Arceriglsl: ignore trailing whitespace when define redefined
2018-10-09 Dylan Bakermeson: Don't build glsl compiler tests unless OpenGL...
2018-09-06 Timothy Arceriglsl: fixer lexer for unreachable defines
2018-08-29 Timothy Arceriglsl: skip stringification in preprocessor if in unreac...
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-23 Emil Velikovglsl: remove execute bit and shebang from python tests
2018-08-22 Mathieu Bridonmeson: Run the test with Python 3
2018-08-22 Mathieu Bridonpython: Disable universal newlines
2018-08-22 Mathieu Bridonpython: difflib prefers unicode strings
2018-06-21 Emil Velikovglsl/tests/glcpp: reinstate "error out if no tests...
2018-06-21 Emil Velikovglsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
2018-06-21 Emil Velikovglsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
2018-05-30 Marek Olšákglsl: parse #version XXX compatibility
2018-05-14 Eric Engestrommeson: remove dependency antipattern
2018-04-23 Vlad Golovkinglsl/glcpp: Handle hex constants with 0X prefix
2018-04-23 Dylan Bakercompiler/glsl: close fd's in glcpp_test.py
2018-04-18 Dylan Bakermeson: enable glcpp test
2018-04-18 Dylan Bakerglcpp/tests: Convert shell scripts to a python script
2018-04-12 Marek OlšákFix scons build
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-01-11 Dylan Bakermeson: Use consistent style
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-09-26 Thomas Hellandglcpp: Avoid unnecessary call to strlen
2017-09-26 Thomas Hellandglcpp: Use string_buffer for line continuation removal
2017-09-26 Thomas Hellandglsl: Change the parser to use the string buffer
2017-08-11 Timothy Arceriglsl: use ralloc_str_append() rather than ralloc_asprin...
2017-06-08 Iago Toral QuirogaFix glcpp test expectations
2017-06-07 Iago Toral Quirogaglcpp: fix #undef to match latest spec update and GLSLa...
2017-05-22 Vladislav Egorovglcpp: Skip unnecessary line continuations removal
2017-05-22 Vladislav Egorovglcpp: Avoid unnecessary strcmp()
2017-05-08 Eric Anholtglsl: Ban #undefining __LINE__ and friends on GLES2.
2017-03-28 Emil Velikovglcpp/tests/glcpp-test-cr-lf: error out if we cannot...
2017-03-28 Emil Velikovglcpp/tests/glcpp-test-cr-lf: correctly set/use srcdir...
2017-03-28 Emil Velikovglcpp/tests: update testname in help string
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: error out if we cannot find...
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: print only the test basename
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: set srcdir/abs_builddir variables
2017-03-10 Emil Velikovglsl/tests: suffix .sh/.py files as applicable
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64%64 => 64 modulus
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64/64 => 64 division
2017-01-20 Ian Romanickglsl: Add "built-in" function for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64x64 => 64 multip...
2017-01-04 Carl Worthglcpp: Remove illegal characters from tests
2017-01-04 Carl Worthglcpp: Exhaustively test all legal characters in GLSL
2017-01-04 Carl Worthglcpp: Allow vertical tab and form feed characters...
2017-01-04 Carl Worthglcpp: Add testing for no space between macro name...
2016-11-10 Ian Romanickglcpp: Handle '#version 0' and other invalid values
2016-10-31 Marek Olšákglcpp: use the linear allocator for most objects
2016-10-31 Tapani Pälliglsl/glcpp: initialize all fields of glcpp_parser_t...
2016-09-12 Thomas Hellandglsl: Convert glcpp-parse to the util hash table
2016-08-16 Kenneth Graunkeglcpp: Update tests for new #undef of built-in macro...
2016-08-10 Ian Romanickglcpp: Only disallow #undef of pre-defined macros on...
2016-08-10 Ian Romanickglcpp: Track the actual version instead of just the...
2016-07-23 Ilia Mirkinglsl: reuse main extension table to appropriately restr...
2016-07-19 Ian RomanickMESA_shader_integer_functions: Boiler plate extension...
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-05-26 Ian Romanickmesa: Add extension tracking for GL_OES_shader_io_blocks
2016-05-25 Ilia Mirkinglsl: add GL_EXT_clip_cull_distance define, add helpers
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Ilia Mirkinglsl: add ARB_ES3_1_compatibility support
2016-04-01 Timothy Arceriglsl: remove tabs and fix some other style issues in...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-29 Ilia Mirkinglsl: add OES_texture_buffer and EXT_texture_buffer...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-11 Ilia Mirkinmesa: add GL_ARB_shader_atomic_counter_ops support
2016-03-10 Kenneth Graunkeglcpp: Fix locations when encounting "#<NEWLINE>".
2016-03-08 Kenneth Graunkeglcpp: Remove empty mid-rule action which changes test...
2016-03-08 Kenneth Graunkeglcpp: Clean up most empty mid-rule actions left by...
2016-03-08 Kenneth Graunkeglcpp: Delete unnecessary implicit version resolves.
2016-03-08 Kenneth Graunkeglcpp: Implicitly resolve version after the first non...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
next