wined3d: Degrade an ERR to a TRACE.
This commit is contained in:
parent
0b6f677d10
commit
e3e113383e
|
@ -3559,7 +3559,7 @@ static HRESULT arbfp_blit_set(IWineD3DDevice *iface, WINED3DFORMAT fmt, GLenum t
|
||||||
|
|
||||||
if(glDesc->conversion_group != WINED3DFMT_YUY2 && glDesc->conversion_group != WINED3DFMT_UYVY &&
|
if(glDesc->conversion_group != WINED3DFMT_YUY2 && glDesc->conversion_group != WINED3DFMT_UYVY &&
|
||||||
glDesc->conversion_group != WINED3DFMT_YV12) {
|
glDesc->conversion_group != WINED3DFMT_YV12) {
|
||||||
ERR("Format: %s\n", debug_d3dformat(glDesc->conversion_group));
|
TRACE("Format: %s\n", debug_d3dformat(glDesc->conversion_group));
|
||||||
/* Don't bother setting up a shader for unconverted formats */
|
/* Don't bother setting up a shader for unconverted formats */
|
||||||
glEnable(textype);
|
glEnable(textype);
|
||||||
checkGLcall("glEnable(textype)");
|
checkGLcall("glEnable(textype)");
|
||||||
|
|
Loading…
Reference in New Issue