Skip to content

nouveau: Silence unhandled cap warnings

Kenneth Graunke requested to merge kwg/mesa:nouveau into master

Nouveau apparently uses the u_screen helper but prints a warning in the default case, so running any GL program would start grumbling.

Fixes: 8fa54bc5 gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.

Merge request reports