freedreno: Fix data race on making the shader's id.
authorEric Anholt <eric@anholt.net>
Thu, 25 Jul 2019 20:26:01 +0000 (13:26 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 29 Jul 2019 19:50:49 +0000 (12:50 -0700)
commit91986fbbdb467ed2de16767432044ed5e389b189
tree3cfcd497bc85e0dc8687fef088e0f6779632b263
parent6f0521b78cfec6d461e17d293b9c90fc391cc795
freedreno: Fix data race on making the shader's id.

The value is only used for IR3_DBG_DISASM, but it cleans up the
helgrind output.

Reviewed-by: Rob Clark <robdclark@gmail.com>
src/freedreno/ir3/ir3_shader.c