http://bugs.winehq.org/show_bug.cgi?id=10697
--- Comment #33 from Roderick Colenbrander thunderbird2k@gmx.net 2008-01-12 06:39:05 --- Nothing looks to be wrong with the patch (though I guess the same can be achieved using integers by adding +1 or so for rounding). Before my texture upload function also used floats, but Stefan merged some codepaths and the combined one used integers but it won't matter. Can you make the patch against the latest GIT (wine 0.9.53) and then submit it?
I'm not sure what we should do regarding ARB_texture_rectangle. At some point we should detect its presence and when we suspect that EXT_paletted_texture will be used we need to disable it or so. Not sure where we should do that and if there is a cleaner way.