vc4: Fix deletion from the program cache.
authorEric Anholt <eric@anholt.net>
Tue, 6 Jan 2015 00:34:58 +0000 (16:34 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 6 Jan 2015 23:41:36 +0000 (15:41 -0800)
commit49b5c901e88810946dcbf1a596fbe79c507c3214
treed60aa00efb5fde213f310567267a87f70e9df7c4
parentb29540397199f05a3f6ca98be75764d8d32015a7
vc4: Fix deletion from the program cache.

They key is, oddly enough, in the key field, not in the data field (which
is the vc4_compiled_shader *).  Fixes regular failures in fp-long-alu.
src/gallium/drivers/vc4/vc4_program.c