vcl/skia/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 876b58e7030b2a24eca5464bb172bdd0b45c8546
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue Sep 21 21:17:33 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 22 13:04:19 2021 +0200

    Fix Skia/Raster description
    
    See https://bugs.documentfoundation.org/show_bug.cgi?id=144598#c16
    
    Change-Id: I5a39fbc324af0944560e91d4249ab572e5579af1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122404
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/vcl/skia/README b/vcl/skia/README
index 8381dd8dca89..f2903d97fdd7 100644
--- a/vcl/skia/README
+++ b/vcl/skia/README
@@ -13,7 +13,7 @@ Skia drawing methods:
 =====================
 
 Skia supports several methods to draw:
-- Raster - CPU-based drawing (here primarily used for debugging)
+- Raster - CPU-based drawing (here primarily used for fallback when Vulkan 
isn't available or for debugging)
 - Vulkan - Vulkan-based GPU drawing, this is the default
 - Metal - MACOSX GPU drawing, this is the Mac default
 

Reply via email to