mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
llvmpipe: added debug warning
This commit is contained in:
parent
4439aab7b7
commit
0bb5c3060f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue