[PATCH 1/3] glamor: Fix glamor_fbo compiling with DEBUGF enabled

Keith Packard keithp at keithp.com
Wed Aug 6 13:12:44 PDT 2014


Missing parameter to DEBUGF in glamor_pixmap_fbo_cache_get

Signed-off-by: Keith Packard <keithp at keithp.com>
---
 glamor/glamor_fbo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glamor/glamor_fbo.c b/glamor/glamor_fbo.c
index 090dfd8..09459d1 100644
--- a/glamor/glamor_fbo.c
+++ b/glamor/glamor_fbo.c
@@ -94,7 +94,7 @@ glamor_pixmap_fbo_cache_get(glamor_screen_private *glamor_priv,
                 DEBUGF("Request w %d h %d format %x \n", w, h, format);
                 DEBUGF("got cache entry %p w %d h %d fbo %d tex %d format %x\n",
                        fbo_entry, fbo_entry->width, fbo_entry->height,
-                       fbo_entry->fb, fbo_entry->tex);
+                       fbo_entry->fb, fbo_entry->tex, fbo_entry->format);
                 xorg_list_del(&fbo_entry->list);
                 ret_fbo = fbo_entry;
                 break;
-- 
2.0.1



More information about the xorg-devel mailing list