mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
nvfx: shut up unknown cap 64 warning
This commit is contained in:
parent
0a7cbe845f
commit
3e231361f3
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ nvfx_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
return screen->is_nv4x ? 1 : 0;
|
||||
case PIPE_CAP_GEOMETRY_SHADER4:
|
||||
return 0;
|
||||
case PIPE_CAP_DEPTH_CLAMP:
|
||||
return 0; // TODO: implement depth clamp
|
||||
default:
|
||||
NOUVEAU_ERR("Unknown PIPE_CAP %d\n", param);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue