radeonsi: always compile shaders on demand
authorMarek Olšák <marek.olsak@amd.com>
Tue, 30 Sep 2014 14:25:18 +0000 (16:25 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 4 Oct 2014 13:16:14 +0000 (15:16 +0200)
commit54de7099115502c561f5f51095e08dc0a52c71b7
treeb1cfd3f02f00bf12f88ca6ec98227774fee9c50e
parent6c9f61c97e4d06afc5d86e50a83d22d60c35834a
radeonsi: always compile shaders on demand

The first compiled shader is sometimes useless, because the key doesn't match
the key for the draw call where it's used.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/radeonsi/si_state.c