mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 14:48:17 +02:00
r300: don't call page flip on DRI2
This commit is contained in:
parent
bc5f94c1e1
commit
2c033f3893
1 changed files with 2 additions and 1 deletions
|
|
@ -2742,7 +2742,8 @@ static void r300DrawBuffer( GLcontext *ctx, GLenum mode )
|
|||
radeon_firevertices(&rmesa->radeon); /* don't pipeline cliprect changes */
|
||||
|
||||
radeonSetCliprects( &rmesa->radeon );
|
||||
radeonUpdatePageFlipping(&rmesa->radeon);
|
||||
if (!rmesa->radeon.radeonScreen->driScreen->dri2.enabled)
|
||||
radeonUpdatePageFlipping(&rmesa->radeon);
|
||||
}
|
||||
|
||||
static void r300ReadBuffer( GLcontext *ctx, GLenum mode )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue