Mesa (master): v3d: remove redefine of VG(x)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 9 02:33:05 UTC 2020


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Jul  8 20:11:32 2020 +1000

v3d: remove redefine of VG(x)

Instead just depend on the one in v3d_packet_helpers.h

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>

---

 src/gallium/drivers/v3d/v3d_bufmgr.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/gallium/drivers/v3d/v3d_bufmgr.c b/src/gallium/drivers/v3d/v3d_bufmgr.c
index dd8a2e98611..48f5a54936c 100644
--- a/src/gallium/drivers/v3d/v3d_bufmgr.c
+++ b/src/gallium/drivers/v3d/v3d_bufmgr.c
@@ -35,14 +35,6 @@
 #include "v3d_context.h"
 #include "v3d_screen.h"
 
-#ifdef HAVE_VALGRIND
-#include <valgrind.h>
-#include <memcheck.h>
-#define VG(x) x
-#else
-#define VG(x)
-#endif
-
 static bool dump_stats = false;
 
 static void



More information about the mesa-commit mailing list