Skip to content

nv50,nvc0: add missing CAPs for unsupported features

Rhys Kidd requested to merge rhyskidd/mesa:fix/nouveau-missing-caps into master

nouveau warns on unhandled pipe CAPs, including where they may be set by u_pipe_screen_get_param_defaults()

This patch avoids spurious text in debug outputs, e.g. when running piglit.

Signed-off-by: Rhys Kidd rhyskidd@gmail.com

Merge request reports