summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2016-05-21WaE: -Werror=maybe-uninitializedCaolán McNamara
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
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-16Fix typosAndrea Gelmini
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-05-09cid#1358836 reorganize to silence Resource leak in objectCaolán McNamara
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl
2016-05-01follow-up for tinderbox fixJochen Nitschke
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-30opengl: track state of active and bound textures in contextTomaž Vajngerl
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
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-11cppcheck: noExplicitConstructorCaolán McNamara
2016-04-11coverity#1358428 fix "Null pointer dereferences"Tomaž Vajngerl
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl
2016-04-08opengl: cleanup texture, const internal formatTomaž Vajngerl
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: texture atlas impl. to efficiently packs texturesTomaž 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-30loplugin:stringconstantTor Lillqvist
2016-03-30tdf#98960 fix OpenGL crash by optimized image scalingMarco Cecchetti
2016-03-23trying to get a GL context after GL de-initialization - fixedMarco 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-03-04-Werror,-WshadowStephan Bergmann
2016-02-26log some information about used OpenGL deviceMarkus Mohrhard
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl
2016-02-24-Werror,-Wunused-functionStephan Bergmann