summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-13 09:32:10 -0700
committerBrian Paul <brianp@vmware.com>2010-01-13 09:32:21 -0700
commit0bb5c3060f8784d6d6828b1455e736cd8f6416cb (patch)
treed677d7651b65dfbd336fbcce56f4f862050cb077 /src/gallium/drivers/llvmpipe/lp_texture.c
parent4439aab7b73c235b64df60f9f62fda3492dbfdc5 (diff)
llvmpipe: added debug warning
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_texture.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.c1
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 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
}