summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl_types.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: add subpass image type (v2)Dave Airlie2016-09-161-2/+3
* glsl: Document and enforce restriction on type valuesIan Romanick2016-07-051-0/+3
* glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.Dave Airlie2016-06-091-3/+3
* compiler/types: add 64-bitness queries.Dave Airlie2016-06-091-0/+13
* glsl: use enum glsl_interface_packing in more places. (v2)Dave Airlie2016-06-061-0/+8
* glsl: handle implicit sized arrays in ssboDave Airlie2016-05-261-0/+1
* glsl: handle same struct redeclaration (v2)Dave Airlie2016-05-201-1/+3
* glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner2016-04-131-1/+1
* glsl: add helper for counting varyingsTimothy Arceri2016-03-311-0/+6
* glsl: add field to track if xfb_buffer is an explicit or implicit valueTimothy Arceri2016-03-311-0/+7
* glsl: add xfb_* qualifiers to glsl_struct_fieldTimothy Arceri2016-03-311-2/+14
* glsl: add offset to glsl interface typeTimothy Arceri2016-03-051-0/+8
* glsl/types: Expose glsl_struct_field and glsl_function_param to CJason Ekstrand2016-02-131-4/+6
* glsl/types: Add a helper for getting image typesJason Ekstrand2016-02-131-0/+2
* glsl/types: Add support for function typesJason Ekstrand2016-02-131-1/+23
* glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-131-1/+1
* glsl: always initialize image_* fields, copy them on interface initIlia Mirkin2016-01-291-1/+2
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-0/+887