diff options
author | Timothy Arceri <[email protected]> | 2020-07-08 20:11:32 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2020-07-09 12:08:19 +1000 |
commit | 20dff7dc6b0456bfca087c1f0a7ebe335e5475d9 (patch) | |
tree | 429f3380ee2c61ae2fb15a051734b02ffd828ac2 /src/gallium/drivers | |
parent | 03a5b3f6d5a89a1de3352283b9dc1f45ab5a25d7 (diff) |
v3d: remove redefine of VG(x)
Instead just depend on the one in v3d_packet_helpers.h
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/v3d/v3d_bufmgr.c | 8 |
1 files changed, 0 insertions, 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 |