Mesa (master): v3d: Remove dead prototypes for load/store utile functions.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 19 18:29:43 UTC 2018


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

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Dec 17 12:50:08 2018 -0800

v3d: Remove dead prototypes for load/store utile functions.

---

 src/gallium/drivers/v3d/v3d_tiling.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/drivers/v3d/v3d_tiling.h b/src/gallium/drivers/v3d/v3d_tiling.h
index 79577445ea..d04349108c 100644
--- a/src/gallium/drivers/v3d/v3d_tiling.h
+++ b/src/gallium/drivers/v3d/v3d_tiling.h
@@ -27,8 +27,6 @@
 uint32_t v3d_utile_width(int cpp) ATTRIBUTE_CONST;
 uint32_t v3d_utile_height(int cpp) ATTRIBUTE_CONST;
 bool v3d_size_is_lt(uint32_t width, uint32_t height, int cpp) ATTRIBUTE_CONST;
-void v3d_load_utile(void *dst, void *src, uint32_t dst_stride, uint32_t cpp);
-void v3d_store_utile(void *dst, void *src, uint32_t src_stride, uint32_t cpp);
 void v3d_load_tiled_image(void *dst, uint32_t dst_stride,
                           void *src, uint32_t src_stride,
                           enum v3d_tiling_mode tiling_format, int cpp,




More information about the mesa-commit mailing list