nouveau: print warning about unhandled cap only once

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8831>
This commit is contained in:
Karol Herbst
2021-02-02 16:27:43 +01:00
committed by Marge Bot
parent 0e00c4ea33
commit 263bd5e6fd
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -977,6 +977,9 @@ enum pipe_cap
PIPE_CAP_SHADER_ATOMIC_INT64,
PIPE_CAP_DEVICE_PROTECTED_CONTENT,
PIPE_CAP_PREFER_REAL_BUFFER_IN_CONSTBUF0,
PIPE_CAP_LAST,
/* XXX do not add caps after PIPE_CAP_LAST! */
};
/**