summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/link_functions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-04glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick1-1/+0
2016-10-04glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick1-3/+3
2016-10-04glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick1-0/+1
2016-09-23glsl: Delete linker stuff relating to built-in functions.Kenneth Graunke1-19/+13
2016-09-12glsl: Change link_functions to use a setThomas Helland1-13/+15
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-3/+3
2016-06-30glsl: pass symbols to find_matching_signature() rather than shaderTimothy Arceri1-25/+22
2016-05-24glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie1-2/+2
2016-01-26glsl: move to compiler/Emil Velikov1-0/+348