https://bugs.winehq.org/show_bug.cgi?id=52816
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Henri Verbeet from comment #2)
These might warrant some further investigation:
04a0:err:d3d:wined3d_debug_callback 000000003B110920: "GL_INVALID_VALUE in glCopyImageSubData(unaligned src rectangle)".
This happens due to an attempt to blit from a 4x4 (STAGING) BC1_UNORM texture to the 2x2 (and 1x1) miplevel of a (DEFAULT) BC1_UNORM texture. This results in us passing a 2x2 rect to glCopyImageSubData(). Unfortunately, Mesa also complains if "fix" the rect to 4x4. The spec is not exactly clear about which is valid, if either. On the other hand, this is the 8th (and 9th) miplevel of the texture, so not particularly likely to be breaking rendering.