summaryrefslogtreecommitdiff
path: root/vcl/inc/openglgdiimpl.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-27move opengl vcl files to opengl/Luboš Luňák1-391/+0
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-1/+0
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-1/+5
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-1/+3
2018-07-27loplugin:returnconstant in vclNoel Grandin1-1/+1
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-1/+1
2018-03-26replace SalColor with ColorNoel Grandin1-14/+14
2018-01-24loplugin:unused-returns in vclNoel Grandin1-4/+4
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin1-1/+1
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara1-0/+2
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-4/+4
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-2/+2
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl1-0/+2
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-1/+1
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl1-2/+2
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl1-2/+0
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl1-3/+5
2016-05-23opengl: use line shader for all line drawing not just polylinesTomaž Vajngerl1-5/+1
2016-05-23opengl: use existing code for "legacy" polyline, polygon render.Tomaž Vajngerl1-1/+0
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-1/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-2/+3
2016-04-08opengl: fix wrong clipping when drawing textTomaž Vajngerl1-1/+4
2016-04-08opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl1-1/+1
2016-04-08opengl: deferred and optimized (text) texture drawingTomaz Vajngerl1-0/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl1-0/+4
2016-01-27vcl: readd std headers to openglgdiimpl.hxxChris Sherlock1-4/+5
2016-01-13Bin unused fieldTor Lillqvist1-1/+0
2016-01-09tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks1-1/+6
2016-01-08vcl: update documentation of drawAlphaRectChris Sherlock1-3/+12
2016-01-08vcl: silence doxygen warningChris Sherlock1-2/+2
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-3/+0
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks1-1/+2
2015-12-18vcl: opengl - lean on the default window's context much more.Michael Meeks1-1/+1
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-3/+3
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-4/+1
2015-12-11loplugin:staticmethodsStephan Bergmann1-1/+1
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-8/+36
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-42/+42