summaryrefslogtreecommitdiff
path: root/src/glsl/lower_ubo_reference.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-09glsl: Make accessor functions for ir_variable::interface_type.Paul Berry1-1/+2
2013-03-29glsl: Generated masked write instead of vector array index for UBO loweringIan Romanick1-7/+3
2013-01-25glsl: Lower UBO references using link-time data instead of compile-time dataIan Romanick1-3/+86
2013-01-25glsl: Make the align function available elsewhere in the linkerIan Romanick1-12/+7
2013-01-25glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick1-1/+1
2012-08-07glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt1-0/+313