nir/vtn: Use return type rather than image type for tex ops
[mesa.git] / src / compiler / glsl / lower_instructions.cpp
2020-03-09 Kristian H. Kristensenglsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
2020-03-09 Hyunjun Koglsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
2020-03-09 Neil Robertsglsl/lower_instructions: Use float16 constants when...
2019-06-19 Jason Ekstrandglsl/types: Rename is_integer to is_integer_32
2019-03-04 Sagar Ghugeglsl: [u/i]mulExtended optimization for GLSL
2017-10-02 Ian Romanickglsl: Don't pass NULL to ir_assignment constructor...
2017-09-29 Nicolai Hähnleglsl/lower_instruction: handle denorms and overflow...
2017-08-18 Timothy Arceriglsl: set old ldexp operand to NULL when lowering
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-03-22 Samuel Pitoisetglsl: lower sqrt(abs()) and inversesqrt(abs()) if requested
2017-01-23 Nicolai Hähnleglsl: split DIV_TO_MUL_RCP into single- and double...
2016-12-06 Roland Scheideggerglsl: (trivial) fix type typo
2016-12-06 Roland Scheideggerglsl: fix ldexp lowering if bitfield insert lowering...
2016-10-04 Ian Romanickglsl: Don't emit ir_binop_carry during ir_binop_imul_hi...
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_bin_imul_high
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_find_msb
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_find_lsb
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_bitfield_reverse
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_quadop_bitfield_insert
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_triop_bitfield_extract
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_bit_count
2016-04-18 Matt Turnerglsl: Properly handle ldexp(0.0f, non-zero-exp).
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/