mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 14:30:39 +02:00
intel: Don't expose GLX_SWAP_EXCHANGE_OML
We can't always guarantee that the swap will happen by exchange, so we can't expose this mode. GLX_SWAP_UNDEFINED_OML already covers the case where the swap *might be* by exchange. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
bb65a1d009
commit
6bd9da01ea
1 changed files with 1 additions and 2 deletions
|
|
@ -341,8 +341,7 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp)
|
|||
GLenum fb_type[3];
|
||||
|
||||
static const GLenum back_buffer_modes[] = {
|
||||
GLX_NONE, GLX_SWAP_UNDEFINED_OML,
|
||||
GLX_SWAP_EXCHANGE_OML, GLX_SWAP_COPY_OML
|
||||
GLX_NONE, GLX_SWAP_UNDEFINED_OML, GLX_SWAP_COPY_OML
|
||||
};
|
||||
uint8_t depth_bits[4], stencil_bits[4], msaa_samples_array[1];
|
||||
int color;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue