st/mesa: Skip serializing driver_cache_blob if it exists
authorJordan Justen <jordan.l.justen@intel.com>
Thu, 19 Apr 2018 23:14:28 +0000 (16:14 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Tue, 10 Jul 2018 06:02:32 +0000 (23:02 -0700)
commitc510dd22a907cf1f2d4ab5d7378a0f82558823d0
treee9443786101ebd09e2103a27ea5a6d665f08fa3a
parent2a55553be3336d5bc969a7569cccbfab85671153
st/mesa: Skip serializing driver_cache_blob if it exists

Previously the mesa core code would not call to serialize the
driver_cache_blob if it existed. We will update it to always call to
serialize the driver_cache_blob meaning we should avoid re-serializing
it under mesa/state_tracker.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/state_tracker/st_shader_cache.c