http://bugs.winehq.org/show_bug.cgi?id=52570 --- Comment #4 from mirh <mirh@protonmail.ch> --- https://list.winehq.org/archives/list/wine-devel@list.winehq.org/thread/ZH6X... Yeah, I have seen your big ass discussion about it now. https://community.khronos.org/t/8-11-gl-ext-transform-feedback-on-ati-card/5... It is my understanding that GL_ATI_texture_nearest_four should have been the proper dx9-era-equivalent, but for time or resources constraints it was only ever officially consolidated in GL_AMD_texture_texture4. In turn, in mesa that is aliased to GL_ARB_texture_gather (which in gallium is max_texture_gather_components). And specifically with r600 that has been implemented with the sm5(?) gather4 opcode. This is despite the original extension even being available on dx 10.1 hardware (ofc not to mention whatever r500 had then). https://web.archive.org/web/20081219164228/http://www.geeks3d.com/?p=1411 https://opengl.gpuinfo.org/displayreport.php?id=523#tabs-2 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.