diff options
author | Marek Olšák <[email protected]> | 2011-01-09 22:40:50 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-01-10 05:45:10 +0100 |
commit | 9d33e4e16c8d2271ef2a965d7210a9aee40680d2 (patch) | |
tree | 6426c52871f515664e80befda16a6807f909194d /src/gallium/drivers/r300/r300_screen.h | |
parent | 97e9a0e23f0e06d020883c37b9d065e8978a47f4 (diff) |
r300g: add debug option for buffer upload logging
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 5847fe1ffc8..752f53b7579 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -93,6 +93,7 @@ r300_winsys_screen(struct pipe_screen *screen) { #define DBG_CBZB (1 << 11) #define DBG_HYPERZ (1 << 12) #define DBG_SCISSOR (1 << 13) +#define DBG_UPLOAD (1 << 14) /* Features. */ #define DBG_ANISOHQ (1 << 16) #define DBG_NO_TILING (1 << 17) |