| commit | 9ca121b60339117d9e63af66096ebc08fa531afb | [log] [tgz] |
|---|---|---|
| author | Josh Gargus <jjosh@google.com> | Mon Aug 21 22:56:36 2023 +0000 |
| committer | Josh Gargus <jjosh@google.com> | Sun Sep 03 21:15:29 2023 +0000 |
| tree | cb1cb421510782e66668ebc63e89cc3efe60b5b4 | |
| parent | 12b3758bbb274632a53df91212f533b2521fb91c [diff] |
[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