summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2014-04-22 22:11:27 +0300
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2014-05-12 17:48:45 +0300
commit3a43cd0c3e611085347f67976a619b915dff07b7 (patch)
tree72faa1f49d1758f554fba9d6db83ca687da0c50d /src/mesa/drivers/dri/i965/Makefile.sources
parent4a92ad553111729dc4b5b02e47477133e7219131 (diff)
downloadexternal_mesa3d-3a43cd0c3e611085347f67976a619b915dff07b7.zip
external_mesa3d-3a43cd0c3e611085347f67976a619b915dff07b7.tar.gz
external_mesa3d-3a43cd0c3e611085347f67976a619b915dff07b7.tar.bz2
i965/blorp: Expose coordinate scissoring and mirroring
Cc: "10.2" <mesa-stable@lists.freedesktop.org> Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 87c73ba..9379fd2 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -76,6 +76,7 @@ i965_FILES = \
brw_lower_texture_gradients.cpp \
brw_lower_unnormalized_offset.cpp \
brw_meta_updownsample.c \
+ brw_meta_util.c \
brw_misc_state.c \
brw_object_purgeable.c \
brw_performance_monitor.c \