summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2016-03-15slideshow: Blur the shadows the further they are from the objectEmmanuel Gil Peyrot
2016-03-15slideshow: Only use texture() in GLSL 1.50, fixes Intel on WindowsEmmanuel Gil Peyrot
2016-03-15slideshow: Add an ugly workaround for Intel’s matrix multiplicationEmmanuel Gil Peyrot
2016-03-15slideshow: Move Vortex calculations to the geometry stage, fixes IntelEmmanuel Gil Peyrot
2016-03-15slideshow: Move Vortex’ tileInfo attribute upload to the first frameEmmanuel Gil Peyrot
2016-02-22WaE unqualifed float literal are doubleNorbert Thiebaud
2016-02-11tdf#97197 - GL transitions should use their context not VCL's.Michael Meeks
2016-02-10slideshow: Add shadows to Honeycomb, using the same way as VortexEmmanuel Gil Peyrot
2016-02-09slideshow: Don't de-reference Nodes cast to const char *.Michael Meeks
2016-02-09slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot
2016-02-02slideshow: Make sure the slide is fully opaque in HoneycombEmmanuel Gil Peyrot
2016-01-28slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot
2016-01-21slideshow: Relicense every shader of which I am the sole author to MPLEmmanuel Gil Peyrot
2016-01-21slideshow: Add some volume to the Honeycomb hexagons, making them look betterEmmanuel Gil Peyrot
2016-01-21slideshow: Tweak a few constants to make Glitter and Honeycomb look nicerEmmanuel Gil Peyrot
2016-01-07OpenGL transitions: squashed 5 commits into this oneEmmanuel Gil Peyrot
2015-12-12slideshow: windows build fixesTomaž Vajngerl
2015-12-12slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot
2015-12-12slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot
2015-12-12slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot
2015-12-12slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot
2015-12-12slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot
2015-12-12slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot
2015-12-12slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot
2015-12-12slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot
2015-12-12slideshow: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot
2015-12-12slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot
2015-12-12slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot
2015-12-12slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot
2015-12-12slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot
2015-12-12slideshow: Remove wrong and unused uniform uploadEmmanuel Gil Peyrot
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand
2015-11-24fix build: "warning C4305: truncation from 'double' to 'float'"Thorsten Behrens
2015-11-24fix build "error C2065: ´M_PI´ : undeclared identifier"Thorsten Behrens
2015-11-23slideshow: Fix rotations when the slide and the screen have a different ratioEmmanuel Gil Peyrot
2015-11-23slideshow: Add back lighting in the SimpleTransition shadersEmmanuel Gil Peyrot
2015-11-23slideshow: Fix the baseline version, we now require OpenGL 2.1Emmanuel Gil Peyrot
2015-11-23slideshow: Make the Iris class private to the TransitionImpl translation unitEmmanuel Gil Peyrot
2015-11-23slideshow: Merge ShaderTransition into OGLTransitionImplEmmanuel Gil Peyrot
2015-11-23slideshow: Move Operation to its own translation unitEmmanuel Gil Peyrot
2015-11-23loplugin:unusedfields in slideshow/Noel Grandin
2015-11-22loplugin:staticmethodsNoel Grandin
2015-11-20slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot
2015-11-20slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot
2015-11-20slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19loplugin:redundantcastStephan Bergmann