Date: prev next · Thread: first prev next last
November 2019 Archives by date, by thread · List index


Tinderbox on Master for Windows-Debug - Build # 24513 - Failure:
Identified problems:
* cppunit failure: the cppunit test CppunitTest_sc_text_functions_test failed
  * Indication 1:
    
<https://ci.libreoffice.org//job/lo_tb_master_win_dbg/24513/consoleFull#348203632d893063f-7f3d-4b7e-b56f-4e0f225817cd>


Check console output at https://ci.libreoffice.org/job/lo_tb_master_win_dbg/24513/ to view the 
results.

Changes for Build #24513
[Stephan Bergmann] Remove unused BackendImpl::t_string2object

[Luboš Luňák] initial build of the Skia library

[Luboš Luňák] build also OpenGL and Vulkan support in Skia

[Luboš Luňák] add PCH to Skia

[Luboš Luňák] build Skia also on Windows

[Luboš Luňák] move opengl vcl files to opengl/

[Luboš Luňák] initial empty Skia VCL implementation

[Luboš Luňák] basic functional implementation of Skia SalBmp

[Luboš Luňák] initial work on Skia SalGraphics

[Luboš Luňák] more work on SkiaSalGraphicsImpl, mainly drawBitmap

[Luboš Luňák] add .cxx file for SalBitmap

[Luboš Luňák] move opengl's code for converting 1,2,4bpp to 24bpp

[Luboš Luňák] better support for <8 bpp in SkiaSalBitmap

[Luboš Luňák] Skia supports 32bit bitmaps

[Luboš Luňák] Skia alpha handling improvements

[Luboš Luňák] more SkiaSalgraphicsImpl drawing

[Luboš Luňák] implement skia copyBits()

[Luboš Luňák] better handling of bit depths in skia code

[Luboš Luňák] implement Skia setClipRegion()

[Luboš Luňák] flush SkSurface's SkCanvas before getting data from it

[Luboš Luňák] correct SkPaint usage when painting

[Luboš Luňák] make the X11/Skia backend finally capable of drawing on screen

[Luboš Luňák] implement skia x11 cairo text drawing

[Luboš Luňák] build also the tools/sk_app part of Skia

[Luboš Luňák] make X11/Skia render to screen using Skia code

[Luboš Luňák] make WinSalVirtualDevice::SetSize() always call Init() for all Impl's

[Luboš Luňák] initial implementation of Skia drawing on screen in Windows

[Luboš Luňák] also check rendering in SvmTest::testBitmaps()

[Luboš Luňák] disable bitmap CRC checking in SvmTest::checkBitmap(Ex)s() for Skia

[Luboš Luňák] build properly with or without Skia enabled

[Luboš Luňák] fix warning

[Luboš Luňák] refactor Windows OpenGLGlyphCache stuff to be reusable for Skia

[Luboš Luňák] use SupportsBitmap32 also for Skia on Windows

[Luboš Luňák] basic implementation of Skia text drawing on Windows

[Luboš Luňák] remove abort() from SkiaSalGraphicsImpl::invert()

[Luboš Luňák] make Skia SkBitmap dumping function static

[Luboš Luňák] disable checkconfigmacros compiler check for UnpackedTarball

[Luboš Luňák] use the same config file for skia build and using it

[Luboš Luňák] fix Skia enabling (disabling and it should not be enabled by default)

[Luboš Luňák] update PCH for Skia

[Luboš Luňák] skia: implement invert operation

[Luboš Luňák] add "invert" tests to BackendTest

[Luboš Luňák] skia: change lclPolygonToPath to get SkPath as parameter

[Luboš Luňák] skia: move {to,from}SkColor to gdiimpl.cxx

[Luboš Luňák] backendtests: remove unused variable - aReturnValue

[Luboš Luňák] build skia by default

[Luboš Luňák] update Skia to chrome-m79

[Luboš Luňák] fix Skia/vulkan with some locales

[Luboš Luňák] resize surface in SkiaSalGraphicsImpl if needed

[Luboš Luňák] update Skia PCH after the update to m79

[Luboš Luňák] allocate Skia SkSurface on demand

[Luboš Luňák] delete Skia WindowContext only after the SkSurface it has created

[Luboš Luňák] make Skia use either Raster or Vulkan, depending on a setting

[Luboš Luňák] add GUI and configuration options for Skia

[Luboš Luňák] remove some obsolete Skia TODO's

[Luboš Luňák] skia: implement direct PolyPolygon and PolyLine rendering

[Luboš Luňák] implement pruning in SkiaGlobalWinGlyphCache

[Luboš Luňák] note about SkiaSalBitmap::ConvertToGreyscale() not being worth it

[Luboš Luňák] finish Skia toSkRegion()

[Luboš Luňák] Add getting of render backend name + impl. for skia

[Luboš Luňák] backendtest: Add PolyLine B2D test diamond

[Luboš Luňák] backendtest: Add polyline bezier curve backend tests

[Luboš Luňák] backendtests: enable tests only when render backend is skia

[Luboš Luňák] skia: redirect drawBitmap with bitmap + mask to drawAlphaBitmap

[Luboš Luňák] reimplement supportsOperation() for Skia and OpenGL

[Luboš Luňák] transform to device coords in Skia drawPolyPolygon()

[Luboš Luňák] fix warning from loplugin:datamembershadow

[Luboš Luňák] fix alpha conversion in SalBitmap::convertDataBitCount()

