glsl: fix crashes on out of bound matrix access using constant index
[mesa.git] / src / compiler / glsl / ir_constant_expression.cpp
2020-08-18 Marcin Ślusarzglsl: fix crashes on out of bound matrix access using...
2020-08-05 Marek Olšákglsl: fix constant expression evaluation for 16-bit...
2020-07-08 Marek Olšákglsl: fix evaluating float16 constant expression matrices
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-05-26 Alyssa Rosenzweigglsl: Use SATURATE
2020-05-22 Ian Romanickglsl: Remove integer matrix support from ir_dereference...
2020-04-21 Jason Ekstrandglsl: Hard-code noise to zero in builtin_functions.cpp
2020-03-09 Kristian H. Kristensenglsl: Expand fp16 to float before constant expression...
2020-03-09 Neil Robertsglsl: Add support for float16 types in the IR tree
2020-01-23 Ian Romanickglsl: Add new expressions for INTEL_shader_integer_func...
2019-09-25 Eric Engestromglsl: turn runtime asserts of compile-time value into...
2019-09-25 Erik Faye-Lundglsl: correct bitcast-helpers
2019-06-19 Jason Ekstrandglsl/types: Rename is_integer to is_integer_32
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-15 Danylo Piliaievglsl: Avoid calling get_array_element for scalar constants
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-09-19 Ian Romanickglsl: Silence unused parameter warnings
2017-08-18 Ilia Mirkinglsl: add a few missing int64 constant propagation...
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
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-01-20 Dave Airlieglsl: Add 64-bit integer support for constant expressions
2016-09-12 Thomas Hellandglsl: Convert constant_expression to the util hash...
2016-08-30 Ian Romanickglsl: Use the generated constant expression code
2016-08-30 Ian Romanickglsl: Compact a bunch of things onto one line
2016-08-30 Ian Romanickglsl: Sort constant expression handling by IR operand...
2016-08-30 Ian Romanickglsl: Trivial whitespace and punctuation changes
2016-08-30 Ian Romanickglsl: Sort GLSL type enums in switch-statements in...
2016-08-30 Ian Romanickglsl: Always use correct float types in constant expres...
2016-08-30 Ian Romanickglsl: Extract ir_quadop_bitfield_insert implementation...
2016-08-30 Ian Romanickglsl: Extract ir_triop_bitfield_extract implementation...
2016-08-30 Ian Romanickglsl: Extract ir_binop_ldexp implementation to a separa...
2016-08-30 Ian Romanickglsl: Use find_msb_uint to implement ir_unop_find_lsb
2016-08-30 Ian Romanickglsl: Extract ir_unop_find_msb implementation to a...
2016-08-30 Ian Romanickglsl: Extract ir_unop_bitfield_reverse implementation...
2016-08-30 Ian Romanickglsl: Use _mesa_bitcount to implement constant ir_unop_...
2016-08-17 Ian Romanickglsl: Add missing ir_quadop_vector constant evaluation...
2016-08-17 Ian Romanickglsl: Fix typo in ir_unop_f2u implementation
2016-08-17 Ian Romanickglsl: Fix typo in ir_unop_b2i implementation
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: Avoid aliasing violations.
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-06-10 Dave Airlieglsl/ir: remove TABs in ir_constant_expression.cpp
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/