summaryrefslogtreecommitdiff
path: root/src/compiler/nir_types.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-04nir: add a C wrapper for glsl_type::get_interface_instance()Rob Clark1-0/+11
2017-02-16nir/types: add C accessors for 64-bit integer types.Dave Airlie1-0/+12
2016-11-19nir: Add a C wrapper for glsl_type::is_array_of_arrays().Kenneth Graunke1-0/+6
2016-11-11nir: add more helpers to nir_types.cppTimothy Arceri1-0/+18
2016-10-06nir: Delete open coded type printing.Kenneth Graunke1-26/+4
2016-07-06nir: add glsl_dvec_type() helperTimothy Arceri1-0/+6
2016-07-07nir: add glsl_double_type() helperTimothy Arceri1-0/+6
2016-05-07compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke1-0/+6
2016-04-13glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner1-2/+2
2016-04-07nir/types: Add a wrapper for count_attribute_slotsJason Ekstrand1-0/+7
2016-02-13nir/types: Add more type constructor functionsJason Ekstrand1-0/+46
2016-02-13nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand1-0/+18
2016-02-13nir/types: Add helpers for working with sampler and image typesJason Ekstrand1-0/+61
2016-02-13nir/types: Add helpers for function typesJason Ekstrand1-0/+19
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2016-01-26compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov1-0/+192