[Luboš Luňák] fix alpha in SkiaSalGraphicsImpl::drawAlphaBitmap()

[Luboš Luňák] skia: drawAlphaRect and drawRect use common code

[Luboš Luňák] backendtests: add some bitmap tests

[Luboš Luňák] skia: implement drawTransformedBitmap

[Luboš Luňák] update Skia fix-shader-locale.patch.1 to the upstream version

[Luboš Luňák] skip text drawing if there is nothing to draw

[Luboš Luňák] fix SkiaSalGraphicsImpl::drawMask()

[Luboš Luňák] fix Skia Windows text rendering

[Luboš Luňák] more safe handling of destroying Skia surfaces/contexts

[Luboš Luňák] default to Skia using Vulkan, use SAL_SKIA=raster to use raster

[Luboš Luňák] add Skia VCL README with some basic information

[Luboš Luňák] work around for Skia SkCanvas::clipRegion() bug

[Luboš Luňák] add a TODO note about Skia Vulkan surface getting recreated too often

[Luboš Luňák] restore canvas state in SkiaSalGraphicsImpl::drawTransformedBitmap()

[Luboš Luňák] use SkPath::kEvenOdd_FillType for polypolygon paths in Skia

[Luboš Luňák] temporarily disable failing tests in visualbackendtest

[Luboš Luňák] hopefully finally fix SkiaSalGraphicsImpl::drawMask()

[Luboš Luňák] fix SkiaSalGraphicsImpl::drawPixel()

[Luboš Luňák] remove unwanted debug dump

[Luboš Luňák] implement Skia native controls drawing/caching for Windows

[Luboš Luňák] mark a local function static

[Luboš Luňák] make Skia use AA when asked for

[Luboš Luňák] vcl: allow creating a VirtualDevice with alpha sufrace

[Luboš Luňák] backendtest: support creating VirtualDevice with alpha

[Luboš Luňák] backendtest: test blending of bitmap

[Luboš Luňák] skia: don't loop to first point if the polygon is not closed

[Luboš Luňák] skia: implement blendAlphaBitmap and blendBitmap

[Luboš Luňák] skia: use a common drawBitmap in more cases

[Luboš Luňák] skia: add common function to check the input SalTwoRects

[Luboš Luňák] skia: drawMask can be simplified with drawBitmap call

[Luboš Luňák] fix debug build

[Luboš Luňák] extend vcl backendtest to more backends

[Luboš Luňák] implement SalROPColor in Skia

[Luboš Luňák] move docs for Skia env.vars. to vcl/README.vars

[Luboš Luňák] some VCL OpenGL-specific env.vars. actually apply to Skia as well now

[Luboš Luňák] fix Skia text color on X11

[Luboš Luňák] pre-fill Skia bitmaps/surfaces with garbage in dbgutil mode

[Luboš Luňák] handle properly Skia color endianess

[Luboš Luňák] add SAL log group vcl.skia for tracing Skia usage

[Luboš Luňák] make visualbackendtest draw at more than 60FPS

[Luboš Luňák] make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreen

[Luboš Luňák] use center of pixels when doing GPU drawing using Skia

[Luboš Luňák] make Skia copyArea() and copyBits() actually copy, not draw

[Luboš Luňák] use different line and fill color in vcl backendtest

[Luboš Luňák] avoid repeated SkSurface recreating because of X11 being asynchronous

[Luboš Luňák] clean up properly in VCL backend tests

[Luboš Luňák] fix Skia offscreen GPU-backed drawing

[Luboš Luňák] make Skia VCL backend fall back to raster if vulkan doesn't work

[Luboš Luňák] remove no-longer-needed Skia workaround for GPU offscreen drawing

[Luboš Luňák] do not use Xlib for accessing something that is not an X window

[Luboš Luňák] add invert() tests to visualbackendtest

[Luboš Luňák] make Skia GPU offscreen surfaces work with unittests

[Luboš Luňák] fix memory leak

[Luboš Luňák] disable Skia resource leak checking on exit

[Luboš Luňák] make sure Skia invert with TrackFrame doesn't paint outside

[Luboš Luňák] make about dialog differentiate between Skia with Vulkan or raster

[Luboš Luňák] avoid unused parameter warning in non-debug build

[Luboš Luňák] solve the Skia lerp() conflict differently

[Luboš Luňák] avoid some compiler warnings in Skia VCL code

[Luboš Luňák] build Skia only on selected platforms

[Luboš Luňák] fix Skia with --enable-pch=full

[Luboš Luňák] fix a VirtualDevice leak

[Luboš Luňák] fix mistyped operator

[Luboš Luňák] copy SkImage properly

[Luboš Luňák] handle properly true 32bit bitmaps in some places

[Luboš Luňák] patch Skia bug with copying data with different alpha type

[Luboš Luňák] revert BackendCapabilities::mbSupportsBitmap32 for Skia

[Luboš Luňák] use the native Skia color Type when using Vulkan

[Luboš Luňák] do not require Vulkan devel package for Skia

[Luboš Luňák] don't fall back to raster if Skia is first asked for offscreen surface

[Luboš Luňák] fix SkiaSalGraphicsImpl::drawPolyLine()

[Luboš Luňák] always test Skia before OpenGL

[Luboš Luňák] use idle priority in visualbackendtest

[Caolán McNamara] tdf#129037 disable updates during multiselection
-- 
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.