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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user