Age | Commit message (Expand) | Author |
2016-10-19 | opengl: blit offscreen framebuffer instead of drawing | Tomaž Vajngerl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-05 | convert GradientStyle to scoped enum | Noel Grandin |
2016-08-04 | tdf#101008 fix XOR rendering | Tomaž Vajngerl |
2016-06-24 | tdf#100411 start the flush timer when batching (PostBatchDraw) | Tomaž Vajngerl |
2016-06-09 | tdf#96971 SetXORMode - remove un-needed parameter | melikeyurtoglu |
2016-06-09 | tdf#99795 drawAlphaBitmap should scale the bitmap if necessary | Tomaž Vajngerl |
2016-06-08 | opengl: batch drawing of polylines | Tomaž Vajngerl |
2016-06-08 | opengl: deferred texture drawing in RenderList, add drawAlphaRect | Tomaž Vajngerl |
2016-06-08 | opengl: fix transparency when drawing polypolygons | Tomaž Vajngerl |
2016-06-08 | opengl: batch draw polypolygons | Tomaž Vajngerl |
2016-06-08 | opengl: batch drawing of pixel, line, rect draw calls | Tomaž Vajngerl |
2016-06-08 | opengl: VertexUtils, deferred flush update, remove unneeded calls | Tomaž Vajngerl |
2016-05-29 | tdf#100080 set unused shader attribs with values, fixes GL on AMD | Tomaž Vajngerl |
2016-05-23 | opengl: combined shaders to reduce shader switching | Tomaž Vajngerl |
2016-05-23 | opengl: use line shader for all line drawing not just polylines | Tomaž Vajngerl |
2016-05-23 | opengl: use existing code for "legacy" polyline, polygon render. | Tomaž Vajngerl |
2016-05-19 | loplugin:defaultparams | Tor Lillqvist |
2016-05-19 | opengl: track the state of blend, DrawArrays on OpenGLProgram | Tomaž Vajngerl |
2016-05-17 | tdf#99130 use subdivision on B2DPolygon, angle based subdivision | Tomaž Vajngerl |
2016-05-13 | clang-tidy modernize-loop-convert in vcl | Noel Grandin |
2016-05-12 | simplify SalGraphics::copyArea flags argument | Noel Grandin |
2016-05-11 | There is nothing called 'flushAndSwap' | Tor Lillqvist |
2016-05-10 | Convert SAL_INVERT to scoped enum | Noel Grandin |
2016-05-10 | Check if we have an OpenGL context before using API that requires it | Tor Lillqvist |
2016-04-30 | opengl: track the state of glViewport | Tomaž Vajngerl |
2016-04-30 | opengl: sync scissor and stencil state, generic capability state | Tomaž Vajngerl |
2016-04-30 | opengl: track the state of stencil test | Tomaž Vajngerl |
2016-04-30 | opengl: track the state of scissor test and the dimensions | Tomaž Vajngerl |
2016-04-26 | tdf#48066 render stroke-miterlimit correctly in SVG import | Regina Henschel |
2016-04-14 | use atan2 from std instead of glm | Tomaž Vajngerl |
2016-04-14 | tdf#99244 opengl: miter limit for poly lines | Tomaž Vajngerl |
2016-04-12 | clang-tidy performance-unnecessary-value-param in vcl | Noel Grandin |
2016-04-08 | opengl: fix wrong clipping when drawing text | Tomaž Vajngerl |
2016-04-08 | opengl: use packed texture atlas for glyph cache in win. backend | Tomaž Vajngerl |
2016-04-08 | opengl: deferred and optimized (text) texture drawing | Tomaz Vajngerl |
2016-04-07 | loplugin:stringconstant | Stephan Bergmann |
2016-04-07 | tdf#98960 - DrawTransformedTexture adapted to the new area scale shader | Marco Cecchetti |
2016-03-16 | loplugin:constantparams in vcl/ | Noel Grandin |
2016-03-14 | tdf#95616 - fix flickering issue | Marco Cecchetti |
2016-03-09 | vcldemo: improved text rendering test. | Michael Meeks |
2016-03-07 | opengl: fix inv.scale values are always integer - cid#1352479 | Tomaž Vajngerl |
2016-02-25 | opengl: shader based polyline rendering - fixes tdf#97137 for OGL | Tomaž Vajngerl |
2016-02-11 | tdf#97763 - avoid divide by zero for scaling images to tiny dimensions. | Michael Meeks |
2016-02-11 | tdf#97715 fix inv. scale calculation in DrawTransformedTexture | Tomaž Vajngerl |
2016-01-13 | Bin unused field | Tor Lillqvist |
2016-01-12 | tdf#96385 - opengl: dynamically adjust priority of swap buffers. | Michael Meeks |
2016-01-09 | tdf#96657 - vcl opengl: implement invert: Track Frame. | Michael Meeks |
2016-01-09 | tdf#96919 - vcl opengl: implement missing XOR mode. | Michael Meeks |
2016-01-06 | loplugin:defaultparams | Stephan Bergmann |