summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_canvashelper.cxx
AgeCommit message (Expand)Author
2015-03-02general transformation for canvasbitmapsMichael Jaumann
2015-03-02related to last commit, forget a line :)Michael Jaumann
2015-03-02draw strokes correctMichael Jaumann
2015-03-02no need here for colorMichael Jaumann
2015-03-02fill polypolygons fully transparentMichael Jaumann
2015-03-02subdivide bezier curvesMichael Jaumann
2015-03-02draw stroke polygonsMichael Jaumann
2015-03-02fix, transformation matrix for gradientsMichael Jaumann
2015-03-02use gradients in canvashelperMichael Jaumann
2015-03-02transform bitmapsMichael Jaumann
2015-03-02texture transformation shaderMichael Jaumann
2015-03-02set transformation matrix before renderingMichael Jaumann
2015-03-02bind lcl_drawPolyPolygonMichael Jaumann
2015-03-02drawArrays with triangles, correct buffersizeMichael Jaumann
2015-03-02use const refs and vectors instead of arraysMichael Jaumann
2015-03-02renderComplexPolyPolygon -> openGl 2.1Michael Jaumann
2015-03-02remove glMatrixStack from ogl_canvasMichael Jaumann
2015-03-02assign lcl_drawPolyPolygon to maFunctionMichael Jaumann
2015-03-02renderOSD with renderHelperMichael Jaumann
2015-03-02mv renderHelper->Spritedevicehelper,init OglContxtMichael Jaumann
2015-03-02renderHelper instead fixedPipeline part 1Michael Jaumann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-02some temporary debug outputMarkus Mohrhard
2014-08-08-Werror,-Wunused-macrosStephan Bergmann
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-10-11CID#1103749 unintialized memberCaolán McNamara
2013-10-07Add opengl canvas implementation.Thorsten Behrens