summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-02-28 19:08:22 -0800
committerJason Ekstrand <[email protected]>2017-03-01 16:14:03 -0800
commit818bfdfa1569d271639548b94816d7e749e77bde (patch)
treeeb531436b5c8441d0410c49957935d1ae0fffd37 /src/mesa/drivers/dri/i965/Makefile.sources
parent7ac47b1af767d873b4e463ab479ac0effb49211c (diff)
i965: Delete brw_do_cubemap_normalize
This hasn't been used for quite some time now but we never bothered to get rid of it when we dropped GLSL IR support for vec4. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 1dd109b83ea..4711be07b49 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -111,7 +111,6 @@ i965_FILES = \
brw_context.h \
brw_cs.c \
brw_cs.h \
- brw_cubemap_normalize.cpp \
brw_curbe.c \
brw_draw.c \
brw_draw.h \