glsl: make use of glsl_type::is_double()
[mesa.git] / src / compiler / glsl / ast_function.cpp
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/