summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/ir_print_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03glsl: always print non-zero var->data.location_fracNicolai Hähnle1-1/+1
2017-06-01glsl: fix a crash in ir_print_visitor() for bindless samplers/imagesSamuel Pitoiset1-1/+5
2017-05-12glsl: include image qualifiers when printing IRNicolai Hähnle1-3/+17
2017-05-06glsl: process bindless/bound layout qualifiersSamuel Pitoiset1-3/+5
2017-04-21glsl: make use of glsl_type::is_record()Samuel Pitoiset1-2/+1
2017-04-21glsl: make use of glsl_type::is_array()Samuel Pitoiset1-1/+1
2017-01-27glsl: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov1-1/+0
2017-01-24glsl: fix compile errors with mingw due to missing PRIx64 definitionsRoland Scheidegger1-0/+2
2017-01-20glsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 valuesIan Romanick1-0/+2
2016-12-12treewide: s/comparitor/comparator/Ilia Mirkin1-2/+2
2016-12-12glsl: remember per-component vertex streams for packed varyingsNicolai Hähnle1-2/+12
2016-10-24glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri1-2/+2
2016-10-17glsl: Replace assert with unreachableIan Romanick1-1/+2
2016-10-17glsl: print non-zero bindings of variablesNicolai Hähnle1-2/+6
2016-10-12glsl: dump explicit location when printing IRNicolai Hähnle1-3/+7
2016-08-30glsl: Just access the ir_expression_operation strings table directlyIan Romanick1-1/+1
2016-08-30glsl: fix unreachable() typoEric Engestrom1-1/+1
2016-07-17compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke1-1/+1
2016-04-03glsl: Print "precise" on ir_variable nodes.Kenneth Graunke1-2/+3
2016-01-26glsl: move to compiler/Emil Velikov1-0/+604