commit | 013313cf895e4d47b2631d5f4dd32fcbce2b0a17 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Mon Oct 23 11:10:47 2017 +1100 |
committer | Timothy Arceri <tarceri@itsqueeze.com> | Tue Oct 24 09:27:40 2017 +1100 |
tree | 039a88ec86f6d836f63b338a3f432bfe924441df | |
parent | 069211f205e0f62b3cdae94608b63b253f37799e [diff] |
radv: clone meta shaders before linking The IR is reused in different pipeline combinations so we need to clone it to avoid link time optimistaions messing up the original copy. Fixes: 06f05040eb73 (radv: Link shaders) Reviewed-by: Dave Airlie <airlied@redhat.com>