nine: r500 under 20 fragments cap is a warning

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25901>
This commit is contained in:
Martell Malone
2023-10-14 19:45:03 -07:00
committed by Marge Bot
parent 500ca5ce7e
commit 60e3a43bfc
+1 -1
View File
@@ -100,7 +100,7 @@ NineAdapter9_ctor( struct NineAdapter9 *This,
PIPE_SHADER_CAP_MAX_TEMPS) < 40 ||
hal->get_shader_param(hal, PIPE_SHADER_FRAGMENT,
PIPE_SHADER_CAP_MAX_INPUTS) < 20) /* we don't pack inputs as much as we could */
ERR("Your card is at the limit of Gallium Nine requirements. Some games "
WARN_ONCE("Your card is at the limit of Gallium Nine requirements. Some games "
"may run into issues because requirements are too tight\n");
return D3D_OK;
}