diff options
author | Marek Olšák <[email protected]> | 2011-05-29 03:44:21 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-05-29 05:15:27 +0200 |
commit | 2397f20b6b0c7092927b33d0461c89200204906d (patch) | |
tree | b9008c25195ba3c46448ef3b857223d1422aeaba /src/gallium/drivers/r300/r300_screen.h | |
parent | 9a3f861faf58bad7c9361020c3bbed76495062ff (diff) |
r300g: remove debug option DBG_FALL
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index bca86edb1d7..5df58be822f 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -88,7 +88,7 @@ radeon_winsys(struct pipe_screen *screen) { #define DBG_TEX (1 << 5) #define DBG_TEXALLOC (1 << 6) #define DBG_RS (1 << 7) -#define DBG_FALL (1 << 8) +/* gap - fill it */ #define DBG_FB (1 << 9) #define DBG_RS_BLOCK (1 << 10) #define DBG_CBZB (1 << 11) |