| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Make ir_variable::max_ifc_array_access private | Ian Romanick | 2014-09-30 | 1 | -3/+11 |
* | glsl/linker: pass through the is_intrinsic flag | Connor Abbott | 2014-08-21 | 1 | -0/+2 |
* | glsl: Make it possible to ignore built-ins when matching signatures. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | glsl: Replace uses of foreach_list_const. | Matt Turner | 2014-07-01 | 1 | -5/+2 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 1 | -4/+6 |
* | glsl: Basic support for built-in intrinsics. | Francisco Jerez | 2013-10-29 | 1 | -6/+10 |
* | glsl: Update call_link_visitor to update max_ifc_array_access. | Paul Berry | 2013-10-09 | 1 | -12/+25 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+3 |
* | glsl: Pass _mesa_glsl_parse_state into matching_signature and such. | Kenneth Graunke | 2013-09-09 | 1 | -2/+3 |
* | glsl: Convert ir_function_signature::is_builtin to a method. | Kenneth Graunke | 2013-09-09 | 1 | -2/+2 |
* | glsl: propagate max_array_access through function calls | Dominik Behr | 2013-09-05 | 1 | -0/+32 |
* | glsl: Remove ir_call::get_callee() and set_callee(). | Kenneth Graunke | 2012-04-02 | 1 | -3/+3 |
* | glsl: When linking, emit functions at the tail of the final linked program. | Paul Berry | 2011-08-08 | 1 | -2/+4 |
* | linker: Make linker_error set LinkStatus to false | Ian Romanick | 2011-08-02 | 1 | -2/+2 |
* | linker: Only over-ride built-ins when a prototype has been seen | Ian Romanick | 2011-07-17 | 1 | -5/+17 |
* | linker: Add imported functions to the linked IR | Ian Romanick | 2011-03-08 | 1 | -1/+7 |
* | Use C-style system headers in C++ code to avoid issues with std:: namespace | Ian Romanick | 2011-02-21 | 1 | -4/+0 |
* | linker: Propagate max_array_access while linking functions | Ian Romanick | 2011-01-25 | 1 | -0/+12 |
* | glsl, i965: Remove unnecessary talloc includes. | Kenneth Graunke | 2011-01-21 | 1 | -4/+0 |
* | glsl: Make the symbol table's add_variable just use the variable's name. | Eric Anholt | 2010-11-29 | 1 | -1/+1 |
* | linker: Require an exact matching signature when looking for prototypes. | Kenneth Graunke | 2010-08-30 | 1 | -1/+1 |
* | glsl: Include main/core.h. | Chia-I Wu | 2010-08-24 | 1 | -1/+1 |
* | glsl2: Make the clone() method take a talloc context. | Eric Anholt | 2010-08-04 | 1 | -3/+3 |
* | glsl2: Give the path within src/mesa/ for headers instead of relying on -I. | Aras Pranckevicius | 2010-08-02 | 1 | -1/+1 |
* | glsl2: Update the callee pointer of calls to newly-linked-in functions. | Eric Anholt | 2010-07-30 | 1 | -0/+2 |
* | linker: Recursively resolve function calls in imported functions | Ian Romanick | 2010-07-19 | 1 | -3/+46 |
* | linker: look up function signatures during linking instead of using callee | Ian Romanick | 2010-07-19 | 1 | -24/+59 |
* | linker: Pull find_matching_signature out of call_link_visitor | Ian Romanick | 2010-07-19 | 1 | -21/+27 |
* | linker: First bits of intrastage, intershader function linking | Ian Romanick | 2010-07-19 | 1 | -0/+176 |