| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |