summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
2018-07-04tdf#115671 vcl opengl: fix drawing of polylines with duplicate pointsMiklos Vajna
2018-06-28tdf#102960 vcl opengl: fix missing support for polygon track framesMiklos Vajna
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-04tdf#101008 fix XOR renderingTomaž Vajngerl
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl
2016-06-08opengl: fix transparency when drawing polypolygonsTomaž Vajngerl
2016-06-08opengl: batch draw polypolygonsTomaž Vajngerl
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl
2016-06-08opengl: VertexUtils, deferred flush update, remove unneeded callsTomaž Vajngerl
2016-05-29tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl
2016-05-23opengl: use line shader for all line drawing not just polylinesTomaž Vajngerl
2016-05-23opengl: use existing code for "legacy" polyline, polygon render.Tomaž Vajngerl
2016-05-19loplugin:defaultparamsTor Lillqvist
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl
2016-05-17tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin