summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir_types.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete open coded type printing.Kenneth Graunke2016-10-061-2/+1
* nir: add glsl_dvec_type() helperTimothy Arceri2016-07-061-0/+1
* nir: add glsl_double_type() helperTimothy Arceri2016-07-071-0/+1
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-121-2/+2
* compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke2016-05-071-0/+1
* glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner2016-04-131-1/+1
* nir/types: Add a wrapper for count_attribute_slotsJason Ekstrand2016-04-071-0/+3
* nir/types: add a function to get the bitsize of a base typeConnor Abbott2016-03-171-0/+21
* nir/types: Add more type constructor functionsJason Ekstrand2016-02-131-0/+12
* nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand2016-02-131-0/+3
* nir/types: Add helpers for working with sampler and image typesJason Ekstrand2016-02-131-0/+14
* nir/types: Add helpers for function typesJason Ekstrand2016-02-131-0/+9
* compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov2016-01-261-0/+87