From f9a4a0a9710c23a2041673eec290ff2f9260cbd0 Mon Sep 17 00:00:00 2001 From: Pauli Nieminen Date: Sun, 30 Aug 2009 16:48:33 +0300 Subject: radeon: Add common debugging functions. These function are aiming to make it very simple to add and keep large amount of debugging code without having runtime impact in relase builds. Basic idea is to expose simple printf style debugging functions that are inlined. Level parameter will be evalueted in compile time so compiler can optimise some of debugging functions out if compile time request for debug level is too tight. --- src/mesa/drivers/dri/r300/radeon_debug.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 src/mesa/drivers/dri/r300/radeon_debug.h (limited to 'src/mesa/drivers/dri/r300/radeon_debug.h') diff --git a/src/mesa/drivers/dri/r300/radeon_debug.h b/src/mesa/drivers/dri/r300/radeon_debug.h new file mode 120000 index 0000000000..bd8aa28e89 --- /dev/null +++ b/src/mesa/drivers/dri/r300/radeon_debug.h @@ -0,0 +1 @@ +../radeon/radeon_debug.h \ No newline at end of file -- cgit v1.2.3