mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
i965: reference __DRI_ATTRIB_SWAP_COPY token over the GLX one
Earlier commit updated the code to use the DRI tokens, yet forgot to update the comment. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
e04b2c0376
commit
01b92916af
1 changed files with 1 additions and 1 deletions
|
|
@ -2149,7 +2149,7 @@ intel_screen_make_configs(__DRIscreen *dri_screen)
|
|||
MESA_FORMAT_R8G8B8A8_SRGB,
|
||||
};
|
||||
|
||||
/* GLX_SWAP_COPY_OML is not supported due to page flipping. */
|
||||
/* __DRI_ATTRIB_SWAP_COPY is not supported due to page flipping. */
|
||||
static const GLenum back_buffer_modes[] = {
|
||||
__DRI_ATTRIB_SWAP_UNDEFINED, __DRI_ATTRIB_SWAP_NONE
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue