summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
2017-02-01Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara
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
2016-04-07loplugin:stringconstantStephan Bergmann
2016-04-07tdf#98960 - DrawTransformedTexture adapted to the new area scale shaderMarco Cecchetti
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-14tdf#95616 - fix flickering issueMarco Cecchetti
2016-03-09vcldemo: improved text rendering test.Michael Meeks
2016-03-07opengl: fix inv.scale values are always integer - cid#1352479Tomaž Vajngerl
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl
2016-02-11tdf#97763 - avoid divide by zero for scaling images to tiny dimensions.Michael Meeks
2016-02-11tdf#97715 fix inv. scale calculation in DrawTransformedTextureTomaž Vajngerl
2016-01-13Bin unused fieldTor Lillqvist
2016-01-12tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks
2016-01-09tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks