u_blitter: use user buffers instead of real buffers
[mesa.git] / src / gallium / auxiliary / util / u_debug_symbol.h
index 5e283e5ba3fa1e2c1b3b591cfdb9a11de3b595e1..b247706c2a0642e0cc331610e37249f84ed5a4ea 100644 (file)
@@ -45,10 +45,12 @@ extern "C" {
 void
 debug_symbol_name(const void *addr, char* buf, unsigned size);
 
+const char*
+debug_symbol_name_cached(const void *addr);
+
 void
 debug_symbol_print(const void *addr);
 
-
 #ifdef __cplusplus
 }
 #endif