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...
https://bugs.winehq.org/show_bug.cgi?id=41834
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |joseph.kucia@gmail.com Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Józef Kucia joseph.kucia@gmail.com --- GL_MAX_TEXTURE_SIZE is GLenum value used to query max texture size from OpenGL. See https://www.opengl.org/sdk/docs/man/html/glGet.xhtml
https://bugs.winehq.org/show_bug.cgi?id=41834
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.