summaryrefslogtreecommitdiff
path: root/slideshow/source
AgeCommit message (Expand)AuthorFilesLines
2015-12-12slideshow: windows build fixesTomaž Vajngerl2-5/+5
2015-12-12slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot1-23/+88
2015-12-12slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot1-51/+84
2015-12-12slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot1-8/+16
2015-12-12slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot1-2/+2
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+5
2015-12-12slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot1-87/+68
2015-12-12slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot3-22/+27
2015-12-12slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot2-35/+87
2015-12-12slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot3-10/+15
2015-12-12slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot2-30/+35
2015-12-12slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot3-37/+43
2015-12-12slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot3-37/+39
2015-12-12slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot1-8/+0
2015-12-12slideshow: Remove wrong and unused uniform uploadEmmanuel Gil Peyrot1-11/+1
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand3-31/+79
2015-11-24fix build: "warning C4305: truncation from 'double' to 'float'"Thorsten Behrens1-1/+1
2015-11-24fix build "error C2065: ´M_PI´ : undeclared identifier"Thorsten Behrens1-0/+2
2015-11-23slideshow: Fix rotations when the slide and the screen have a different ratioEmmanuel Gil Peyrot3-25/+39
2015-11-23slideshow: Fix the baseline version, we now require OpenGL 2.1Emmanuel Gil Peyrot2-5/+3
2015-11-23slideshow: Make the Iris class private to the TransitionImpl translation unitEmmanuel Gil Peyrot2-17/+16
2015-11-23slideshow: Merge ShaderTransition into OGLTransitionImplEmmanuel Gil Peyrot2-128/+81
2015-11-23slideshow: Move Operation to its own translation unitEmmanuel Gil Peyrot4-409/+481
2015-11-23loplugin:unusedfields in slideshow/Noel Grandin1-9/+0
2015-11-22loplugin:staticmethodsNoel Grandin1-2/+1
2015-11-20slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot2-87/+81
2015-11-20slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot1-62/+14
2015-11-20slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot2-117/+177
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2-2/+2
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19loplugin:redundantcastStephan Bergmann1-1/+1
2015-11-19slideshow: Port all matrix operations from GL to glmEmmanuel Gil Peyrot3-56/+71
2015-11-19slideshow: Batch primitive display as much as possibleEmmanuel Gil Peyrot2-59/+100
2015-11-19slideshow: Always enable normals, there is no case where they are emptyEmmanuel Gil Peyrot1-8/+3
2015-11-19slideshow: Don’t create the permTexture if the shaders don’t use itEmmanuel Gil Peyrot1-8/+8
2015-11-19slideshow: Rename getVertices into getVertex, to match its only usageEmmanuel Gil Peyrot2-6/+6
2015-11-18slideshow: improve "honeycomb" transitionTomaž Vajngerl1-47/+60
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin4-48/+0
2015-11-16slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl3-2/+64
2015-11-13slideshow: improve rotation timing in glitter transitionTomaž Vajngerl1-20/+26
2015-11-13slideshow: simplify NByMTileFlip transitionTomaž Vajngerl1-23/+15
2015-11-13slideshow: add "glitter" slide transitionTomaž Vajngerl3-5/+67
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-32/+32
2015-11-07Improve transition shader portabilityTor Lillqvist1-89/+18
2015-11-06Make the Vortex transition a bit more interestingTor Lillqvist1-29/+48
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann6-16/+14
2015-11-06Add a 'Ripple' transitionTor Lillqvist3-0/+75
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1