Mesa (main): panfrost: Remove unused #defines

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 11 18:14:05 UTC 2021


Module: Mesa
Branch: main
Commit: 07607c84432eb81a2f3401f3df45e38ead063fc5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07607c84432eb81a2f3401f3df45e38ead063fc5

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Wed Aug 11 10:58:26 2021 -0400

panfrost: Remove unused #defines

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12328>

---

 src/panfrost/include/panfrost-job.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h
index f585d9ebd23..67c9805e6c4 100644
--- a/src/panfrost/include/panfrost-job.h
+++ b/src/panfrost/include/panfrost-job.h
@@ -235,12 +235,6 @@ typedef uint64_t mali_ptr;
 /* 8192x8192 */
 #define MAX_MIP_LEVELS (13)
 
-/* Cubemap bloats everything up */
-#define MAX_CUBE_FACES (6)
-
-/* For each pointer, there is an address and optionally also a stride */
-#define MAX_ELEMENTS (2)
-
 /* Used for lod encoding. Thanks @urjaman for pointing out these routines can
  * be cleaned up a lot. */
 



More information about the mesa-commit mailing list