summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_block_active_visitor.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09glsl: Make accessor functions for ir_variable::interface_type.Paul Berry1-6/+6
In a future patch, this will allow us to enforce invariants when the interface type is updated. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2013-01-25glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick1-0/+162
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>