Module: Mesa
Branch: master
Commit: 32035cca3fcc1bb49cc75751d8ba324175afb14a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=32035cca3fcc1bb49cc75751d8ba324175afb14a

Author: Samuel Pitoiset <[email protected]>
Date:   Tue Apr 28 11:54:06 2020 +0200

radv: remove unused radv_device_memory::map_size field

Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4785>

---

 src/amd/vulkan/radv_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 718365e74f9..f677de69437 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -867,7 +867,6 @@ struct radv_device_memory {
        /* for dedicated allocations */
        struct radv_image                            *image;
        struct radv_buffer                           *buffer;
-       VkDeviceSize                                 map_size;
        void *                                       map;
        void *                                       user_ptr;
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to