office-gobmx/slideshow
Noel Grandin 90d9d20227 loplugin:virtualdead unused params in OGLTransitionImpl
rename finish to cleanup to avoid conflict with already existing finish
method

Change-Id: I1036eea7e50b20c3c17d769c4094c640939d552d
Reviewed-on: https://gerrit.libreoffice.org/81072
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-19 07:58:26 +02:00
..
inc/pch make bin/update_pch.s always include code in trivial #if's 2019-10-18 11:00:04 +02:00
opengl
qa
source loplugin:virtualdead unused params in OGLTransitionImpl 2019-10-19 07:58:26 +02:00
test
util
CppunitTest_slideshow.mk
Library_OGLTrans.mk
Library_slideshow.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Makefile
manifest.txt
Module_slideshow.mk
Package_opengl.mk
README

The Impress slideshow engine

== 3D transitions ==

The 3D transitions are slideshow transition engine using OpenGL and
are located in slideshow/source/engine/OGLTrans/. They were initially
written by GSOC student Shane.M.Mathews. Radek has later polished the
code a bit, added few new 3D transitions, added infrastructure for
vertex and fragment shaders. Wrote few transitions with fragment shader
too.