From 9ad9a6861a01997fa88fe35089d63348f7b076af Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 12 Feb 2011 23:37:14 +0100 Subject: r300g: add debug options nozmask and nohiz which disable some hyper-z features --- src/gallium/drivers/r300/r300_screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/r300/r300_screen.h') diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 973b7926fd..c935f55ccb 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -102,6 +102,8 @@ r300_winsys_screen(struct pipe_screen *screen) { #define DBG_FAKE_OCC (1 << 19) #define DBG_NO_OPT (1 << 20) #define DBG_NO_CBZB (1 << 21) +#define DBG_NO_ZMASK (1 << 22) +#define DBG_NO_HIZ (1 << 23) /* Statistics. */ #define DBG_P_STAT (1 << 25) /*@}*/ -- cgit v1.2.3