diff options
author | Dave Airlie <[email protected]> | 2014-02-11 09:41:44 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-02-25 13:28:57 +1000 |
commit | 122c3b9486d3dbf8cb6b796c9a25f43817f006d3 (patch) | |
tree | 06adcc7da94ddd3c12568e445768dab569021e5a /src/glsl/Makefile.sources | |
parent | 945d87f95877e198fb2203f47a4ebbccae883978 (diff) |
glsl/i965: move lower_offset_array up to GLSL compiler level.
This lowering pass will be useful for gallium drivers as well, in order to support
the GL TG4 oddity that is textureGatherOffsets.
Reviewed-by: Chris Forbes <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index e69c1ac612b..5945590a57e 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -67,6 +67,7 @@ LIBGLSL_FILES = \ $(GLSL_SRCDIR)/lower_jumps.cpp \ $(GLSL_SRCDIR)/lower_mat_op_to_vec.cpp \ $(GLSL_SRCDIR)/lower_noise.cpp \ + $(GLSL_SRCDIR)/lower_offset_array.cpp \ $(GLSL_SRCDIR)/lower_packed_varyings.cpp \ $(GLSL_SRCDIR)/lower_named_interface_blocks.cpp \ $(GLSL_SRCDIR)/lower_packing_builtins.cpp \ |