GLX_OML_swap_method not fully supported
Submitted by Fabian Maurer
Assigned to mes..@..op.org
Description
Created attachment 126086 Example code how I did the check, code taken from wine
According to a check for extensions (glxinfo) the driver supports "GLX_OML_swap_method", but no pixelformat supports the values "GLX_SWAP_EXCHANGE_OML" or "GLX_SWAP_COPY_OML". This means pglXChooseFBConfig too fails if it is requested.
Attached a snipped from the wine code to show how I checked for the support. Tell me if you need more information.
Systeminfo: -Arch 64bit -Radeon R9 285 using amdgpu and opensource driver -OpenGL core profile version string: 4.3 (Core Profile) Mesa 12.1.0-devel -OpenGL version string: 3.0 Mesa 12.1.0-devel -mesa-git and mesa-libgl-git (84367.fb895510), libdrm-git (5912.b214b05c)
Attachment 126086, "Example code how I did the check, code taken from wine":
file_97516.txt
Version: git