summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-10-08 14:40:19 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-10-08 14:50:40 +0200
commit6d629d4aa211d098fe9541d0b644cf67ee1d7019 (patch)
tree3179f7b4f7d357468ade0a58381754afcd5ef3c9 /src/gallium/state_trackers/xorg/xorg_exa.h
parent992b143b2551b0fe1871bc90aed984f63d04d7b5 (diff)
st/xorg: More fallback debugging
Change the fallback debugging around a bit and do the old commit correctly
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index d3f25ca844..28834e3ef5 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -50,13 +50,13 @@ struct exa_pixmap_priv
unsigned map_count;
};
-#define XORG_FALLBACK(s, arg...) \
-do { \
- if (ms->debug_fallback) { \
- xf86DrvMsg(pScrn->scrnIndex, X_INFO, \
- "fallback: " s "\n", ##arg); \
- } \
- return FALSE; \
+#define XORG_FALLBACK(s, arg...) \
+do { \
+ if (ms->debug_fallback) { \
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, \
+ "%s fallback " s "\n", __FUNCTION__, ##arg); \
+ } \
+ return FALSE; \
} while(0)
struct pipe_surface *