aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_print_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add support for float16 types in the IR treeNeil Roberts2020-03-091-9/+18
* compiler: add a new explicit interpolation modeSamuel Pitoiset2020-01-291-1/+1
* glsl: Add ir_demoteCaio Marcelo de Oliveira Filho2019-09-301-0/+7
* util: use standard name for snprintf()Eric Engestrom2019-07-191-8/+8
* glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev2019-03-211-2/+3
* glsl: rename is_record() -> is_struct()Timothy Arceri2019-03-061-2/+2
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* glsl: use util_snprintf()Andres Gomez2018-08-021-9/+11
* glsl: Unify ir_constant::const_elements and ::componentsIan Romanick2017-09-191-4/+1
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-111-1/+4
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-1/+1
* glsl: always print non-zero var->data.location_fracNicolai Hähnle2017-07-031-1/+1
* glsl: fix a crash in ir_print_visitor() for bindless samplers/imagesSamuel Pitoiset2017-06-011-1/+5
* glsl: include image qualifiers when printing IRNicolai Hähnle2017-05-121-3/+17
* glsl: process bindless/bound layout qualifiersSamuel Pitoiset2017-05-061-3/+5
* glsl: make use of glsl_type::is_record()Samuel Pitoiset2017-04-211-2/+1
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-211-1/+1
* glsl: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-1/+0
* glsl: fix compile errors with mingw due to missing PRIx64 definitionsRoland Scheidegger2017-01-241-0/+2
* glsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 valuesIan Romanick2017-01-201-0/+2
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-2/+2
* glsl: remember per-component vertex streams for packed varyingsNicolai Hähnle2016-12-121-2/+12
* glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri2016-10-241-2/+2
* glsl: Replace assert with unreachableIan Romanick2016-10-171-1/+2
* glsl: print non-zero bindings of variablesNicolai Hähnle2016-10-171-2/+6
* glsl: dump explicit location when printing IRNicolai Hähnle2016-10-121-3/+7
* glsl: Just access the ir_expression_operation strings table directlyIan Romanick2016-08-301-1/+1
* glsl: fix unreachable() typoEric Engestrom2016-08-301-1/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-1/+1
* glsl: Print "precise" on ir_variable nodes.Kenneth Graunke2016-04-031-2/+3
* glsl: move to compiler/Emil Velikov2016-01-261-0/+604