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

Author: Jason Ekstrand <[email protected]>
Date:   Tue Jul 11 09:53:42 2017 -0700

anv: Get rid of some unused function declarations

Reviewed-by: Lionel Landwerlin <[email protected]>

---

 src/intel/vulkan/anv_private.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 588bf732df..9bc6db8b88 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2244,13 +2244,6 @@ void anv_fill_buffer_surface_state(struct anv_device 
*device,
                                    uint32_t offset, uint32_t range,
                                    uint32_t stride);
 
-void anv_image_view_fill_image_param(struct anv_device *device,
-                                     struct anv_image_view *view,
-                                     struct brw_image_param *param);
-void anv_buffer_view_fill_image_param(struct anv_device *device,
-                                      struct anv_buffer_view *view,
-                                      struct brw_image_param *param);
-
 struct anv_sampler {
    uint32_t state[4];
 };

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

Reply via email to