nir: rename nir_lower_tex_projector
authorRob Clark <robclark@freedesktop.org>
Thu, 17 Sep 2015 11:54:35 +0000 (07:54 -0400)
committerRob Clark <robclark@freedesktop.org>
Sat, 19 Sep 2015 01:07:49 +0000 (21:07 -0400)
commitd9b9ff76f17ee36b87b2722fa2a19e1d9f036c26
treefc871dea641b70561d57607a706b6da8dbdfa191
parent06d31dceae611b7d5c11442aa9bf8178067bcb62
nir: rename nir_lower_tex_projector

Since the following patches will add additional tex-lowering related
functionality, which doesn't make sense to split out into a separate
pass (as they would require duplication of the projector lowering
logic), let's give this pass a more generic name.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_tex.c [new file with mode: 0644]
src/glsl/nir/nir_lower_tex_projector.c [deleted file]
src/mesa/drivers/dri/i965/brw_nir.c