nir: Add helpers for getting input/output intrinsic sources.
[mesa.git] / src / glsl / nir / nir_types.cpp
2015-11-07 Jason Ekstrandnir/types: Add an is_vector_or_scalar helper
2015-10-16 Timothy Arcerinir: wrapper for glsl_type arrays_of_arrays_size()
2015-09-21 Emil Velikovnir: add C wrapper around glsl_type::record_location_offset
2015-08-17 Kenneth Graunkenir: Add a glsl_uint_type() wrapper.
2015-04-23 Jason Ekstrandnir/types: Make glsl_get_length smarter
2015-03-25 Kenneth Graunkenir: Add glsl_float_type() wrapper.
2015-01-29 Eric Anholtnir: Add a couple of helpers for glsl types.
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Connor Abbottnir: add a simple C wrapper around glsl_types.h