summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans
AgeCommit message (Expand)AuthorFilesLines
2016-10-25rename dir to follow suitDavid Tardon6-4513/+0
2016-10-25remove unnecessary dir and name prefixDavid Tardon5-4/+4
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-4/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-26/+26
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-6/+5
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin1-2/+2
2016-07-19tdf#97195 make diamond transition work againDavid Tardon2-1/+57
2016-07-11loplugin:staticmethodsStephan Bergmann1-15/+13
2016-07-11tdf#97195 fix crash in diamond shape transitionDavid Tardon2-17/+25
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-06-08initialize the counterDavid Tardon1-0/+3
2016-05-25slideshow: appease MSVC 2013 with the std::chrono typesMichael Stahl1-5/+5
2016-05-25slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl1-24/+22
2016-05-21GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara1-199/+9
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-21/+7
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-3/+3
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke3-10/+13
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-8/+8
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-02-25slideshow: Blur the shadows the further they are from the objectEmmanuel Gil Peyrot1-6/+6
2016-02-25slideshow: Move Vortex’ tileInfo attribute upload to the first frameEmmanuel Gil Peyrot1-14/+4
2016-02-21WaE 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-10loplugin:nullptrStephan Bergmann1-2/+2
2016-02-09slideshow: Add shadows to Honeycomb, using the same way as VortexEmmanuel Gil Peyrot1-11/+114
2016-02-09loplugin:nullptrStephan Bergmann1-1/+1
2016-02-09slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot1-9/+123
2016-02-09slideshow: Only retrieve each uniform location onceEmmanuel Gil Peyrot2-22/+18
2016-01-20slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot1-1/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2016-01-05slideshow: Improve the Vortex transition to match PowerPoint betterEmmanuel Gil Peyrot1-11/+24
2016-01-05slideshow: Improve the Ripple transition to match PowerPoint betterEmmanuel Gil Peyrot1-0/+11
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11slideshow: windows build fixesTomaž Vajngerl2-5/+5
2015-12-11slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot1-23/+88
2015-12-11slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot1-51/+84
2015-12-11slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot1-8/+16
2015-12-11slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot1-2/+2
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+5
2015-12-11slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot1-87/+68
2015-12-11slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot3-22/+27
2015-12-11slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot2-35/+87
2015-12-11slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot3-10/+15
2015-12-11slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot2-30/+35
2015-12-11slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot3-37/+43
2015-12-11slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot3-37/+39
2015-12-11slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot1-8/+0