gallium: Remove unused TRACE_FLAG_USER_BUFFER

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36698>
This commit is contained in:
Yonggang Luo
2025-08-06 16:11:17 +08:00
committed by Marge Bot
parent a5522142f8
commit 5a93e94d83
@@ -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)
{