| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Use typed foreach_in_list_safe instead of foreach_list_safe. | Matt Turner | 2014-07-01 | 1 | -2/+2 |
* | glsl: Properly handle blocks that define the same field name. | Iago Toral Quiroga | 2014-04-15 | 1 | -4/+4 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 1 | -4/+4 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -5/+5 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 1 | -2/+2 |
* | glsl: Add ir support for `sample` qualifier; adjust compiler and linker | Chris Forbes | 2013-12-07 | 1 | -0/+1 |
* | glsl: mark variables produced by lower_named_interface_blocks. | Paul Berry | 2013-10-24 | 1 | -0/+2 |
* | glsl: Keep track of centroid/interpolation mode for interface block members. | Paul Berry | 2013-10-24 | 1 | -0/+3 |
* | glsl: set explicit_location correctly in lower_named_interface_blocks. | Paul Berry | 2013-10-24 | 1 | -0/+1 |
* | glsl: Make accessor functions for ir_variable::interface_type. | Paul Berry | 2013-10-09 | 1 | -3/+3 |
* | glsl: Keep track of location for interface block fields. | Paul Berry | 2013-10-08 | 1 | -0/+1 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | glsl: don't rename variables in interface block arrays. | Paul Berry | 2013-07-25 | 1 | -6/+2 |
* | glsl: Fix lower_named_interface_blocks to account for dereferences of consts. | Paul Berry | 2013-07-15 | 1 | -0/+2 |
* | glsl linker: Initialize member variable interface_namespace. | Vinson Lee | 2013-06-06 | 1 | -1/+2 |
* | glsl linker: support arrays of interface block instances | Jordan Justen | 2013-05-23 | 1 | -11/+50 |
* | glsl linker: remove interface block instance names | Jordan Justen | 2013-05-23 | 1 | -0/+199 |