12 Jan
2008
12 Jan
'08
3:48 p.m.
http://bugs.winehq.org/show_bug.cgi?id=10697 --- Comment #34 from Roderick Colenbrander <thunderbird2k(a)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.