summaryrefslogtreecommitdiff
path: root/src/compiler/nir_types.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-04nir: add a C wrapper for glsl_type::get_interface_instance()Rob Clark1-0/+5
2017-03-22compiler: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-02-16nir/types: add C accessors for 64-bit integer types.Dave Airlie1-0/+2
2017-01-20nir: Add GLSL_TYPE_INT64 and GLSL_TYPE_UINT64 to glsl_get_bit_sizeIan Romanick1-0/+2
2016-11-19nir: Add a C wrapper for glsl_type::is_array_of_arrays().Kenneth Graunke1-0/+1
2016-11-11nir: add more helpers to nir_types.cppTimothy Arceri1-0/+3
2016-10-06nir: Delete open coded type printing.Kenneth Graunke1-2/+1
2016-07-06nir: add glsl_dvec_type() helperTimothy Arceri1-0/+1
2016-07-07nir: add glsl_double_type() helperTimothy Arceri1-0/+1
2016-05-12nir: glsl_get_bit_size() should take glsl_typeRob Clark1-2/+2
2016-05-07compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke1-0/+1
2016-04-13glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner1-1/+1
2016-04-07nir/types: Add a wrapper for count_attribute_slotsJason Ekstrand1-0/+3
2016-03-17nir/types: add a function to get the bitsize of a base typeConnor Abbott1-0/+21
2016-02-13nir/types: Add more type constructor functionsJason Ekstrand1-0/+12
2016-02-13nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand1-0/+3
2016-02-13nir/types: Add helpers for working with sampler and image typesJason Ekstrand1-0/+14
2016-02-13nir/types: Add helpers for function typesJason Ekstrand1-0/+9
2016-01-26compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov1-0/+87