[Bug 10697] Starcraft:Broodwar (using OpenGL renderer) regression.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 12 09:48:13 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10697





--- Comment #34 from Roderick Colenbrander <thunderbird2k at gmx.net>  2008-01-12 09:48:12 ---
You could try to do the following in surface_blt_to_drawable to disable
GL_ARB_texture_rectangle.

if(This->glDescription.target == GL_TEXTURE_RECTANGLE_ARB)
to
if((This->glDescription.target == GL_TEXTURE_RECTANGEL_ARB) &&
!((This->resource.format == WINED3DFMT_P8) &&
GL_SUPPORT(EXT_PALETTED_TEXTURE)))


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list