nir: Add a lowering pass for texture projectors.
authorEric Anholt <eric@anholt.net>
Fri, 27 Mar 2015 21:18:11 +0000 (14:18 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 3 Apr 2015 18:50:24 +0000 (11:50 -0700)
commitea811b7868d4039499dddf53c109cf0b9da98967
tree2cf102219a2a51df09d08376bfca4d5d69e3015f
parent64bdfc698d6d9f543f82141330ae32de286b8417
nir: Add a lowering pass for texture projectors.

Not much hardware wants them these days, and it might give us a chance to
do CSE or algebraic at the NIR level.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_tex_projector.c [new file with mode: 0644]