nir: add nir_var_shader_storage
[mesa.git] / src / glsl / nir / nir_remove_dead_variables.c
2015-04-02 Kenneth Graunkenir: Free dead variables when removing them.
2015-04-02 Kenneth Graunkenir: Combine remove_dead_local_vars() and remove_dead_g...
2015-02-11 Matt Turnernir: Remove casts from void*.
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Connor Abbottnir: add a pass to remove unused variables