From 5a93e94d83850e5cfca8ac439affdace8d225bf5 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 6 Aug 2025 16:11:17 +0800 Subject: [PATCH] gallium: Remove unused TRACE_FLAG_USER_BUFFER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Reviewed-by: Qiang Yu Reviewed-by: Alejandro PiƱeiro Part-of: --- src/gallium/auxiliary/driver_trace/tr_screen.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gallium/auxiliary/driver_trace/tr_screen.h b/src/gallium/auxiliary/driver_trace/tr_screen.h index 28295445b88..5303344424f 100644 --- a/src/gallium/auxiliary/driver_trace/tr_screen.h +++ b/src/gallium/auxiliary/driver_trace/tr_screen.h @@ -37,14 +37,6 @@ extern "C" { #endif - -/** - * It often happens that new data is written directly to the user buffers - * without mapping/unmapping. This flag marks user buffers, so that their - * contents can be dumped before being used by the pipe context. - */ -#define TRACE_FLAG_USER_BUFFER (1 << 31) - static inline const char * tr_util_mesa_shader_stage_name(mesa_shader_stage stage) {