blitter: allocate space of cache key

Closed Corentin Noël requested to merge tintou/virglrenderer:tintou/blitter-key-copy into master

The util_hash_table is not keeping an internal copy of the key, as the structure is larger than a pointer, the key we had in memory was not what we thought it was.

Create a copy of the key before storing it.

Merge request reports