mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Temporarily disable pageflipping assert.
This commit is contained in:
parent
8e039bf40a
commit
aac4d8857a
1 changed files with 2 additions and 2 deletions
|
|
@ -211,11 +211,11 @@ calculate_buffer_parameters( viaContextPtr vmesa )
|
|||
#define ALLOW_EXPERIMENTAL_PAGEFLIP 0
|
||||
#if ALLOW_EXPERIMENTAL_PAGEFLIP
|
||||
vmesa->doPageFlip = GL_TRUE;
|
||||
/* vmesa->currentPage = 0; */
|
||||
assert(vmesa->back.pitch == vmesa->front.pitch);
|
||||
#else
|
||||
vmesa->doPageFlip = GL_FALSE;
|
||||
#endif
|
||||
/* vmesa->currentPage = 0; */
|
||||
assert(vmesa->back.pitch == vmesa->front.pitch);
|
||||
}
|
||||
else
|
||||
vmesa->doPageFlip = GL_FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue