glsl: replace conditional compilation with MAYBE_UNUSED
[mesa.git] / src / compiler / glsl / ir_validate.cpp
2017-09-19 Eric Engestromglsl: replace conditional compilation with MAYBE_UNUSED
2017-09-13 Eric Engestromglsl: compile unused function out
2017-08-21 Matt Turnerglsl: Mark functions static
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-05-06 Samuel Pitoisetglsl: add ARB_bindless_texture operations
2017-04-28 Nicolai Hähnleglsl: remove the shader_group_vote and shader_ballot...
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_float()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_double()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_boolean()
2017-04-05 Nicolai Hähnleglsl: add ARB_shader_ballot operations
2017-01-20 Ian Romanickglsl: Allow GLSL_TYPE_INT64 for ir_unop_abs and ir_unop...
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to some operations.
2017-01-20 Dave Airlieglsl/ir: Add support for 64-bit integer conversions.
2016-08-17 Ian Romanickglsl: Don't support integer types for operations that...
2016-08-17 Ian Romanickglsl: Don't support ir_unop_abs or ir_unop_sign for...
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-01-26 Emil Velikovglsl: move to compiler/