glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13
[mesa.git] / src / compiler / glsl / ast_function.cpp
2020-06-23 Marek Olšákglsl,driconf: add allow_glsl_120_subset_in_110 for...
2020-05-27 Timothy Arceriglsl: stop cascading errors if process_parameters(...
2020-04-13 Tapani Pälliglsl: stop processing function parameters if error...
2020-03-24 Neil Robertsglsl: Inline builtins in a separate pass
2019-08-21 Lionel Landwerlinmesa/compiler: rework tear down of builtin/types
2019-07-25 Erik Faye-Lundglsl: report no function instead of empty candidate...
2019-06-10 Caio Marcelo de... glsl: Check order and uniqueness of interlock functions
2019-06-10 Caio Marcelo de... glsl: Make interlock builtins follow same compiler...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-01-14 Danylo Piliaievglsl: Fix copying function's out to temp if dereference...
2019-01-10 Timothy Arceriglsl: Copy function out to temp if we don't directly...
2018-11-02 Erik Faye-Lundglsl: fall back to inexact function-match
2018-08-02 Timothy Arceriglsl: make a copy of array indices that are used to...
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_builtin_const_expression...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-11-20 George Barrettglsl: Catch subscripted calls to undeclared subroutines
2017-11-03 Nicolai Hähnleglsl: allow any l-value of an input variable as interpo...
2017-10-02 Ian Romanickglsl: Don't pass NULL to ir_assignment constructor...
2017-08-21 Matt Turnerglsl: Mark functions static
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-07-27 Timothy Arceriglsl: small builtin inline tidy up
2017-05-06 Samuel Pitoisetglsl: implement ARB_bindless_texture conversions
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images to be used with...
2017-05-06 Samuel Pitoisetglsl: add is_valid_constructor() helper function
2017-05-06 Samuel Pitoisetglsl: add _mesa_glsl_parse_state object to is_lvalue()
2017-05-04 Samuel Pitoisetglsl: rename image_* qualifiers to memory_*
2017-04-24 Timothy Arceriglsl: disable varying packing for varying used by inter...
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-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...
2017-01-20 Dave Airlieglsl/ast: Add 64-bit integer support to conversion...
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2016-11-13 Kenneth Graunkeglsl: Don't crash on function names with invalid identi...
2016-09-23 Kenneth Graunkeglsl: Immediately inline built-ins rather than generati...
2016-09-23 Kenneth Graunkeglsl: Check TCS barrier restrictions at ast_to_hir...
2016-08-05 Andres Gomezglsl: fix indentation, comments and line lengths in...
2016-08-05 Andres Gomezglsl: apply_implicit_conversion is static again
2016-08-05 Andres Gomezglsl: struct constructors/initializers only allow impli...
2016-08-05 Andres Gomezglsl: Refactor implicit conversion into its own helper
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-06-06 Dave Airlieglsl/ast: don't crash when func_name is NULL
2016-05-26 Alejandro Piñeiroglsl: do not raise uninitialized warning with out funct...
2016-05-24 Dave Airlieglsl: reindent line in ast_function.cpp
2016-05-13 Ilia Mirkinglsl: be more strict when validating shader inputs
2016-05-13 Ilia Mirkinglsl: make sure that interpolateAt arguments are variables
2016-05-03 Dave Airlieglsl: subroutine types cannot be used in constructors.
2016-04-26 Jakob Sinclairglsl: removing double semi-colons
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-29 Alejandro Piñeiroglsl: add is_lhs bool on ast_expression
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Iago Toral Quirogaglsl: fix emit_inline_matrix_constructor for doubles
2016-02-19 Iago Toral Quirogaglsl: Mark float constants as such
2016-02-19 Iago Toral Quirogaglsl: fix indentation in emit_inline_matrix_constructor
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-07 Ilia Mirkinglsl: return cloned signature, not the builtin one
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/