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:
parent
9290f16797
commit
dc3408b1f4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue