mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
gallium/dri: Return __DRI_ATTRIB_SWAP_UNDEFINED for _SWAP_METHOD
In contrast to __DRI_ATTRIB_SWAP_EXCHANGE, this is compatible with Mesa < 23.3 on the client side. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10080 Fixes:e64ab3e4a9("glx: Delete support for GLX_OML_swap_method.") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26685> (cherry picked from commit9548f969bd)
This commit is contained in:
parent
ead6751f58
commit
2d842a3f3b
2 changed files with 2 additions and 2 deletions
|
|
@ -524,7 +524,7 @@
|
|||
"description": "gallium/dri: Return __DRI_ATTRIB_SWAP_UNDEFINED for _SWAP_METHOD",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "e64ab3e4a94c4e8baee3bec3a5eb4d098b8e7193",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ driGetConfigAttribIndex(const __DRIconfig *config,
|
|||
* for the X server's sake, and EGL will expect us to handle it because
|
||||
* it iterates all __DRI_ATTRIBs.
|
||||
*/
|
||||
*value = __DRI_ATTRIB_SWAP_EXCHANGE;
|
||||
*value = __DRI_ATTRIB_SWAP_UNDEFINED;
|
||||
break;
|
||||
case __DRI_ATTRIB_MAX_SWAP_INTERVAL:
|
||||
*value = INT_MAX;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue