summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_named_interface_blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: mark variables produced by lower_named_interface_blocks.Paul Berry2013-10-241-0/+2
* glsl: Keep track of centroid/interpolation mode for interface block members.Paul Berry2013-10-241-0/+3
* glsl: set explicit_location correctly in lower_named_interface_blocks.Paul Berry2013-10-241-0/+1
* glsl: Make accessor functions for ir_variable::interface_type.Paul Berry2013-10-091-3/+3
* glsl: Keep track of location for interface block fields.Paul Berry2013-10-081-0/+1
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: don't rename variables in interface block arrays.Paul Berry2013-07-251-6/+2
* glsl: Fix lower_named_interface_blocks to account for dereferences of consts.Paul Berry2013-07-151-0/+2
* glsl linker: Initialize member variable interface_namespace.Vinson Lee2013-06-061-1/+2
* glsl linker: support arrays of interface block instancesJordan Justen2013-05-231-11/+50
* glsl linker: remove interface block instance namesJordan Justen2013-05-231-0/+199