diff options
author | Jason Ekstrand <[email protected]> | 2016-05-11 17:11:52 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-14 14:18:21 -0700 |
commit | 64f29070302507e39f50aeeef0472b4d78d2b0cc (patch) | |
tree | ea9a2b677fca7c211b3b4c44eee4470f04cf3367 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | f5febc83a7ea3b41435828e40ab8266ce96d7600 (diff) |
i965: Use blorp for all updownsample 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.sources | 1 |
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 e94605e4714..a732b9ee8b3 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -138,7 +138,6 @@ i965_FILES = \ brw_lower_unnormalized_offset.cpp \ brw_meta_fast_clear.c \ brw_meta_stencil_blit.c \ - brw_meta_updownsample.c \ brw_meta_util.c \ brw_meta_util.h \ brw_misc_state.c \ |