summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick2016-10-041-1/+0
* glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick2016-10-041-3/+3
* glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick2016-10-041-0/+1
* glsl: Delete linker stuff relating to built-in functions.Kenneth Graunke2016-09-231-19/+13
* glsl: Change link_functions to use a setThomas Helland2016-09-121-13/+15
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-3/+3
* glsl: pass symbols to find_matching_signature() rather than shaderTimothy Arceri2016-06-301-25/+22
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-241-2/+2
* glsl: move to compiler/Emil Velikov2016-01-261-0/+348