glsl: add new gl_nir_link_glsl() helper
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 23 Dec 2019 00:03:35 +0000 (11:03 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Jan 2020 21:39:16 +0000 (08:39 +1100)
commited325ac4dd5dbe5ea17cec09ed89e4bf903e5a1d
tree0ca2788daffba2aacb3d7cb3f8b1cd2ecb363e21
parent0e60ea1d67b2b1398be44cc8ae2ad069bc5980bd
glsl: add new gl_nir_link_glsl() helper

This will allow us to do some linking in NIR that was previously
done by the GLSL IR linker. To start with this just has calls for
linking atomics.

Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
src/compiler/glsl/gl_nir_linker.c
src/compiler/glsl/gl_nir_linker.h