panfrost: Move scoreboarding routines to common
[mesa.git] / src / panfrost / encoder / pan_util.h
index 320a608e36fb94e1e49f017f19973b8f4fe43da4..75086e78d8bfb59c64a36b6e33b9b2c8f13c5e83 100644 (file)
 #define PAN_DBG_PRECOMPILE      0x0020
 #define PAN_DBG_GLES3           0x0040
 #define PAN_DBG_FP16            0x0080
-
-extern int pan_debug;
-
-#define DBG(fmt, ...) \
-               do { if (pan_debug & PAN_DBG_MSGS) \
-                       fprintf(stderr, "%s:%d: "fmt, \
-                               __FUNCTION__, __LINE__, ##__VA_ARGS__); } while (0)
+#define PAN_DBG_BIFROST         0x0100
+#define PAN_DBG_GL3             0x0200
 
 #endif /* PAN_UTIL_H */