diff options
author | Jason Ekstrand <[email protected]> | 2016-08-30 16:23:59 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-13 12:40:13 -0700 |
commit | 57e87862eb23e20b06637ec1768018fceff95bc9 (patch) | |
tree | fda8dacc16772ab5990cbb10738020e63635bb13 /src/intel/vulkan/Makefile.sources | |
parent | 36286ccb9674c10255a61e096ac523e58c39c8cf (diff) |
anv: Delete meta_blit2d
Everything that we were once using the blit2d framework for is now done
with blorp.
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index 6c9853b934f..133c82b074e 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -33,7 +33,6 @@ VULKAN_FILES := \ anv_intel.c \ anv_meta.c \ anv_meta.h \ - anv_meta_blit2d.c \ anv_meta_clear.c \ anv_meta_resolve.c \ anv_nir.h \ |