aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_builder_print_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* util: use standard name for snprintf()Eric Engestrom2019-07-191-3/+2
* glsl/standalone: exit on unsupported texture functionsSergii Romantsov2019-07-031-1/+14
* 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-3/+4
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-2/+0
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-4/+4
* glsl: Fix indent in dump codeElie Tournier2017-06-201-7/+7
* glsl: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-1/+0
* glsl/standalone: Enable ARB_gpu_shader_int64Ian Romanick2017-01-201-3/+14
* glsl: define __STDC_FORMAT_MACROS to get PRIx64 macroBrian Paul2016-11-111-0/+1
* glsl: include inttypes.h for PRIx64 macroBrian Paul2016-11-101-0/+1
* glsl: Add a C++ code generator that uses ir_builder to rebuild a programIan Romanick2016-11-101-0/+756