Re: [Mesa-dev] [PATCH v11 13/15] x11/dri3: Store raw present completion mode

2018-02-21 Thread Eric Engestrom
On Wednesday, 2018-02-21 14:05:57 +, Daniel Stone wrote: > The DRI3 drawable info struct currently stores a boolean for whether the > last completed operation was a flip or not. As we need to track the full > completion mode for handling suboptimal returns, change the 'flipping' > field to the

[Mesa-dev] [PATCH v11 13/15] x11/dri3: Store raw present completion mode

2018-02-21 Thread Daniel Stone
The DRI3 drawable info struct currently stores a boolean for whether the last completed operation was a flip or not. As we need to track the full completion mode for handling suboptimal returns, change the 'flipping' field to the raw present completion mode from the server. Signed-off-by: Daniel S