# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,slideshow_opengl_shader,$(SRCDIR)/slideshow/opengl)) $(eval $(call gb_Package_add_files,slideshow_opengl_shader,$(LIBO_ETC_FOLDER)/opengl,\ basicVertexShader.glsl \ basicFragmentShader.glsl \ dissolveFragmentShader.glsl \ fadeBlackFragmentShader.glsl \ fadeFragmentShader.glsl \ glitterVertexShader.glsl \ glitterFragmentShader.glsl \ honeycombVertexShader.glsl \ honeycombGeometryShader.glsl \ honeycombFragmentShader.glsl \ reflectionVertexShader.glsl \ reflectionFragmentShader.glsl \ staticFragmentShader.glsl \ vortexVertexShader.glsl \ vortexGeometryShader.glsl \ vortexFragmentShader.glsl \ rippleFragmentShader.glsl \ )) # vim: set noet sw=4 ts=4: stro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store/source
AgeCommit message (Expand)Author
2015-05-11Add back functionality erroneously removedStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24loplugin:constantfunction: storeNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-19Suppress 1 cppcheck warning arrayIndexOutOfBoundsJulien Nabet
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-11-12coverity#1242813 Unused valueCaolán McNamara
2014-11-04coverity#1242933 unused valueDavid Tardon
2014-11-04coverity#1242809 unused valueDavid Tardon