summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-07-07 16:44:58 -0700
committerKristian Høgsberg <krh@bitplanet.net>2014-08-15 11:25:47 -0700
commit2f28a0dc23165123cf1e8b5942acad37878edd8a (patch)
treefc2ea0cff3565c17b768fa499bdc4991082cf9b0 /src/mesa/drivers/dri/i965/Makefile.sources
parentf9dc7aabb3273d6d8a54c6778a5695a8527f4454 (diff)
downloadexternal_mesa3d-2f28a0dc23165123cf1e8b5942acad37878edd8a.zip
external_mesa3d-2f28a0dc23165123cf1e8b5942acad37878edd8a.tar.gz
external_mesa3d-2f28a0dc23165123cf1e8b5942acad37878edd8a.tar.bz2
i965: Implement fast color clears using meta operations
This patch uses the infrastructure put in place by previous patches to implement fast color clears and replicated color clears in terms of meta operations. This works all the way back to gen7 where fast clear was introduced and adds support for fast clear on gen8. It replaces the blorp path completely and improves on a few cases. Layered clears are now done using instanced rendering and multiple render-target clears use a MRT shader with rep16 writes. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Acked-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.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 3fb647b..00232a4 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -28,7 +28,6 @@ i965_FILES = \
brw_blorp.cpp \
brw_blorp_blit.cpp \
brw_blorp_blit_eu.cpp \
- brw_blorp_clear.cpp \
brw_cc.c \
brw_cfg.cpp \
brw_clear.c \
@@ -76,6 +75,7 @@ i965_FILES = \
brw_meta_updownsample.c \
brw_meta_stencil_blit.c \
brw_meta_util.c \
+ brw_meta_fast_clear.c \
brw_misc_state.c \
brw_object_purgeable.c \
brw_performance_monitor.c \