Skip to content

mesa: GL_MESA_framebuffer_flip_x extension

Cici Ruan requested to merge ruanc/mesa:MESA_framebuffer_flip_x into master

Add an extension to glFramebufferParameteri to set framebuffer flipped horizontally. This adds an explicit field. This extension is needed for framebuffer rotation.

Both winsys_fbo and user_fbo can set this extension currently with glFramebufferParameteri.

Merge request reports