From: Emil Velikov <[email protected]> Earlier commit updated the code to use the DRI tokens, yet forgot to update the comment.
Signed-off-by: Emil Velikov <[email protected]> --- src/mesa/drivers/dri/i965/intel_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c index e9de184cca6..48a9e2d6f58 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 }; -- 2.18.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
