summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2016-09-30 08:12:12 -0700
committerTapani Pälli <[email protected]>2016-10-10 07:29:31 +0300
commitc64093e7d5da5d652017f57876036088c1ae1451 (patch)
tree12e439b72c736f7938e2005f6d31456ce1e037d9 /src/mesa/main
parentdb5d278541a1bec3e51c2f0cecd2d127abdfc59c (diff)
glsl: optimize copy_propagation_elements pass
Changes make copy_propagation_elements pass faster, reducing link time spent in test case of bug 94477. Does not fix the actual issue but brings down the total time. No regressions seen in CI. v2 (idr): Formatting / whitespace fixes. Embed the acp_ref in the acp_entry. v3 (idr): Delete unused copy constructor. Use while(pop_head) instead of foreach() { remove }. Signed-off-by: Tapani Pälli <[email protected]> Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions