Mesa (master): r300g: remove debug option DBG_FALL

Marek Olšák mareko at kemper.freedesktop.org
Sun May 29 03:16:06 UTC 2011


Module: Mesa
Branch: master
Commit: 2397f20b6b0c7092927b33d0461c89200204906d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2397f20b6b0c7092927b33d0461c89200204906d

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sun May 29 03:44:21 2011 +0200

r300g: remove debug option DBG_FALL

---

 src/gallium/drivers/r300/r300_debug.c  |    1 -
 src/gallium/drivers/r300/r300_screen.h |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c
index b60cfd1..6e8b6ab 100644
--- a/src/gallium/drivers/r300/r300_debug.c
+++ b/src/gallium/drivers/r300/r300_debug.c
@@ -37,7 +37,6 @@ static const struct debug_named_value debug_options[] = {
     { "psc", DBG_PSC, "Log vertex stream registers" },
     { "tex", DBG_TEX, "Log basic info about textures" },
     { "texalloc", DBG_TEXALLOC, "Log texture mipmap tree info" },
-    { "fall", DBG_FALL, "Log fallbacks" },
     { "rs", DBG_RS, "Log rasterizer" },
     { "fb", DBG_FB, "Log framebuffer" },
     { "cbzb", DBG_CBZB, "Log fast color clear info" },
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h
index bca86ed..5df58be 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)




More information about the mesa-commit mailing list