From: Emil Velikov Date: Wed, 5 Sep 2018 16:35:15 +0000 (+0100) Subject: i965: reference __DRI_ATTRIB_SWAP_COPY token over the GLX one X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01b92916afc239383eb2ebb469fe61d6d106a3a7;p=mesa.git 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 Reviewed-by: Timothy Arceri --- diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c index c57fb540488..c3bd30f7837 100644 --- a/src/mesa/drivers/dri/i965/intel_screen.c +++ b/src/mesa/drivers/dri/i965/intel_screen.c @@ -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 };