i965/fs: Stop copying the program key.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 14 May 2014 08:32:54 +0000 (01:32 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 May 2014 06:35:20 +0000 (23:35 -0700)
commit8b994d0f3bb4249fc33a9fe1a6fcad1755fbba20
tree87d6715f7de7972bf68b6243c3101fb0ee49e4f6
parentcca6dc9f0fd43db366730d67baae1affdca8c6de
i965/fs: Stop copying the program key.

We already have a perfectly good copy of the program key, and nobody is
going to modify it.  The only reason we copied it was because the
brw_wm_compile structure embedded the key rather than pointing to it.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_wm.c