Groups
Groups
Sign in
Groups
Groups
skia-discuss
Conversations
About
Send feedback
Help
skia-discuss
1–30 of 2929
Mark all as read
Report group
0 selected
Praveen
,
Hemanth
2
7:57 AM
Skia including headers errors in visual studio
Hi, There are mainly two things First is, you need to include all the required library files and
unread,
Skia including headers errors in visual studio
Hi, There are mainly two things First is, you need to include all the required library files and
7:57 AM
Heather Miller
Oct 28
Skia Update: New Branch M143
Hi Skia Community! Skia has a new branch, M143. We will commit limited cherry picks of high priority
unread,
Skia Update: New Branch M143
Hi Skia Community! Skia has a new branch, M143. We will commit limited cherry picks of high priority
Oct 28
Thomas Guittonneau
,
thom...@google.com
2
Oct 24
how to correctly render nested saveLayer groups (opacity + blendMode)
Try this: ``` void draw(SkCanvas* canvas) { SkPaint multiplyPaint; multiplyPaint.setBlendMode(
unread,
how to correctly render nested saveLayer groups (opacity + blendMode)
Try this: ``` void draw(SkCanvas* canvas) { SkPaint multiplyPaint; multiplyPaint.setBlendMode(
Oct 24
nil
Oct 23
how to get the 1 main color of 1 surface?
how to get the 1 main color of 1 surface? Thanks!
unread,
how to get the 1 main color of 1 surface?
how to get the 1 main color of 1 surface? Thanks!
Oct 23
Syuhai Chen
Oct 22
How to profile GPU signed distance field text generation (GrDistanceFieldGenFromVector.cpp) in Skia?
I'm using Skia M130 with an OpenGL backend. My goal is to profile the GPU SDF (signed distance
unread,
How to profile GPU signed distance field text generation (GrDistanceFieldGenFromVector.cpp) in Skia?
I'm using Skia M130 with an OpenGL backend. My goal is to profile the GPU SDF (signed distance
Oct 22
Noel Grandin
Oct 22
linking CVE to skia release?
Hi Given a CVE, how do I find out which skia milestone(s) fix that CVE? Thanks a lot! -- Noel Grandin
unread,
linking CVE to skia release?
Hi Given a CVE, how do I find out which skia milestone(s) fix that CVE? Thanks a lot! -- Noel Grandin
Oct 22
sudo
, …
William Candillon
5
Oct 21
CanvasKit compilation error since chrome/m139
I really like this new API. Very sensible. Path mutability was an issue for us since we need to let
unread,
CanvasKit compilation error since chrome/m139
I really like this new API. Very sensible. Path mutability was an issue for us since we need to let
Oct 21
Alexandre Bique
2
Oct 15
Which extensions to request from the vulkan device for skia?
Hi, I thought this was a dumb question as I didn't get any answers and this is maybe because I
unread,
Which extensions to request from the vulkan device for skia?
Hi, I thought this was a dumb question as I didn't get any answers and this is maybe because I
Oct 15
Kacper Seredyn
Oct 14
Colors in image shaders being clamped to 0...1 range
I'm trying to figure out how to process images containing non-color data exceeding the 0...1
unread,
Colors in image shaders being clamped to 0...1 range
I'm trying to figure out how to process images containing non-color data exceeding the 0...1
Oct 14
Greg Daniel
,
Praveen
3
Oct 14
Re: how to install skia and compile without errors
I attached the reference On Fri, Oct 3, 2025, 12:24 PM Praveen <impr...@gmail.com> wrote: M r
unread,
Re: how to install skia and compile without errors
I attached the reference On Fri, Oct 3, 2025, 12:24 PM Praveen <impr...@gmail.com> wrote: M r
Oct 14
Priya
Oct 14
Pixelated Line
Hi I am trying to draw a slanted line using skia's drawLine in my windows machine. For system
unread,
Pixelated Line
Hi I am trying to draw a slanted line using skia's drawLine in my windows machine. For system
Oct 14
Marc Pabst
,
Michael Ludwig
4
Oct 2
8-bit quantization when rendering F32 colours into RGBA16F surface
Hi, thanks - I can confirm that always just returning "false" for `fitsInBytes()` fixes
unread,
8-bit quantization when rendering F32 colours into RGBA16F surface
Hi, thanks - I can confirm that always just returning "false" for `fitsInBytes()` fixes
Oct 2
Rakshit Sharma
Oct 2
Skia Update: New Branch M142
Hi Skia Community! Skia has a new branch, M142. We will commit limited cherry picks of high priority
unread,
Skia Update: New Branch M142
Hi Skia Community! Skia has a new branch, M142. We will commit limited cherry picks of high priority
Oct 2
刘增强
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