summaryrefslogtreecommitdiff
path: root/src/glsl/linker.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-23glsl: Set initial values for uniforms in the linkerIan Romanick1-0/+3
2012-02-28ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke1-1/+1
2011-11-07linker: Track uniform locations to new tracking structuresIan Romanick1-0/+3
2011-11-07linker: Make invalidate_variable_locations available outside the compilation ...Ian Romanick1-0/+4
2011-10-25linker: Add uniform_field_visitor class to process leaf fields of a uniformIan Romanick1-0/+43
2011-08-02linker: Make linker_{error,warning} generally availableIan Romanick1-3/+0
2011-08-02linker: Make linker_error set LinkStatus to falseIan Romanick1-1/+1
2010-07-19linker: First bits of intrastage, intershader function linkingIan Romanick1-0/+35