2 Copyright (c) 2002, Thomas Kurschel
5 Part of Radeon accelerant
11 #include "GlobalData.h"
13 // the sample driver stores everything in global variables;
14 // I dislike this idea as this makes supporting multiple graphics
15 // card impossible; to be prepared, only the following variable is used
18 int debug_level_flow
= 2;
19 int debug_level_info
= 4;
20 int debug_level_error
= 4;