summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
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
2016-05-11There is nothing called 'flushAndSwap'Tor Lillqvist
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin
2016-05-10Check if we have an OpenGL context before using API that requires itTor Lillqvist
2016-04-30opengl: track the state of glViewportTomaž Vajngerl
2016-04-30opengl: sync scissor and stencil state, generic capability stateTomaž Vajngerl
2016-04-30opengl: track the state of stencil testTomaž Vajngerl
2016-04-30opengl: track the state of scissor test and the dimensionsTomaž Vajngerl
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-14use atan2 from std instead of glmTomaž Vajngerl
2016-04-14tdf#99244 opengl: miter limit for poly linesTomaž Vajngerl
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin
2016-04-08opengl: fix wrong clipping when drawing textTomaž Vajngerl
2016-04-08opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl
2016-04-08opengl: deferred and optimized (text) texture drawingTomaz Vajngerl