3D transition texture generation, 9.3x speedup
Monday, August 25th, 2008 I was planning to use OpenGL[X] extensions to speedup texture creation for 3D transitions in the Impress for some time. Last week I finally got to it.
I use GLX_EXT_texture_from_pixmap and GL_SGIS_generate_mipmap extensions. It works like this: the slide content is rendered into cairo canvas bitmap which is passed to the transition engine. The engine then […]