summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete open coded type printing.Kenneth Graunke2016-10-061-26/+4
* nir: add glsl_dvec_type() helperTimothy Arceri2016-07-061-0/+6
* nir: add glsl_double_type() helperTimothy Arceri2016-07-071-0/+6
* compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke2016-05-071-0/+6
* glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner2016-04-131-2/+2
* nir/types: Add a wrapper for count_attribute_slotsJason Ekstrand2016-04-071-0/+7
* nir/types: Add more type constructor functionsJason Ekstrand2016-02-131-0/+46
* nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand2016-02-131-0/+18
* nir/types: Add helpers for working with sampler and image typesJason Ekstrand2016-02-131-0/+61
* nir/types: Add helpers for function typesJason Ekstrand2016-02-131-0/+19
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov2016-01-261-0/+192