diff options
author | Kenneth Graunke <[email protected]> | 2019-10-03 12:16:50 -0400 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-10-05 13:19:37 +0000 |
commit | 396b41095944ea3675d30c0d47ca8c01db2b4c8f (patch) | |
tree | 807a7eee77b471057965f353292666979995e243 /src/glx/glxext.c | |
parent | 72beda4fb451d35fdda60f015f370c24af114ccf (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