glsl: fix constant expression evaluation for 16-bit types
[mesa.git] / src / compiler / glsl / ir_expression_operation.py
2020-08-05 Marek Olšákglsl: fix constant expression evaluation for 16-bit...
2020-06-30 Dave Airlieglsl: fix constant packing for 64-bit big endian.
2020-06-02 Marek Olšákglsl: handle int16 and uint16 types and add instruction...
2020-04-21 Jason Ekstrandglsl: Hard-code noise to zero in builtin_functions.cpp
2020-03-09 Neil Robertsglsl: Add ir_unop_f2fmp
2020-03-09 Neil Robertsglsl: Add b2f16 and f162b conversion operations
2020-03-09 Neil Robertsglsl: Add IR conversion ops for 16-bit float types
2020-01-23 Ian Romanickglsl: Add new expressions for INTEL_shader_integer_func...
2019-10-12 Neil Robertsglsl: Add opcodes for atan and atan2
2019-08-15 Erik Faye-Lundglsl: fixup u64-warning
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better use iterators
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
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-05 Nicolai Hähnleglsl: add ARB_shader_ballot operations
2017-03-10 Emil Velikovglsl: remove shebang from python scripts
2017-01-31 Francisco Jerezglsl: Fix constant evaluation of the rcp op.
2017-01-20 Dave Airlieglsl: Add 64-bit integer support for constant expressions
2017-01-20 Dave Airlieglsl/ir: Add support for 64-bit integer conversions.
2016-11-10 Ian Romanickglsl: Generate strings that are the enum names without...
2016-09-06 Vinson Leeglsl: Add positional argument specifiers.
2016-08-30 Ian Romanickglsl: Replace most assertions with unreachable()
2016-08-30 Ian Romanickglsl: Refactor handling of horizontal operations
2016-08-30 Ian Romanickglsl: Use constant_template_horizontal instead of const...
2016-08-30 Ian Romanickglsl: Eliminate constant_template2
2016-08-30 Ian Romanickglsl: Eliminate constant_template5
2016-08-30 Ian Romanickglsl: Eliminate constant_template0
2016-08-30 Ian Romanickglsl: Eliminate one of the templates for simpler operations
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_csel expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_lrp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_vector expre...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_bitfield_ins...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_vector_insert...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_vector_extrac...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_mul expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_fma and ir_tr...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_dot expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_lshift and...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_ldexp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant unary expressions...
2016-08-30 Ian Romanickglsl: Generate code for some constant binary expression...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Generate code for constant expressions that have...
2016-08-30 Ian Romanickglsl: Generate code for constant binary expressions...
2016-08-30 Ian Romanickglsl: Generate code for constant binary expressions...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Begin generating code for the most basic constant...
2016-08-30 Ian Romanickglsl: Convert tuple into a class
2016-08-30 Ian Romanickglsl: Delete spurious comment about mod not taking...
2016-08-30 Ian Romanickglsl: Delete spurious comment about updating ir_express...
2016-08-30 Ian Romanickglsl: Do not generate comments or extra whitespace...
2016-08-30 Ian Romanickglsl: Just access the ir_expression_operation strings...
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation_strings.h from...
2016-08-30 Ian Romanickglsl: Generate the ir_last_* values
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python