17 Mar
2015
17 Mar
'15
4:09 p.m.
https://bugs.winehq.org/show_bug.cgi?id=38216 --- Comment #12 from Sergey <isakov-sl(a)bk.ru> --- I see 1.7.24.diff contains these lines ---- + else + { + /* The drawable size of an FBO target is the OpenGL texture size, + * which is the power of two size. */ + *width = context->current_rt->pow2Width; + *height = context->current_rt->pow2Height; + } ---- -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.