view loader/debug.h @ 25316:ea301dc982fa

Dump the ati radeon DISP_MERGE_CNTL register to ease the debugging of VIDIX color bug. Patch by Guillaume Lecerf (foxcore at gmail dot com)
author ben
date Mon, 10 Dec 2007 19:13:54 +0000
parents a2e02e6b6379
children 6ac1ece1f9fe
line wrap: on
line source

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif