summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/radeon_debug.c
AgeCommit message (Collapse)Author
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
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.