From dd3390e12fa8c8fa127013a9fc7c83069747aad2 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 8 May 2016 22:44:04 +0200 Subject: glsl: rename lower_clip_distance to lower_distance. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just renames the file in anticipation of adding cull lowering, and renames the internals. Signed-off-by: Tobias Klausmann Signed-off-by: Dave Airlie Reviewed-by: Edward O'Callaghan Reviewed-by: Kristian Høgsberg --- src/compiler/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/Makefile.sources') diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 66fbd84c0b1..97f9eb4f1f3 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -77,10 +77,10 @@ LIBGLSL_FILES = \ glsl/loop_unroll.cpp \ glsl/lower_buffer_access.cpp \ glsl/lower_buffer_access.h \ - glsl/lower_clip_distance.cpp \ glsl/lower_const_arrays_to_uniforms.cpp \ glsl/lower_discard.cpp \ glsl/lower_discard_flow.cpp \ + glsl/lower_distance.cpp \ glsl/lower_if_to_cond_assign.cpp \ glsl/lower_instructions.cpp \ glsl/lower_jumps.cpp \ -- cgit v1.2.3