Groups
Groups
Sign in
Groups
Groups
skia-discuss
Conversations
About
Send feedback
Help
skia-discuss
1–30 of 2918
Mark all as read
Report group
0 selected
Marc Pabst
,
Michael Ludwig
2
Sep 25
8-bit quantization when rendering F32 colours into RGBA16F surface
Yes, in Ganesh, certain geometry renderers will use colors packed into UNORM8x4 vertex attributes to
unread,
8-bit quantization when rendering F32 colours into RGBA16F surface
Yes, in Ganesh, certain geometry renderers will use colors packed into UNORM8x4 vertex attributes to
Sep 25
刘增强
Sep 25
Is there a release version of a program or tool for locally viewing MSKP files?
I am a current CS student, and recently I've been learning how to use Skia and capturing MSKP
unread,
Is there a release version of a program or tool for locally viewing MSKP files?
I am a current CS student, and recently I've been learning how to use Skia and capturing MSKP
Sep 25
Hin-Tak Leung
, …
Munashe Dirwayi
5
Sep 25
arm64 windows gn from fetch-gn is currently broken
Test On Thursday, 14 August 2025 at 15:35:14 UTC+2 bungeman wrote: It should be possible to open new
unread,
arm64 windows gn from fetch-gn is currently broken
Test On Thursday, 14 August 2025 at 15:35:14 UTC+2 bungeman wrote: It should be possible to open new
Sep 25
黄世平
Sep 25
why SkDescriptor don't check fLength
Source Code: bool SkDescriptor::operator==(const SkDescriptor& other) const { // the first value
unread,
why SkDescriptor don't check fLength
Source Code: bool SkDescriptor::operator==(const SkDescriptor& other) const { // the first value
Sep 25
Sonai
Sep 4
Proper GPU Resource Management with Skia + Metal on macOS (WrapBackendTexture & AdoptTextureFrom)
Hello Skia Community, We are working on tile rendering in a background thread using Skia with Metal
unread,
Proper GPU Resource Management with Skia + Metal on macOS (WrapBackendTexture & AdoptTextureFrom)
Hello Skia Community, We are working on tile rendering in a background thread using Skia with Metal
Sep 4
Antoine Domon
2
Sep 4
Support of SkCanvas::drawMesh() with CPU backend
Is there absolutely no plan to support SkMesh with software rasterization? On Wednesday, January 8,
unread,
Support of SkCanvas::drawMesh() with CPU backend
Is there absolutely no plan to support SkMesh with software rasterization? On Wednesday, January 8,
Sep 4
Candy Man
Sep 4
Is there any working sample for iOS?
I created one. But it always crash when I draw with Skia. Here is my code: #ifdef __cplusplus // Skia
unread,
Is there any working sample for iOS?
I created one. But it always crash when I draw with Skia. Here is my code: #ifdef __cplusplus // Skia
Sep 4
Rakshit Sharma
Sep 3
Skia Update: New Branch M141
Hi Skia Community! Skia has a new branch, M141. We will commit limited cherry picks of high priority
unread,
Skia Update: New Branch M141
Hi Skia Community! Skia has a new branch, M141. We will commit limited cherry picks of high priority
Sep 3
mattl...@live.com
2
Aug 20
Using Metal command queues
We were having a look at this code on the side of GrDirectContext::MakeMetal and we notice this (this
unread,
Using Metal command queues
We were having a look at this code on the side of GrDirectContext::MakeMetal and we notice this (this
Aug 20
iN
, …
Hin-Tak Leung
6
Aug 15
I can't compile Skia on Windows as a shared library when enabling SVG
Thanks, that looks helpful! But I wonder if the same approach could be done with other modules
unread,
I can't compile Skia on Windows as a shared library when enabling SVG
Thanks, that looks helpful! But I wonder if the same approach could be done with other modules
Aug 15
Elena Torró
Aug 14
Outline artifacts when using Xor BlendMode for text inner strokes
I'm trying to draw inner strokes on text in Skia, and I've run into some weird outline
unread,
Outline artifacts when using Xor BlendMode for text inner strokes
I'm trying to draw inner strokes on text in Skia, and I've run into some weird outline
Aug 14
MuseRay
,
Haji Mohammad Samir Azizi
3
Aug 14
Slow first draw image with Skia/EGL
Yes On Mon, 11 Aug 2025 at 5:58 PM MuseRay <luleit...@gmail.com> wrote: can somebody help me
unread,
Slow first draw image with Skia/EGL
Yes On Mon, 11 Aug 2025 at 5:58 PM MuseRay <luleit...@gmail.com> wrote: can somebody help me
Aug 14
Sowmyyy Reanz
,
Noelle Scobie
3
Aug 14
Regarding Android compose and skia rendering sync problem
Hi thanks for your clarification! Yeah , we are using latest android versions! Black view is
unread,
Regarding Android compose and skia rendering sync problem
Hi thanks for your clarification! Yeah , we are using latest android versions! Black view is
Aug 14
Lucas
,
Hin-Tak Leung
2
Aug 14
libpng_decode dependency introduced in m123
what's your "skia_use_system_libpng=" value? If you set it to false and actually use
unread,
libpng_decode dependency introduced in m123
what's your "skia_use_system_libpng=" value? If you set it to false and actually use
Aug 14
M S
,
Hin-Tak Leung
2
Aug 14
Unable to compile with SkParagraph in c++ (Linux)
Your library linking order is wrong - for example, the last error - libskparagraph.a looks for
unread,
Unable to compile with SkParagraph in c++ (Linux)
Your library linking order is wrong - for example, the last error - libskparagraph.a looks for
Aug 14
Mungai Brian
,
Michael Ludwig
7
Aug 6
Antialiasing bug
Ah yes, SkColor4f is assumed to have a normal component range of [0, 1] but does not clamp values
unread,
Antialiasing bug
Ah yes, SkColor4f is assumed to have a normal component range of [0, 1] but does not clamp values
Aug 6
Rakshit Sharma
Aug 6
Skia Update: New Branch M140
Hi Skia Community! Skia has a new branch, M140. We will commit limited cherry picks of high priority
unread,
Skia Update: New Branch M140
Hi Skia Community! Skia has a new branch, M140. We will commit limited cherry picks of high priority
Aug 6
Cedric
,
jlav...@google.com
6
Aug 5
Crash with trivial SkParagraph code on Linux
Thank you for clarifying that. On Tuesday, August 5, 2025 at 8:45:51 AM UTC-4 Cedric wrote: Hello, so
unread,
Crash with trivial SkParagraph code on Linux
Thank you for clarifying that. On Tuesday, August 5, 2025 at 8:45:51 AM UTC-4 Cedric wrote: Hello, so
Aug 5
Aitor Gomila
,
Michael Ludwig
2
Aug 3
SkCanvas creation tutorial is outdated. Proposal to update it
What version of Skia are you using? The latest release of Skia uses `SkSurfaces::RenderTarget()` and
unread,
SkCanvas creation tutorial is outdated. Proposal to update it
What version of Skia are you using? The latest release of Skia uses `SkSurfaces::RenderTarget()` and
Aug 3
Ge汁菌
,
Michael Ludwig
2
Aug 3
drawAtlas can not work in graphite dawn backend
We still have to port drawAtlas and drawImageLattice to Graphite On Tuesday, July 29, 2025 at 9:06:16
unread,
drawAtlas can not work in graphite dawn backend
We still have to port drawAtlas and drawImageLattice to Graphite On Tuesday, July 29, 2025 at 9:06:16
Aug 3
Thierry Seegers
, …
Cristiano Carvalheiro
9
Aug 3
Feasability of adding PDF/X support, exporting "sRGB objects" in PDF
@thierry We are currently in the process of evaluating alternatives. Thank you for the tip. On
unread,
Feasability of adding PDF/X support, exporting "sRGB objects" in PDF
@thierry We are currently in the process of evaluating alternatives. Thank you for the tip. On
Aug 3
YUANPEI WU
, …
Timo Witte
6
Aug 3
How is the division of work between snap() and insertRecording() in graphite with vulkan?
Thank you for this thread. I am doing the same currently and it's working out great / this thread
unread,
How is the division of work between snap() and insertRecording() in graphite with vulkan?
Thank you for this thread. I am doing the same currently and it's working out great / this thread
Aug 3
Solarite
,
John Wiseman
2
Jul 29
SkFontMgr instantiation
See "skia/tools/fonts/FontToolUtils.cpp" for an example.
unread,
SkFontMgr instantiation
See "skia/tools/fonts/FontToolUtils.cpp" for an example.
Jul 29
L2000
,
Michael Ludwig
2
Jul 28
Guidance on Optimizing Skia Image Rendering
Those are reasonable heuristics to use for performance. Cubic filtering can give higher quality than
unread,
Guidance on Optimizing Skia Image Rendering
Those are reasonable heuristics to use for performance. Cubic filtering can give higher quality than
Jul 28
han “mor” wang
Jul 22
creating a skimage (gpu-backend), and throwing it into a non-gl thread would cause program crash
hello everyone, when I was using skia, I confront a issue. First I create skimage (gpu-backend ,using
unread,
creating a skimage (gpu-backend), and throwing it into a non-gl thread would cause program crash
hello everyone, when I was using skia, I confront a issue. First I create skimage (gpu-backend ,using
Jul 22
Noel Grandin
, …
K. Moon
6
Jul 22
printing on windows?
Questions about what Chrome does probably would be better directed to the chromium-dev group. (Or
unread,
printing on windows?
Questions about what Chrome does probably would be better directed to the chromium-dev group. (Or
Jul 22
kjlu...@google.com
,
bungeman
2
Jul 21
Bug tracker temporarily closed due to spam
At bugs.skia.org there is now a component `Skia > New` which can be used by the general (logged in
unread,
Bug tracker temporarily closed due to spam
At bugs.skia.org there is now a component `Skia > New` which can be used by the general (logged in
Jul 21
Pushp Parag Agarwal
,
kjlu...@google.com
4
Jul 18
[Proposal] CanvasKit PDF Support
Please follow the contribution guidelines so the change gets into our usual code review platform.
unread,
[Proposal] CanvasKit PDF Support
Please follow the contribution guidelines so the change gets into our usual code review platform.
Jul 18
João Oliveira
Jul 16
Shader of SkMesh
Whilst using SkMesh to render 3D geometries I attempted to use backface culling, hence I need to
unread,
Shader of SkMesh
Whilst using SkMesh to render 3D geometries I attempted to use backface culling, hence I need to
Jul 16
min
Jul 15
How to correctly draw an image with an alpha channel of 0
I loaded an image with an alpha channel of 0, and I want to draw it as an opaque image when using
unread,
How to correctly draw an image with an alpha channel of 0
I loaded an image with an alpha channel of 0, and I want to draw it as an opaque image when using
Jul 15