Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linker: Remove erroneous multiply by 4 in uniform usage calculation | Ian Romanick | 2011-11-22 | 1 | -5/+5 |
* | linker: Count the number of uniform components used by a shader during linking | Ian Romanick | 2011-11-14 | 1 | -2/+17 |
* | linker: Count the number of samplers used by a shader during linking | Ian Romanick | 2011-11-14 | 1 | -1/+28 |
* | linker: Track uniform locations to new tracking structures | Ian Romanick | 2011-11-07 | 1 | -0/+95 |
* | linker: Add helper class for parcelling out backing storage to uniforms | Ian Romanick | 2011-11-07 | 1 | -0/+86 |
* | linker: Add helper class for determining uniform usage | Ian Romanick | 2011-11-07 | 1 | -0/+68 |
* | linker: Add uniform_field_visitor class to process leaf fields of a uniform | Ian Romanick | 2011-10-25 | 1 | -0/+85 |