diff options
author | Brian Paul <[email protected]> | 2010-01-13 09:32:10 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-13 09:32:21 -0700 |
commit | 0bb5c3060f8784d6d6828b1455e736cd8f6416cb (patch) | |
tree | d677d7651b65dfbd336fbcce56f4f862050cb077 /src/gallium/drivers/llvmpipe | |
parent | 4439aab7b73c235b64df60f9f62fda3492dbfdc5 (diff) |
llvmpipe: added debug warning
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | 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 2462378152a..a953e8845a0 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 } |