glsl: Remove integer matrix support from ir_dereference_array::constant_expression_value
[mesa.git] / src / compiler / glsl / linker.h
2019-06-14 Neil Robertsglsl/linker: Make precision matching optional in intras...
2019-03-04 Ilia Mirkinglsl: fix recording of variables for XFB in TCS shaders
2018-07-03 Alejandro Piñeirocompiler/glsl: refactor empty_uniform_block utilities...
2018-06-21 Alejandro Piñeirocompiler/link: add linker_util.h, move linker_error...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-11-09 Ian Romanickglsl: Refactor matrix stride calculation into a utility...
2017-11-09 Ian Romanickglsl: Remove program_resource_visitor::visit_field...
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-04-21 Samuel Pitoisetglsl: get rid of values_for_type()
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2017-02-17 Timothy Arceriglsl: make uniform values helper available for use...
2017-01-19 Timothy Arceriglsl: store number of explicit uniform loactions in...
2016-11-10 Ian Romanickglsl/linker: Allow link_intrastage_shaders when there...
2016-11-10 Ian Romanicklinker: Remove unnecessary overload of program_resource...
2016-09-29 Timothy Arceriglsl: remove tabs from linker.{cpp,h}
2016-09-27 Timothy Arceriglsl: move some uniform linking code to new link_setup_...
2016-07-05 Timothy Arceriglsl: mark link_uniform_blocks_are_compatible() as...
2016-06-30 Timothy Arceriglsl: simplify link_uniform_blocks()
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-06 Dave Airlieglsl: use enum glsl_interface_packing in more places...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-05 Timothy Arceriglsl: fully split apart buffer block arrays
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Timothy Arceriglsl: generate named interface block names correctly
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: copy explicit offset to uniform storage
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/