mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
nvfx: use a piglit-ignored format for unknown cap message
This commit is contained in:
parent
7d45bf8762
commit
43cfc1ed8e
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ nvfx_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_DEPTH_CLAMP:
|
||||
return 0; // TODO: implement depth clamp
|
||||
default:
|
||||
NOUVEAU_ERR("Unknown PIPE_CAP %d\n", param);
|
||||
NOUVEAU_ERR("Warning: unknown PIPE_CAP %d\n", param);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue