Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,
like other drivers. Failure to do so resulted in incorrect buffer sizes for resized windows.
This commit is contained in:
@@ -555,6 +555,8 @@ void intelWindowMoved( intelContextPtr intel )
|
|||||||
intelSetFrontClipRects( intel );
|
intelSetFrontClipRects( intel );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
driUpdateFramebufferSize(&intel->ctx, intel->driDrawable);
|
||||||
|
|
||||||
switch (intel->ctx.DrawBuffer->_ColorDrawBufferMask[0]) {
|
switch (intel->ctx.DrawBuffer->_ColorDrawBufferMask[0]) {
|
||||||
case BUFFER_BIT_FRONT_LEFT:
|
case BUFFER_BIT_FRONT_LEFT:
|
||||||
intelSetFrontClipRects( intel );
|
intelSetFrontClipRects( intel );
|
||||||
|
Reference in New Issue
Block a user