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