summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2016-07-12loplugin:unusedfieldsNoel Grandin1-0/+3
2016-07-12loplugin:unusedfieldsNoel Grandin3-41/+12
2016-07-12Remove excess newlinesChris Sherlock29-165/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin2-5/+5
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock3-3/+3
2016-03-15slideshow: Blur the shadows the further they are from the objectEmmanuel Gil Peyrot4-23/+80
2016-03-15slideshow: Only use texture() in GLSL 1.50, fixes Intel on WindowsEmmanuel Gil Peyrot4-8/+8
2016-03-15slideshow: Add an ugly workaround for Intel’s matrix multiplicationEmmanuel Gil Peyrot2-14/+42
2016-03-15slideshow: Move Vortex calculations to the geometry stage, fixes IntelEmmanuel Gil Peyrot2-18/+18
2016-03-15slideshow: Move Vortex’ tileInfo attribute upload to the first frameEmmanuel Gil Peyrot1-14/+4
2016-02-22WaE unqualifed float literal are doubleNorbert Thiebaud1-6/+6
2016-02-11tdf#97197 - GL transitions should use their context not VCL's.Michael Meeks1-0/+8
2016-02-10slideshow: Add shadows to Honeycomb, using the same way as VortexEmmanuel Gil Peyrot4-17/+171
2016-02-09slideshow: Don't de-reference Nodes cast to const char *.Michael Meeks4-12/+16
2016-02-09slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot6-36/+214
2016-02-02slideshow: Make sure the slide is fully opaque in HoneycombEmmanuel Gil Peyrot1-1/+1
2016-01-28slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot4-74/+108
2016-01-21slideshow: Relicense every shader of which I am the sole author to MPLEmmanuel Gil Peyrot5-134/+39
2016-01-21slideshow: Add some volume to the Honeycomb hexagons, making them look betterEmmanuel Gil Peyrot2-6/+36
2016-01-21slideshow: Tweak a few constants to make Glitter and Honeycomb look nicerEmmanuel Gil Peyrot3-5/+7
2016-01-07OpenGL transitions: squashed 5 commits into this oneEmmanuel Gil Peyrot9-111/+324
2015-12-12slideshow: windows build fixesTomaž Vajngerl2-5/+5
2015-12-12slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot4-23/+205
2015-12-12slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot5-51/+297
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: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot2-8/+36
2015-12-12slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot4-36/+49
2015-12-12slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot5-41/+51
2015-12-12slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot5-41/+55
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: Add back lighting in the SimpleTransition shadersEmmanuel Gil Peyrot4-3/+17
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 Peyrot5-409/+484
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 Peyrot5-87/+171