[mesa] Fix to GLSL->SPIR-V compilation.

During the compilation process, a temp file is created and destroyed.
The problem is that two compilations can interfere with each other; one
compilation might delete the temp file while it is being used by the
other compilation.

Change-Id: Ia22abf21cbf928191bb3511ddde28f787fa1e001
1 file changed