aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/glxext.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-10-03 12:16:50 -0400
committerKenneth Graunke <[email protected]>2019-10-05 13:19:37 +0000
commit396b41095944ea3675d30c0d47ca8c01db2b4c8f (patch)
tree807a7eee77b471057965f353292666979995e243 /src/glx/glxext.c
parent72beda4fb451d35fdda60f015f370c24af114ccf (diff)
dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
We were supplying __DRI2_THROTTLE_SWAPBUFFER, rather than the obvious choice of __DRI2_THROTTLE_COPYSUBBUFFER. This meant that we hit the swap-based frame throttling. glXCopySubBuffer doesn't seem like it's intended to be a frame boundary, so we'd like to avoid this throttling. Tested-by: Michel Dänzer <[email protected]> # DRI3 only Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/glx/glxext.c')
0 files changed, 0 insertions, 0 deletions