summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-05-11 19:59:38 -0700
committerJason Ekstrand <[email protected]>2016-05-14 14:18:21 -0700
commit1cfb4bc890b8d6f898e4d43823e7ffe047296251 (patch)
tree2943e8471a2e47141856916b63c913ee1dccf08c /src/mesa/drivers/dri/i965/Makefile.sources
parent64f29070302507e39f50aeeef0472b4d78d2b0cc (diff)
i965: Use blorp for all stencil blits
We used to use a meta path because blorp didn't support 16x MSAA. Now it does, so we don't need the meta paths anymore. Reviewed-by: Topi Pohjolainen <[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 a732b9ee8b3..5938bbbf383 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -137,7 +137,6 @@ i965_FILES = \
brw_lower_texture_gradients.cpp \
brw_lower_unnormalized_offset.cpp \
brw_meta_fast_clear.c \
- brw_meta_stencil_blit.c \
brw_meta_util.c \
brw_meta_util.h \
brw_misc_state.c \