X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fr300%2Fr300_screen.h;h=70ea2fe8d921e12c20c08a99637f1b81251f547c;hb=c7f5c9a3dc6350252e73b541bb85ab3ed9e64a9c;hp=2f951c7097c047ca9375e8c7ac6ac123ae2c9ba4;hpb=287c94ea4987033f9c99a2f91c5750c9083504ca;p=mesa.git diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 2f951c7097c..70ea2fe8d92 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -69,6 +69,9 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) { #define DBG_TEX 0x0000020 #define DBG_FALL 0x0000040 #define DBG_ANISOHQ 0x0000080 +#define DBG_NO_TILING 0x0000100 +#define DBG_NO_IMMD 0x0000200 +#define DBG_STATS 0x0000400 /*@}*/ static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags) @@ -92,4 +95,3 @@ void r300_init_debug(struct r300_screen* ctx); void r300_init_screen_resource_functions(struct r300_screen *r300screen); #endif /* R300_SCREEN_H */ -