Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / glcpp / glcpp-parse.y
2020-06-10 Andrii Simiklitglsl: fix crash on glsl macro redefinition
2020-03-13 Danylo Piliaievglsl: do not crash if string literal is used outside...
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-08-06 Jonathan Marekglcpp: use pre-expansion line number for __LINE__
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
2018-10-10 Timothy Arceriglsl: ignore trailing whitespace when define redefined
2018-05-30 Marek Olšákglsl: parse #version XXX compatibility
2018-04-23 Vlad Golovkinglsl/glcpp: Handle hex constants with 0X prefix
2018-04-12 Marek Olšákmesa: include mtypes.h less
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-07 Iago Toral Quirogaglcpp: fix #undef to match latest spec update and GLSLa...
2017-05-22 Vladislav Egorovglcpp: Avoid unnecessary strcmp()
2017-05-08 Eric Anholtglsl: Ban #undefining __LINE__ and friends on GLES2.
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...
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-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-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-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-27 Ilia Mirkinmesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-23 Francisco Jerezglsl: Add usual extension boilerplate for OES_shader_im...
2016-02-18 Kenneth Graunkeglcpp: Disallow "defined" as a macro name.
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Ilia Mirkinglsl: add GL_OES_geometry_point_size and conditionalize...
2016-01-26 Emil Velikovglsl: move to compiler/