intel/compiler: rename brw_nir_lower_glsl_images
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 5 Sep 2018 10:34:47 +0000 (12:34 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 5 Sep 2018 15:02:28 +0000 (17:02 +0200)
commit2a6182fe06731b09d89cdd819e887606d683ed2f
tree238dd300f3d425b09fcf96c5323fefa480498488
parent960f6459be7fb8e55efb63af1672fc4171251e5f
intel/compiler: rename brw_nir_lower_glsl_images

To brw_nir_lower_gl_images, as it will be also used on the
ARB_gl_spirv codepath, that doesn't involves GLSL at all. So the
lowering is about images following the OpenGL semantics. In any case
"brw_nir_lower_opengl_images" seemed too long to me, so I just used
gl. That shortening is already used on other parts of the code.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/compiler/brw_nir.h
src/mesa/drivers/dri/i965/brw_nir_uniforms.cpp
src/mesa/drivers/dri/i965/brw_program.c