nir: Invalidate live SSA def information when making new SSA defs.
[mesa.git] / src / compiler / glsl / lower_buffer_access.cpp
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2018-01-08 Florian Willglsl: Respect std430 layout in lower_buffer_access
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-11-09 Ian Romanickglsl: Minor cleanups after previous commit
2017-11-09 Ian Romanickglsl: Use more link_calculate_matrix_stride in lower_bu...
2017-11-09 Ian Romanickglsl: Use link_calculate_matrix_stride in lower_buffer_...
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_float()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_double()
2016-08-26 Ian Romanickglsl: Silence unused parameter warning
2016-06-08 Dave Airlieglsl: use new interfaces for 64-bit checks.
2016-06-06 Dave Airlieglsl: use enum glsl_interface_packing in more places...
2016-04-25 Grazvydas Ignotasglsl: fix warning in release build
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: use explicit offset when lowering buffer access
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-30 Ilia Mirkinglsl: keep track of ssbo variable being accessed, add...
2016-01-26 Emil Velikovglsl: move to compiler/