llvmpipe: add compute debug option
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -48,6 +48,7 @@ st_print_current(void);
|
||||
#define DEBUG_FENCE 0x2000
|
||||
#define DEBUG_MEM 0x4000
|
||||
#define DEBUG_FS 0x8000
|
||||
#define DEBUG_CS 0x10000
|
||||
|
||||
/* Performance flags. These are active even on release builds.
|
||||
*/
|
||||
|
@@ -69,6 +69,7 @@ static const struct debug_named_value lp_debug_flags[] = {
|
||||
{ "fence", DEBUG_FENCE, NULL },
|
||||
{ "mem", DEBUG_MEM, NULL },
|
||||
{ "fs", DEBUG_FS, NULL },
|
||||
{ "cs", DEBUG_CS, NULL },
|
||||
DEBUG_NAMED_VALUE_END
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user