r300g: optionally log MSAA resources to stderr
authorMarek Olšák <maraeo@gmail.com>
Wed, 9 Jan 2013 15:39:18 +0000 (16:39 +0100)
committerMarek Olšák <maraeo@gmail.com>
Wed, 9 Jan 2013 15:47:10 +0000 (16:47 +0100)
Set: RADEON_DEBUG=msaa

src/gallium/drivers/r300/r300_debug.c
src/gallium/drivers/r300/r300_screen.h
src/gallium/drivers/r300/r300_texture.c

index 9a0052ac6d1d863ad89850fce90bf3b4db30882f..5ec2cf9e4ae46a06edd238974b3bb3cf017ba9ed 100644 (file)
@@ -42,6 +42,7 @@ static const struct debug_named_value debug_options[] = {
     { "cbzb", DBG_CBZB, "Log fast color clear info" },
     { "hyperz", DBG_HYPERZ, "Log HyperZ info" },
     { "scissor", DBG_SCISSOR, "Log scissor info" },
+    { "msaa", DBG_MSAA, "Log MSAA resources"},
     { "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" },
     { "notiling", DBG_NO_TILING, "Disable tiling" },
     { "noimmd", DBG_NO_IMMD, "Disable immediate mode" },
index 86bb09cee0112cfc010082e0e01ef870738332cc..d2bed8d528e5fb433e0e279c1006681e1362c77a 100644 (file)
@@ -83,6 +83,7 @@ radeon_winsys(struct pipe_screen *screen) {
 #define DBG_HYPERZ      (1 << 11)
 #define DBG_SCISSOR     (1 << 12)
 #define DBG_INFO        (1 << 13)
+#define DBG_MSAA        (1 << 14)
 /* Features. */
 #define DBG_ANISOHQ     (1 << 16)
 #define DBG_NO_TILING   (1 << 17)
index e18dcf8e1cc7be6f774fcb7455ec93e13fbb4a5f..4eb9a230790725e1c268b8c058c6281acfd7f61f 100644 (file)
@@ -1001,6 +1001,12 @@ r300_texture_create_object(struct r300_screen *rscreen,
         }
     }
 
+    if (SCREEN_DBG_ON(rscreen, DBG_MSAA) && base->nr_samples > 1) {
+        fprintf(stderr, "r300: %i MSAA %s buffer created\n",
+                base->nr_samples,
+                util_format_is_depth_or_stencil(base->format) ? "depth" : "color");
+    }
+
     tex->cs_buf = rws->buffer_get_cs_handle(tex->buf);
 
     rws->buffer_set_tiling(tex->buf, NULL,