wined3d: Get rid of a WARN() in init_format_filter_info().

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Matteo Bruni 2021-10-06 15:53:58 +02:00 committed by Alexandre Julliard
parent 9290f16797
commit dc3408b1f4
1 changed files with 0 additions and 1 deletions

View File

@ -3414,7 +3414,6 @@ static void init_format_filter_info(struct wined3d_adapter *adapter,
if (wined3d_settings.offscreen_rendering_mode != ORM_FBO
|| !gl_info->supported[WINED3D_GL_LEGACY_CONTEXT])
{
WARN("No FBO support, or no FBO ORM, guessing filter info from GL caps\n");
if (vendor == HW_VENDOR_NVIDIA && gl_info->supported[ARB_TEXTURE_FLOAT])
{
TRACE("Nvidia card with texture_float support: Assuming float16 blending\n");