index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add ir_var_shader_storage
Kristian Høgsberg
2015-07-14
1
-0
/
+1
*
glsl: handle conversions to double when comparing param matches
Ilia Mirkin
2015-06-18
1
-3
/
+5
*
glsl: Check realloc return value in ir_function::matching_signature()
Juha-Pekka Heikkila
2014-09-23
1
-2
/
+9
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-3
/
+7
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-6
/
+2
*
glsl: Implement overload resolution for ARB_gpu_shader5
Chris Forbes
2014-06-04
1
-0
/
+71
*
glsl: Add support for comparing function parameter conversions
Chris Forbes
2014-06-04
1
-3
/
+79
*
glsl: Build a list of inexact function matches
Chris Forbes
2014-06-04
1
-11
/
+32
*
glsl: Pass parse state to can_implicitly_convert_to()
Chris Forbes
2014-06-04
1
-2
/
+2
*
glsl: Pass parse state to parameter_lists_match()
Chris Forbes
2014-06-04
1
-2
/
+3
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-6
/
+4
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: Skip unavailable built-ins when matching signatures.
Kenneth Graunke
2013-09-09
1
-0
/
+8
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-4
/
+7
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-3
/
+3
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Add a new matching_signature() variant that returns exact/inexact.
Kenneth Graunke
2011-11-14
1
-0
/
+11
*
glsl: silence warning about trailing comma in enum list
Brian Paul
2011-08-08
1
-1
/
+1
*
glsl: Remove duplicate comment
Chad Versace
2011-08-01
1
-8
/
+0
*
glsl: Clarify ir_function::matching_sigature()
Chad Versace
2011-07-30
1
-20
/
+33
*
glsl: Remove ir_function.cpp:type_compare()
Chad Versace
2011-07-30
1
-61
/
+0
*
glsl: Fix implicit conversions in non-constructor function calls
Chad Versace
2011-07-30
1
-17
/
+29
*
glsl: Reject ambiguous function calls (multiple inexact matches).
Kenneth Graunke
2011-07-11
1
-6
/
+27
*
glsl: Suppress warning from matching_signature change.
Eric Anholt
2011-07-06
1
-1
/
+1
*
glsl: Find the "closest" signature when there are multiple matches.
Kenneth Graunke
2011-06-29
1
-4
/
+5
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+1
*
glsl: Remove GLSL_TYPE_FUNCTION define.
Kenneth Graunke
2010-11-15
1
-1
/
+0
*
glsl: Silence uninitialized variable warning.
Vinson Lee
2010-08-21
1
-0
/
+3
*
glsl2: Fix spelling of "sentinel."
Eric Anholt
2010-07-29
1
-5
/
+5
*
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
1
-0
/
+1
*
glsl2: Explicitly walk lists in ir_function::parameter_lists_match
Ian Romanick
2010-07-19
1
-23
/
+21
*
ir_function: Make matching_signature not return const
Ian Romanick
2010-07-12
1
-1
/
+1
*
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
2010-06-24
1
-0
/
+225