mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
svga: Remove spurious argument to SVGA_DBG.
This commit is contained in:
parent
7b0e4adaf2
commit
c783f5cfd8
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ svga_texture_view_surface(struct pipe_context *pipe,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n", handle);
|
||||
SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n");
|
||||
handle = svga_screen_surface_create(ss, key);
|
||||
if (!handle) {
|
||||
key->cachable = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue