summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-05-08 22:44:04 +0200
committerDave Airlie <airlied@redhat.com>2016-05-14 08:27:40 +1000
commitdd3390e12fa8c8fa127013a9fc7c83069747aad2 (patch)
tree5fd053f25da87a102cd83a08dee318c76bab12aa /src/compiler/Makefile.sources
parenteb18fea707fd7859e712ee7279e9acc68e177ceb (diff)
downloadexternal_mesa3d-dd3390e12fa8c8fa127013a9fc7c83069747aad2.zip
external_mesa3d-dd3390e12fa8c8fa127013a9fc7c83069747aad2.tar.gz
external_mesa3d-dd3390e12fa8c8fa127013a9fc7c83069747aad2.tar.bz2
glsl: rename lower_clip_distance to lower_distance.
This just renames the file in anticipation of adding cull lowering, and renames the internals. Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de> Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 66fbd84..97f9eb4 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 \