Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: fix usage of potentially undefined data_end union | Alexander von Gluck | 2011-12-30 | 1 | -1/+1 |
| | | | | | Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | linker: Remove erroneous multiply by 4 in uniform usage calculation | Ian Romanick | 2011-11-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | The old count_uniform_size::num_shader_uniforms was actually calculating the number of components used. Multiplying by 4 when setting gl_shader::num_uniform_components caused us to count 4x as many uniform components as were actually used. Signed-off-by: Ian Romanick <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42930 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42966 Acked-by: Marek Olšák <[email protected]> Tested-by: Vinson Lee <[email protected]> Tested-by: Pavel Ondračka <[email protected]> Reviewed-and-tested-by: Kenneth Graunke <[email protected]> | ||||
* | linker: Count the number of uniform components used by a shader during linking | Ian Romanick | 2011-11-14 | 1 | -2/+17 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | linker: Count the number of samplers used by a shader during linking | Ian Romanick | 2011-11-14 | 1 | -1/+28 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | linker: Track uniform locations to new tracking structures | Ian Romanick | 2011-11-07 | 1 | -0/+95 |
| | | | | | | | This is just the infrastructure and the code. It's not used yet. Signed-off-by: Ian Romanick <[email protected]> Tested-by: Tom Stellard <[email protected]> | ||||
* | linker: Add helper class for parcelling out backing storage to uniforms | Ian Romanick | 2011-11-07 | 1 | -0/+86 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Tested-by: Tom Stellard <[email protected]> | ||||
* | linker: Add helper class for determining uniform usage | Ian Romanick | 2011-11-07 | 1 | -0/+68 |
| | | | | | | | | | | v2: Remane class count_uniform_size based on feedback from Eric: "Maybe just "count_uniform_size"? "usage" makes me think "way it's dereferenced" or something." Signed-off-by: Ian Romanick <[email protected]> Tested-by: Tom Stellard <[email protected]> | ||||
* | linker: Add uniform_field_visitor class to process leaf fields of a uniform | Ian Romanick | 2011-10-25 | 1 | -0/+85 |
Signed-off-by: Ian Romanick <[email protected]> Signed-off-by: Kenneth Graunke <[email protected]> |