summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans
AgeCommit message (Expand)Author
2015-11-19loplugin:redundantcastStephan Bergmann
2015-11-19slideshow: Port all matrix operations from GL to glmEmmanuel Gil Peyrot
2015-11-19slideshow: Batch primitive display as much as possibleEmmanuel Gil Peyrot
2015-11-19slideshow: Always enable normals, there is no case where they are emptyEmmanuel Gil Peyrot
2015-11-19slideshow: Don’t create the permTexture if the shaders don’t use itEmmanuel Gil Peyrot
2015-11-19slideshow: Rename getVertices into getVertex, to match its only usageEmmanuel Gil Peyrot
2015-11-18slideshow: improve "honeycomb" transitionTomaž Vajngerl
2015-11-16slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl
2015-11-13slideshow: improve rotation timing in glitter transitionTomaž Vajngerl
2015-11-13slideshow: simplify NByMTileFlip transitionTomaž Vajngerl
2015-11-13slideshow: add "glitter" slide transitionTomaž Vajngerl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-07Improve transition shader portabilityTor Lillqvist
2015-11-06Make the Vortex transition a bit more interestingTor Lillqvist
2015-11-06Add a 'Ripple' transitionTor Lillqvist
2015-10-30Mac fixStephan Bergmann
2015-10-30The fglrx driver is an X11 only thingTor Lillqvist
2015-10-30coverity#1332210 Uninitialized scalar fieldCaolán McNamara
2015-10-29com::sun::star->css in slideshowNoel Grandin
2015-10-27Remove initial :: from sal_* typesTor Lillqvist
2015-10-27WaE: unused parametersTor Lillqvist
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist
2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist
2015-10-26Use std::shared_ptr instead of boostTor Lillqvist
2015-10-26Simplify ifdefsTor Lillqvist
2015-10-22Use same order in this switch, too, as aboveTor Lillqvist
2015-10-22Add a bit of explanatory commentTor Lillqvist
2015-10-21No, it isn'tTor Lillqvist
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16tdf#94006 - need an explicit dispose for slideshow's GLContext.Michael Meeks
2015-09-11tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks
2015-09-07slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-17loplugin:unusedmethods slideshowNoel Grandin
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02Replace uses of deprecated gluBuild2DMipmapsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: slideshowStephan Bergmann
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10constify slideshow.Michael Meeks
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19Fix build with system glm by catering for explicit constructorsFridrich Štrba
2014-09-03SAL_WARN to SAL_INFOMarkus Mohrhard