| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Rename uniform_field_visitor to program_resource_visitor. | Paul Berry | 2013-02-04 | 1 | -16/+17 |
* | glsl: Add link_uniform_blocks to calculate all UBO data at link-time | Ian Romanick | 2013-01-25 | 1 | -0/+7 |
* | glsl: Add new uniform_field_visitor::process variant | Ian Romanick | 2013-01-25 | 1 | -0/+17 |
* | glsl: Add new uniform_field_visitor::visit_field variant | Ian Romanick | 2013-01-25 | 1 | -0/+10 |
* | glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter | Ian Romanick | 2013-01-25 | 1 | -1/+3 |
* | glsl: Modify uniform_field_visitor::recursion to take a row_major parameter | Ian Romanick | 2013-01-25 | 1 | -1/+8 |
* | linker: Refactor intra-stage block compatabililty testing | Ian Romanick | 2013-01-25 | 1 | -0/+4 |
* | glsl: Separate varying linking code to its own file. | Paul Berry | 2013-01-08 | 1 | -0/+9 |
* | glsl: Assign locations for uniforms in UBOs using the std140 rules. | Eric Anholt | 2012-07-20 | 1 | -0/+3 |
* | glsl: Merge the lists of uniform blocks into the linked shader program. | Eric Anholt | 2012-07-20 | 1 | -0/+6 |
* | glsl: Set initial values for uniforms in the linker | Ian Romanick | 2012-05-23 | 1 | -0/+3 |
* | ralloc: Make rewrite_tail increase "start" by the new text's length. | Kenneth Graunke | 2012-02-28 | 1 | -1/+1 |
* | linker: Track uniform locations to new tracking structures | Ian Romanick | 2011-11-07 | 1 | -0/+3 |
* | linker: Make invalidate_variable_locations available outside the compilation ... | Ian Romanick | 2011-11-07 | 1 | -0/+4 |
* | linker: Add uniform_field_visitor class to process leaf fields of a uniform | Ian Romanick | 2011-10-25 | 1 | -0/+43 |
* | linker: Make linker_{error,warning} generally available | Ian Romanick | 2011-08-02 | 1 | -3/+0 |
* | linker: Make linker_error set LinkStatus to false | Ian Romanick | 2011-08-02 | 1 | -1/+1 |
* | linker: First bits of intrastage, intershader function linking | Ian Romanick | 2010-07-19 | 1 | -0/+35 |