glsl: add capability to lower mediump array types
[mesa.git] / src / compiler / glsl / ir_array_refcount.h
2020-04-18 Timothy Arceriglsl: pull mark_array_elements_referenced() out into...
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2016-12-19 Ian Romanickglsl: Walk a list of ir_dereference_array to mark array...
2016-12-19 Ian Romanickglsl: Mark a set of array elements as accessed using...
2016-12-19 Ian Romanickglsl: Add structures to track accessed elements of...
2016-12-19 Ian Romanickglsl: Add tracking for elements of an array-of-arrays...
2016-12-19 Ian Romanickglsl: Use simpler visitor to determine which UBO and...