Mesa (lp-binning): llvmpipe: added debug warning

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 13 16:35:05 UTC 2010


Module: Mesa
Branch: lp-binning
Commit: 0bb5c3060f8784d6d6828b1455e736cd8f6416cb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bb5c3060f8784d6d6828b1455e736cd8f6416cb

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jan 13 09:32:10 2010 -0700

llvmpipe: added debug warning

---

 src/gallium/drivers/llvmpipe/lp_texture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c
index 2462378..a953e88 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.c
+++ b/src/gallium/drivers/llvmpipe/lp_texture.c
@@ -177,6 +177,7 @@ llvmpipe_texture_blanket(struct pipe_screen * screen,
 
    return &lpt->base;
 #else
+   debug_printf("llvmpipe_texture_blanket() not implemented!");
    return NULL;
 #endif
 }




More information about the mesa-commit mailing list