nir: Invalidate live SSA def information when making new SSA defs.
[mesa.git] / src / compiler / glsl / glsl_parser.yy
2020-07-17 Erik Faye-Lundmesa: do not use bitfields for advanced-blend state
2020-04-16 Ilia Mirkinglsl: add NV_viewport_array2 support
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2019-11-20 Timothy Arceriglsl: add ARB_shading_language_include support to ...
2019-09-30 Caio Marcelo de... glsl: Parse `demote` statement
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-08-06 Pierre-Eric Pellou... glsl: add size qualifiers from EXT_shader_image_load_store
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-25 Marek Olšákglsl: allow "varying out" for fragment shader outputs...
2019-04-25 Marek Olšákglsl: apply some 1.30 and other rules to EXT_gpu_shader...
2019-04-25 Marek Olšákglsl: add `unsigned int` type for EXT_GPU_shader4
2019-04-12 Marek Olšákglsl: allow the #extension directive within code blocks...
2019-04-09 Caio Marcelo de... glsl: Parse and propagate derivative_group to shader_info
2018-11-08 Ian Romanickglsl: Add pragma to disable all warnings
2018-08-29 Timothy Arceriglsl: add a mechanism to allow layout qualifiers on...
2018-08-20 Kevin RogovinAdd NV_fragment_shader_interlock support.
2018-06-14 Dave Airlieglsl: allow standalone semicolons outside main()
2018-06-01 Plamena Manolovamesa: Add GL/GLSL plumbing for ARB_fragment_shader_inte...
2018-04-25 Tapani Pällimesa: GL_EXT_texture_norm16 extension plumbing
2018-02-27 Francisco Jerezutil/bitset: Make C++ wrapper trivially constructible.
2018-02-24 Francisco Jerezglsl: Add support for the framebuffer fetch layout...
2018-02-24 Francisco Jerezglsl: Switch ast_type_qualifier to a 128-bit bitset.
2017-10-30 Ian Romanickglsl/parser: Track built-in types using the glsl_type...
2017-10-30 Ian Romanickglsl/parser: Return the glsl_type object from the lexer
2017-10-30 Ian Romanickglsl/parser: Move anonymous struct name handling to...
2017-10-30 Ian Romanickglsl/parser: Silence unused parameter warning
2017-05-06 Samuel Pitoisetglsl: allow image qualifiers inside structures
2017-05-06 Samuel Pitoisetglsl: process bindless/bound layout qualifiers
2017-03-02 Samuel Pitoisetglsl: fix subroutine mismatch between declarations...
2017-03-01 Samuel Pitoisetglsl: remove unecessary flags.q.subroutine_def
2017-02-27 Samuel Pitoisetglsl: use an enum for AMD_conservative_depth layout...
2017-02-27 Samuel Pitoisetglsl: add has_shader_image_load_store()
2017-01-21 Kenneth Graunkeglsl: Rename [u]int64_t tokens.
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-08 Kenneth Graunkemesa: Introduce a compiler enum for tessellation spacing.
2016-12-07 Lionel Landwerlinmesa: add support for GL_INTEL_conservative_rasterization
2016-12-07 Plamena Manolovamesa: Add GL and GLSL plumbing for ARB_post_depth_cover...
2016-11-25 Andres Gomezglsl: push layout-qualifier-name values from variable...
2016-11-25 Andres Gomezglsl: simplified error checking for duplicated layout...
2016-11-25 Andres Gomezglsl: simplified ast_type_qualifier::merge_into_[in...
2016-11-25 Andres Gomezglsl: ignore all but the rightmost layout qualifier...
2016-11-25 Andres Gomezglsl: split default in layout qualifier merge
2016-11-25 Andres Gomezglsl: split default out layout qualifier merge
2016-11-25 Andres Gomezglsl: merge layouts into the default one as the last...
2016-11-18 Lionel Landwerlinmesa: add NV_image_formats extension support
2016-10-31 Marek Olšákglsl: use the linear allocator for ast_node and derived...
2016-10-06 Samuel Pitoisetglsl: process local_size_variable input qualifier
2016-08-31 Kenneth Graunkeglsl: Handle patch qualifier on interface blocks.
2016-08-26 Ian Romanickglsl: Allow invocations layout qualifier with GL_OES_ge...
2016-08-26 Ilia Mirkinglsl: process blend_support_* qualifiers
2016-08-24 Francisco Jerezglsl: Handle the inout qualifier in fragment shader...
2016-08-24 Kenneth Graunkeglsl: Mark tessellation qualifier maps static const.
2016-08-12 Kenneth Graunkeglsl: Fix invariant matching in GLSL 4.30 and GLSL...
2016-08-08 Kenneth Graunkeglsl: Add extension plumbing for OES/EXT_tessellation_s...
2016-08-08 Kenneth Graunkeglsl: Simplify interface qualifier parsing.
2016-08-08 Kenneth Graunkeglsl: Add a has_tessellation_shader() helper.
2016-05-23 Dave Airlieglsl/parser: handle multiple layout sections with AST...
2016-05-01 Timothy Arceriglsl: parse component layout qualifier
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Timothy Arceriglsl: parse new transform feedback layout qualifiers
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-07 Kenneth Graunkeglsl: Add function parameters to the parser symbol...
2016-03-07 Kenneth Graunkeglsl: Add single declaration variables to the symbol...
2016-03-05 Timothy Arceriglsl: parse align layout qualifier
2016-03-05 Timothy Arceriglsl: enable offset layout qualifier for ARB_enhanced_l...
2016-03-05 Timothy Arceriglsl: rework parsing of blocks
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/