glsl: Add support for the framebuffer fetch layout(noncoherent) qualifier.
[mesa.git] / src / compiler / glsl / ast_type.cpp
2018-02-24 Francisco Jerezglsl: Add support for the framebuffer fetch layout...
2017-09-19 Ian Romanickglsl: Silence unused parameter warnings
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-05-06 Samuel Pitoisetglsl: allow input memory qualifiers for images
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: add missing blend_support qualifier in validate_f...
2017-02-27 Samuel Pitoisetglsl: use an enum for AMD_conservative_depth layout...
2016-12-19 Ian Romanickglsl: Silence "unused parameter" warnings in ast_type.cpp
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 GomezRevert "glsl: allow layout qualifier overrides with...
2016-11-25 Andres GomezRevert "glsl: geom shader max_vertices layout must...
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: refactor duplicated validations between 2 layout...
2016-11-25 Andres Gomezglsl: assert on incoherent point mode layout-id-qualifi...
2016-11-25 Andres Gomezglsl: simplifies the merge of the default in layout...
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-25 Andres Gomezglsl: ignore all but the rightmost layout-qualifier...
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-09-29 Timothy Arceriglsl: remove remaining tabs from ast_type.cpp
2016-08-26 Ilia Mirkinglsl: process blend_support_* qualifiers
2016-08-12 Kenneth Graunkeglsl: Tidy stream handling in merge_qualifier().
2016-08-12 Kenneth Graunkeglsl: Fix inout qualifier handling in GLSL 4.40.
2016-07-30 Timothy Arceriglsl: add name param to validate_flags()
2016-07-30 Timothy Arceriglsl: add component to ast_type_qualifier::validate_flags
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-06-06 Dave Airlieglsl: geom shader max_vertices layout must match.
2016-05-23 Dave Airlieglsl: allow layout qualifier overrides with ARB_shading...
2016-05-23 Dave Airlieglsl/ast: for geom shaders allow stream flags in input...
2016-05-01 Timothy Arceriglsl: add component to has_layout() helper
2016-05-01 Timothy Arceriglsl: allow component qualifier on varying inputs
2016-05-01 Timothy Arceriglsl: parse component layout qualifier
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Kenneth Graunkeglsl: Add a method to print error messages for illegal...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Timothy Arceriglsl: add xfb qualifiers to has_layout helper
2016-03-31 Timothy Arceriglsl: add validation for out layout qualifiers
2016-03-31 Timothy Arceriglsl: relax stage restrictions on layout defaults for...
2016-03-31 Timothy Arceriglsl: parse new transform feedback layout qualifiers
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: parse align layout qualifier
2016-03-05 Timothy Arceriglsl: reject invalid input layout qualifiers
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Timothy Arceriglsl: remove duplicate interpolation_string() function
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/