index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
ast_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Inline builtins in a separate pass
Neil Roberts
2020-03-24
1
-5
/
+0
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
1
-1
/
+0
*
glsl: report no function instead of empty candidate list
Erik Faye-Lund
2019-07-25
1
-2
/
+17
*
glsl: Check order and uniqueness of interlock functions
Caio Marcelo de Oliveira Filho
2019-06-10
1
-4
/
+27
*
glsl: Make interlock builtins follow same compiler rules as barriers
Caio Marcelo de Oliveira Filho
2019-06-10
1
-5
/
+10
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
glsl: Fix copying function's out to temp if dereferenced by array
Danylo Piliaiev
2019-01-14
1
-24
/
+22
*
glsl: Copy function out to temp if we don't directly ref a variable
Timothy Arceri
2019-01-09
1
-2
/
+3
*
glsl: fall back to inexact function-match
Erik Faye-Lund
2018-11-02
1
-1
/
+6
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-1
/
+2
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+1
*
glsl: Catch subscripted calls to undeclared subroutines
George Barrett
2017-11-20
1
-2
/
+7
*
glsl: allow any l-value of an input variable as interpolant in interpolateAt*
Nicolai Hähnle
2017-11-03
1
-5
/
+14
*
glsl: Don't pass NULL to ir_assignment constructor when not necessary
Ian Romanick
2017-10-02
1
-12
/
+10
*
glsl: Mark functions static
Matt Turner
2017-08-21
1
-5
/
+5
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-6
/
+11
*
glsl: small builtin inline tidy up
Timothy Arceri
2017-07-27
1
-4
/
+4
*
glsl: implement ARB_bindless_texture conversions
Samuel Pitoiset
2017-05-06
1
-7
/
+71
*
glsl: allow bindless samplers/images to be used with constructors
Samuel Pitoiset
2017-05-06
1
-2
/
+14
*
glsl: add is_valid_constructor() helper function
Samuel Pitoiset
2017-05-06
1
-2
/
+8
*
glsl: add _mesa_glsl_parse_state object to is_lvalue()
Samuel Pitoiset
2017-05-06
1
-1
/
+1
*
glsl: rename image_* qualifiers to memory_*
Samuel Pitoiset
2017-05-04
1
-5
/
+5
*
glsl: disable varying packing for varying used by interpolateAt*
Timothy Arceri
2017-04-24
1
-0
/
+2
*
glsl: make use of glsl_type::is_float()
Samuel Pitoiset
2017-04-21
1
-3
/
+2
*
glsl: make use of glsl_type::is_double()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: Move builtin_function related prototypes to a separate file
Ian Romanick
2017-01-20
1
-0
/
+1
*
glsl/ast: Add 64-bit integer support to conversion functions
Dave Airlie
2017-01-20
1
-0
/
+79
*
glsl/ast/ir: Add 64-bit integer constant support
Dave Airlie
2017-01-20
1
-2
/
+7
*
glsl: Don't crash on function names with invalid identifiers.
Kenneth Graunke
2016-11-12
1
-2
/
+4
*
glsl: Immediately inline built-ins rather than generating calls.
Kenneth Graunke
2016-09-23
1
-24
/
+22
*
glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.
Kenneth Graunke
2016-09-23
1
-0
/
+19
*
glsl: fix indentation, comments and line lengths in ast_function.cpp
Andres Gomez
2016-08-05
1
-406
/
+443
*
glsl: apply_implicit_conversion is static again
Andres Gomez
2016-08-05
1
-4
/
+0
*
glsl: struct constructors/initializers only allow implicit conversions
Andres Gomez
2016-08-05
1
-49
/
+55
*
glsl: Refactor implicit conversion into its own helper
Andres Gomez
2016-08-05
1
-80
/
+86
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-10
/
+12
*
glsl/ast: don't crash when func_name is NULL
Dave Airlie
2016-06-06
1
-0
/
+4
*
glsl: do not raise uninitialized warning with out function parameters
Alejandro Piñeiro
2016-05-26
1
-0
/
+28
*
glsl: reindent line in ast_function.cpp
Dave Airlie
2016-05-24
1
-1
/
+1
*
glsl: be more strict when validating shader inputs
Ilia Mirkin
2016-05-13
1
-8
/
+18
*
glsl: make sure that interpolateAt arguments are variables
Ilia Mirkin
2016-05-13
1
-1
/
+1
*
glsl: subroutine types cannot be used in constructors.
Dave Airlie
2016-05-04
1
-0
/
+6
*
glsl: removing double semi-colons
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
glsl: add is_lhs bool on ast_expression
Alejandro Piñeiro
2016-03-29
1
-0
/
+4
*
glsl: fix emit_inline_matrix_constructor for doubles
Iago Toral Quiroga
2016-02-19
1
-6
/
+13
*
glsl: Mark float constants as such
Iago Toral Quiroga
2016-02-19
1
-5
/
+5
*
glsl: fix indentation in emit_inline_matrix_constructor
Iago Toral Quiroga
2016-02-19
1
-75
/
+75
*
glsl: return cloned signature, not the builtin one
Ilia Mirkin
2016-02-07
1
-1
/
+2
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+2098