https://bugs.winehq.org/show_bug.cgi?id=41834
Bug ID: 41834 Summary: GL_MAX_TEXTURE_SIZE outdated on rx 480 and most likely on modern gpus Product: Wine Version: 1.9.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winetest@luukku.com Distribution: ---
Created attachment 56253 --> https://bugs.winehq.org/attachment.cgi?id=56253 list of gl_max returns on rx 480 gpu
I did glxinfo -l |grep something and I took
GL_MAX_TEXTURE_SIZE
and searched if wine has some value for it. It sets hardcoded value of 0x0D33 which seems to be 3379.
http://source.winehq.org/git/wine.git/blob/705c52691a4e8c6224cda5080fb88f257...
found a link that someone says that he has that value on his gpu.
http://gamedev.stackexchange.com/questions/92430/maximum-tile-and-texture-si...