mutter/clutter/glx
Adel Gadllah 630a2c5edc backend-glx: Provide copy_sub_buffer fallback
Currently glXCopySubBufferMESA is used for sub stage redraws, but in case
a driver does not support GLX_MESA_copy_sub_buffer we fall back to redrawing
the complete stage which isn't really optimal.

So instead to directly fallback to complete redraws try using GL_EXT_framebuffer_blit
to do the BACK to FRONT buffer copies.

http://bugzilla.openedhand.com/show_bug.cgi?id=2128
2010-06-09 02:10:08 +01:00
..
clutter-backend-glx.c backend-glx: Provide copy_sub_buffer fallback 2010-06-09 02:10:08 +01:00
clutter-backend-glx.h backend-glx: Provide copy_sub_buffer fallback 2010-06-09 02:10:08 +01:00
clutter-event-glx.c Ignore unexpected GLX_BufferSwapComplete 2010-05-05 12:00:40 +01:00
clutter-event-glx.h
clutter-glx-texture-pixmap.c
clutter-glx-texture-pixmap.h
clutter-glx.h
clutter-stage-glx.c backend-glx: Provide copy_sub_buffer fallback 2010-06-09 02:10:08 +01:00
clutter-stage-glx.h
Makefile.am