summaryrefslogtreecommitdiff
path: root/src/glsl/lower_named_interface_blocks.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-24glsl: mark variables produced by lower_named_interface_blocks.Paul Berry1-0/+2
2013-10-24glsl: Keep track of centroid/interpolation mode for interface block members.Paul Berry1-0/+3
2013-10-24glsl: set explicit_location correctly in lower_named_interface_blocks.Paul Berry1-0/+1
2013-10-09glsl: Make accessor functions for ir_variable::interface_type.Paul Berry1-3/+3
2013-10-08glsl: Keep track of location for interface block fields.Paul Berry1-0/+1
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-07-25glsl: don't rename variables in interface block arrays.Paul Berry1-6/+2
2013-07-15glsl: Fix lower_named_interface_blocks to account for dereferences of consts.Paul Berry1-0/+2
2013-06-06glsl linker: Initialize member variable interface_namespace.Vinson Lee1-1/+2
2013-05-23glsl linker: support arrays of interface block instancesJordan Justen1-11/+50
2013-05-23glsl linker: remove interface block instance namesJordan Justen1-0/+199