glsl: print precision qualifiers in IR dumps
[mesa.git] / src / compiler / glsl / ir_print_visitor.cpp
2020-07-08 Marek Olšákglsl: print precision qualifiers in IR dumps
2020-07-08 Marek Olšákglsl: make print_type non-static for debugging
2020-06-02 Marek Olšákglsl: handle int16 and uint16 types and add instruction...
2020-03-09 Neil Robertsglsl: Add support for float16 types in the IR tree
2020-01-29 Samuel Pitoisetcompiler: add a new explicit interpolation mode
2019-09-30 Caio Marcelo de... glsl: Add ir_demote
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-03-22 Danylo Piliaievglsl: Cross validate variable's invariance by explicit...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-08-02 Andres Gomezglsl: use util_snprintf()
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-07-03 Nicolai Hähnleglsl: always print non-zero var->data.location_frac
2017-06-01 Samuel Pitoisetglsl: fix a crash in ir_print_visitor() for bindless...
2017-05-12 Nicolai Hähnleglsl: include image qualifiers when printing IR
2017-05-06 Samuel Pitoisetglsl: process bindless/bound layout qualifiers
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_record()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_array()
2017-01-27 Emil Velikovglsl: remove explicit __STDC_FORMAT_MACROS define
2017-01-24 Roland Scheideggerglsl: fix compile errors with mingw due to missing...
2017-01-20 Ian Romanickglsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 values
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Nicolai Hähnleglsl: remember per-component vertex streams for packed...
2016-10-24 Timothy Arceriglsl/mesa: remove unused namespace support from the...
2016-10-17 Ian Romanickglsl: Replace assert with unreachable
2016-10-17 Nicolai Hähnleglsl: print non-zero bindings of variables
2016-10-12 Nicolai Hähnleglsl: dump explicit location when printing IR
2016-08-30 Ian Romanickglsl: Just access the ir_expression_operation strings...
2016-08-30 Eric Engestromglsl: fix unreachable() typo
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Kenneth Graunkeglsl: Print "precise" on ir_variable nodes.
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/