| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Fix interstage uniform interface block link error detection. | Paul Berry | 2013-11-23 | 1 | -3/+7 |
* | glsl: Linker support for ARB_shader_atomic_counters. | Francisco Jerez | 2013-11-07 | 1 | -0/+8 |
* | glsl: Simplify the interface to link_invalidate_variable_locations | Ian Romanick | 2013-10-22 | 1 | -2/+1 |
* | glsl: Modify interface to link_invalidate_variable_locations | Ian Romanick | 2013-10-22 | 1 | -2/+2 |
* | glsl: Add new overload of program_resource_visitor::visit_field method | Ian Romanick | 2013-08-19 | 1 | -1/+14 |
* | Move count_attribute_slots() out of the linker and into glsl_type. | Paul Berry | 2013-08-01 | 1 | -3/+0 |
* | glsl: Use a consistent technique for tracking link success/failure. | Paul Berry | 2013-07-30 | 1 | -3/+4 |
* | glsl: Add error message for intrastage interface block mismatch. | Paul Berry | 2013-07-30 | 1 | -1/+2 |
* | glsl: Remove bogus check on return value of link_uniform_blocks(). | Paul Berry | 2013-07-30 | 1 | -1/+1 |
* | glsl linker: compare interface blocks during interstage linking | Kenneth Graunke | 2013-05-23 | 1 | -0/+4 |
* | glsl linker: compare interface blocks during intrastage linking | Jordan Justen | 2013-05-23 | 1 | -0/+4 |
* | 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 |