summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-6/+6
2018-01-24loplugin:unused-returns in vclNoel Grandin1-11/+7
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-9/+9
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks1-0/+9
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-8/+8
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-12/+12
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara1-1/+7
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-4/+5
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-11-28don't leak impl. detailsDavid Tardon1-24/+24
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-3/+1
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl1-3/+13
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl1-40/+16
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-6/+6
2016-08-04tdf#101008 fix XOR renderingTomaž Vajngerl1-24/+69
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl1-0/+18
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-1/+1
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl1-3/+16
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl1-306/+55
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl1-98/+67
2016-06-08opengl: fix transparency when drawing polypolygonsTomaž Vajngerl1-0/+4
2016-06-08opengl: batch draw polypolygonsTomaž Vajngerl1-20/+3
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl1-151/+114
2016-06-08opengl: VertexUtils, deferred flush update, remove unneeded callsTomaž Vajngerl1-70/+48
2016-05-29tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl1-10/+58
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl1-25/+44
2016-05-23opengl: use line shader for all line drawing not just polylinesTomaž Vajngerl1-200/+14
2016-05-23opengl: use existing code for "legacy" polyline, polygon render.Tomaž Vajngerl1-69/+25
2016-05-19loplugin:defaultparamsTor Lillqvist1-1/+1
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl1-65/+51
2016-05-17tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl1-3/+1
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-13/+13
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-3/+2
2016-05-11There is nothing called 'flushAndSwap'Tor Lillqvist1-5/+5
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin1-3/+3
2016-05-10Check if we have an OpenGL context before using API that requires itTor Lillqvist1-2/+5
2016-04-30opengl: track the state of glViewportTomaž Vajngerl1-5/+2
2016-04-30opengl: sync scissor and stencil state, generic capability stateTomaž Vajngerl1-5/+7
2016-04-30opengl: track the state of stencil testTomaž Vajngerl1-19/+14