summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
2018-09-08Support buffering SystemDependent GraphicDataArmin Le Grand
2017-08-09Refactor Scheduler to add Task classJan-Marek Glogowski
2016-12-09tdf#104034 skip polygons with less than 2 points (LO 5-2)Tomaž Vajngerl
2016-11-11tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl
2016-08-08tdf#101008 fix XOR renderingTomaž Vajngerl
2016-08-08tdf#100915 draw antialiased line just for polygon outlineTomaž Vajngerl
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl
2016-05-30tdf#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
2016-01-09tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks
2016-01-06loplugin:defaultparamsStephan Bergmann
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-04tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
2016-01-02vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
2016-01-02tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks
2016-01-01Fix drawTransformedBitmap for NULL pAlphaBitmap #2.Michael Meeks