radeonsi: only use LLVMBuildLoad once when updating color outputs at the end
authorMarek Olšák <marek.olsak@amd.com>
Sun, 27 Dec 2015 16:53:44 +0000 (17:53 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 7 Jan 2016 17:26:06 +0000 (18:26 +0100)
commit677c65968b636793bc5e928615fdd12491066ded
treeea65021dc7b1d9ee1ab0db7cb5328e13fac174cb
parent185267a6fd6f021ed4e5b3647a4d57c3ca6ea86b
radeonsi: only use LLVMBuildLoad once when updating color outputs at the end

without LLVMBuildStore.

So:
- do LLVMBuildLoad
- update the values as necessary
- export

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/radeonsi/si_shader.c