From 0bb5c3060f8784d6d6828b1455e736cd8f6416cb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Jan 2010 09:32:10 -0700 Subject: llvmpipe: added debug warning --- src/gallium/drivers/llvmpipe/lp_texture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/llvmpipe/lp_texture.c') diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 2462378152..a953e8845a 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 } -- cgit v1.2.3