summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-3/+3
* glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.Kenneth Graunke2012-04-021-1/+1
* glsl: Add a new matching_signature() variant that returns exact/inexact.Kenneth Graunke2011-11-141-0/+11
* glsl: silence warning about trailing comma in enum listBrian Paul2011-08-081-1/+1
* glsl: Remove duplicate commentChad Versace2011-08-011-8/+0
* glsl: Clarify ir_function::matching_sigature()Chad Versace2011-07-301-20/+33
* glsl: Remove ir_function.cpp:type_compare()Chad Versace2011-07-301-61/+0
* glsl: Fix implicit conversions in non-constructor function callsChad Versace2011-07-301-17/+29
* glsl: Reject ambiguous function calls (multiple inexact matches).Kenneth Graunke2011-07-111-6/+27
* glsl: Suppress warning from matching_signature change.Eric Anholt2011-07-061-1/+1
* glsl: Find the "closest" signature when there are multiple matches.Kenneth Graunke2011-06-291-4/+5
* glsl: Introduce a new "const_in" variable mode.Kenneth Graunke2011-01-311-0/+1
* glsl: Remove GLSL_TYPE_FUNCTION define.Kenneth Graunke2010-11-151-1/+0
* glsl: Silence uninitialized variable warning.Vinson Lee2010-08-211-0/+3
* glsl2: Fix spelling of "sentinel."Eric Anholt2010-07-291-5/+5
* glsl2: Add and use new variable mode ir_var_temporaryIan Romanick2010-07-201-0/+1
* glsl2: Explicitly walk lists in ir_function::parameter_lists_matchIan Romanick2010-07-191-23/+21
* ir_function: Make matching_signature not return constIan Romanick2010-07-121-1/+1
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+225