summaryrefslogtreecommitdiff
path: root/include/vcl/opengl/OpenGLContext.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-16reduce symbol visibility in vclNoel Grandin1-9/+9
2021-08-10Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-0/+8
2021-08-08use some forward declaresCaolán McNamara1-5/+8
2021-04-09Recheck include/ with IWYUGabor Kelemen1-5/+0
2020-12-14loplugin:singlevalfieldsNoel1-1/+0
2020-12-14loplugin:unusedmethodsNoel1-8/+0
2020-12-14loplugin:unusedfieldsNoel1-16/+0
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-39/+0
2019-08-22loplugin:constmethod in vclNoel Grandin1-2/+2
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen1-3/+0
2019-04-07OString has a std::hash specialisationNoel Grandin1-9/+1
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen1-6/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+2
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-1/+0
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-07-27loplugin:returnconstant in vclNoel Grandin1-1/+1
2018-07-19loplugin:unusedmethodsNoel Grandin1-1/+0
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin1-1/+1
2017-11-10loplugin:unusedmethodsNoel Grandin1-3/+0
2017-09-11hidpi+gtk3: move setting the opengl slide viewportCaolán McNamara1-0/+1
2017-07-20loplugin:unusedfields in vclNoel Grandin1-1/+0
2016-12-13gtk3: implement opengl support for slideshowCaolán McNamara1-0/+2
2016-12-13change from glew to epoxyCaolán McNamara1-3/+3
2016-11-28don't leak impl. detailsDavid Tardon1-2/+2
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl1-0/+16
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin1-1/+1
2016-05-22loplugin:staticmethodsStephan Bergmann1-2/+2
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-75/+7
2016-05-21GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara1-7/+1
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-27/+23
2016-05-19merge duplicate codeCaolán McNamara1-0/+1
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl1-0/+8
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas1-2/+2
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist1-5/+0
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist1-0/+5
2016-01-08vcl: silence doxygen warningChris Sherlock1-1/+1
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-0/+5
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks1-0/+1
2015-12-22loplugin:unusedfields in include/vclNoel Grandin1-3/+0
2015-12-21loplugin:unusedmethodsNoel Grandin1-5/+0
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+5
2015-11-25loplugin:unusedfields in include/vclNoel Grandin1-4/+0
2015-11-19Add OpenGLContext::UseNoProgram()Tor Lillqvist1-0/+1
2015-11-16opengl: remove unused mbPixmap & glPix members.Michael Meeks1-5/+0
2015-11-12Bin mesa_headers completelyTor Lillqvist1-2/+0
2015-11-11It seems we don't need to include OpenGL (Mesa) headers for X11Tor Lillqvist1-4/+0
2015-11-11Move checkExtension() to a more private locationTor Lillqvist1-38/+1