Age | Commit message (Expand) | Author |
2020-02-19 | work around a driver/card(?) problem with Skia and AA-ed polygons | Luboš Luňák |
2020-02-10 | cid#1458168 silence bogus Dereference after null check | Caolán McNamara |
2020-02-10 | add (Vulkan) blacklisting to Skia | Luboš Luňák |
2020-02-08 | Fix typo | Andrea Gelmini |
2020-02-07 | Removed executable permission on files | Andrea Gelmini |
2020-02-07 | tdf#130478 Enhance Dashed line drawing on all systems | Armin Le Grand (Collabora) |
2020-02-07 | add Skia crash zone checking | Luboš Luňák |
2020-01-31 | fix uninitialized memory in Skia | Luboš Luňák |
2020-01-20 | workaround for Skia+Cairo text drawing exhausting GPU memory | Luboš Luňák |
2020-01-20 | remove outdated Skia TODO comments | Luboš Luňák |
2020-01-20 | fix Skia bitmap blending | Luboš Luňák |
2020-01-20 | tweak Skia raster line drawing | Luboš Luňák |
2020-01-16 | limit the area where we manually do xor drawing in Skia | Luboš Luňák |
2020-01-16 | implement xor drawing for Skia | Luboš Luňák |
2020-01-15 | avoid needless copy by SkSurface::makeImageSnapshot(rect) | Luboš Luňák |
2020-01-09 | fix Skia virtual device alpha blending (tdf#129865) | Luboš Luňák |
2019-12-13 | use SkCanvas::clipPath() as the real solution | Luboš Luňák |
2019-12-13 | fix off-by-one with rectangle->polygon Skia clipping (tdf#129211) | Luboš Luňák |
2019-12-12 | update Skia to chrome/m80 | Luboš Luňák |
2019-12-06 | use SkBitmap::setImmutable() where suitable | Luboš Luňák |
2019-12-06 | make all Skia drawing GPU-backed, if possible | Luboš Luňák |
2019-12-06 | keep just one shared reference to Skia shared GrContext | Luboš Luňák |
2019-12-06 | make Skia Windows text rendering use SkImage instead of SkBitmap | Luboš Luňák |
2019-11-27 | Fix typo | Andrea Gelmini |
2019-11-27 | Fix typo | Andrea Gelmini |
2019-11-27 | fix SkiaSalGraphicsImpl::drawPolyLine() | Luboš Luňák |
2019-11-27 | don't fall back to raster if Skia is first asked for offscreen surface | Luboš Luňák |
2019-11-27 | avoid some compiler warnings in Skia VCL code | Luboš Luňák |
2019-11-27 | make sure Skia invert with TrackFrame doesn't paint outside | Luboš Luňák |
2019-11-27 | make Skia GPU offscreen surfaces work with unittests | Luboš Luňák |
2019-11-27 | remove no-longer-needed Skia workaround for GPU offscreen drawing | Luboš Luňák |
2019-11-27 | make Skia VCL backend fall back to raster if vulkan doesn't work | Luboš Luňák |
2019-11-27 | fix Skia offscreen GPU-backed drawing | Luboš Luňák |
2019-11-27 | avoid repeated SkSurface recreating because of X11 being asynchronous | Luboš Luňák |
2019-11-27 | make Skia copyArea() and copyBits() actually copy, not draw | Luboš Luňák |
2019-11-27 | use center of pixels when doing GPU drawing using Skia | Luboš Luňák |
2019-11-27 | make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreen | Luboš Luňák |
2019-11-27 | add SAL log group vcl.skia for tracing Skia usage | Luboš Luňák |
2019-11-27 | handle properly Skia color endianess | Luboš Luňák |
2019-11-27 | pre-fill Skia bitmaps/surfaces with garbage in dbgutil mode | Luboš Luňák |
2019-11-27 | implement SalROPColor in Skia | Luboš Luňák |
2019-11-27 | fix debug build | Luboš Luňák |
2019-11-27 | skia: drawMask can be simplified with drawBitmap call | Tomaž Vajngerl |
2019-11-27 | skia: add common function to check the input SalTwoRects | Tomaž Vajngerl |
2019-11-27 | skia: use a common drawBitmap in more cases | Tomaž Vajngerl |
2019-11-27 | skia: implement blendAlphaBitmap and blendBitmap | Tomaž Vajngerl |
2019-11-27 | skia: don't loop to first point if the polygon is not closed | Tomaž Vajngerl |
2019-11-27 | make Skia use AA when asked for | Luboš Luňák |
2019-11-27 | fix SkiaSalGraphicsImpl::drawPixel() | Luboš Luňák |
2019-11-27 | hopefully finally fix SkiaSalGraphicsImpl::drawMask() | Luboš Luňák |