summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
AgeCommit message (Expand)Author
2018-07-19loplugin:constantparamNoel Grandin
2018-07-19loplugin:unusedmethodsNoel Grandin
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-11hidpi+gtk3: move setting the opengl slide viewportCaolán McNamara
2017-07-20loplugin:unusedfields in vclNoel Grandin
2016-12-13gtk3: implement opengl support for slideshowCaolán McNamara
2016-12-13change from glew to epoxyCaolán McNamara
2016-12-08No OpenGLWrapper code in vcl if LIBO_HEADLESSTor Lillqvist
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin
2016-07-25opengl: add VCL_GL_WARN to write warnings into api trace fileTomaž Vajngerl
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin
2016-05-22loplugin:staticmethodsStephan Bergmann
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-05-21GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-19merge duplicate codeCaolán McNamara
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-01-26OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist
2016-01-13This stuff is private to vclTor Lillqvist
2016-01-08vcl: small typo in parameter names - Doxygen is complainingChris Sherlock
2016-01-08vcl: document some OpenGL parametersChris Sherlock
2016-01-08vcl: silence doxygen warningChris Sherlock
2016-01-08vcl: get rid of rtl alias in include/vcl/opengl/OpenGLHelper.hxxChris Sherlock
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks
2015-12-22loplugin:unusedfields in include/vclNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot
2015-11-25loplugin:unusedfields in include/vclNoel Grandin
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19Add OpenGLContext::UseNoProgram()Tor Lillqvist
2015-11-16If SAL_WARN() does nothing, no point in CHECK_GL_ERROR() eitherTor Lillqvist
2015-11-16opengl: remove unused mbPixmap & glPix members.Michael Meeks
2015-11-12Bin mesa_headers completelyTor Lillqvist
2015-11-11It seems we don't need to include OpenGL (Mesa) headers for X11Tor Lillqvist
2015-11-11Move checkExtension() to a more private locationTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
noticeable build time when packaging install sets. - figure out if pigz is available (fallback to gzip otherwise) - pass compression tool down into make_installer - and handle as one of many global options there Change-Id: Ia9d1ea27a9f990874238b6f0be3e1fd30a662ec6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128469 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2021-01-07Support for signing when PRODUCTNAME contain spacesVasily Melenchuk Anyway files are stored without spaces, so we should use same name. Additionally removed PRODUCTNAME_no_spaces variable, it's just a redundant alias. Change-Id: I5b88ac3b07d06969f7639a25603392c9d662d3f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108405 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2019-09-06WINDOWS_BUILD_SIGNING: check for explicit TRUE for signing msiChristian Lohmaier it's one of those variables that are set to FALSE and not left empty... Change-Id: Ic26888e4e983db625b5943a2c094eacc84fe1331 2019-09-06split msi signing from creation to reduce number of singtool callsChristian Lohmaier as with private key on crypto-smartcard you'd have to enter your pin over a hundred times while creating full-lang builds and that is not fun. This reduces it to * once for dll/exe (at least in case for mergelib is is less than 350 objects and that doesn't break commandline limits - previously it was set to only sign 20 objects at a time, forcing a pin-entry over 15 times) and * once for main installation set * once for SDK * once for all the helppacks (signing description previously also contained the language, this change drops that to just "<productname> <version> Helppack" and last three are not scattered timewise, but are done after all packaging is complete, so the build only waits twice for user-input. Change-Id: Ibb8bb233e967556f9654573ad30d0ed5883b533f Reviewed-on: https://gerrit.libreoffice.org/78649 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>