83a1bca952
Avoids assert: ../src/compiler/glsl_types.cpp:1134: static const glsl_type *glsl_type::get_array_instance(const glsl_type *, unsigned int, unsigned int): Assertion `glsl_type_users > 0' failed. caused by us trying to compile built-in shaders (ie. clear, gmem<->mem, etc) before clover has initialized glsl_types. But we don't need these shaders for compute-only contexts. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13300>