diff options
author | Jason Ekstrand <[email protected]> | 2016-05-12 14:07:51 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-14 14:18:21 -0700 |
commit | 09e041d61d367ff3a9e8492521606090050255d4 (patch) | |
tree | 24b2e926840a079249cb123617ef84b12c12dcd9 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 1cfb4bc890b8d6f898e4d43823e7ffe047296251 (diff) |
i965: Use blorp for all clears
We used to use a meta path on gen8 but we haven't since c7cf17ae758. We
might as well delete the meta path since blorp works on all gens.
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 5938bbbf383..98c3e05412d 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -136,7 +136,6 @@ i965_FILES = \ brw_link.cpp \ brw_lower_texture_gradients.cpp \ brw_lower_unnormalized_offset.cpp \ - brw_meta_fast_clear.c \ brw_meta_util.c \ brw_meta_util.h \ brw_misc_state.c \ |