Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
skia-discuss
Conversations
About
skia-discuss
1–30 of 2477
Mark all as read
Report abusive group
0 selected
John Wiseman
,
Brian Osman
3
1:08 PM
undefined symbol: SkRuntimeEffect::Uniform::sizeInBytes()
Is this with a shared library (DLL) build? It looks like we might need to insert SK_API for the
unread,
undefined symbol: SkRuntimeEffect::Uniform::sizeInBytes()
Is this with a shared library (DLL) build? It looks like we might need to insert SK_API for the
1:08 PM
Rakshit Sharma
10:54 AM
Skia Update: New branch M119
Hi Skia Community! Skia has a new branch, M119. We will commit limited cherry picks of high priority
unread,
Skia Update: New branch M119
Hi Skia Community! Skia has a new branch, M119. We will commit limited cherry picks of high priority
10:54 AM
Ian Waters
,
Greg Daniel
3
Sep 29
Setting up an OpenGL surface with MSAA on Windows
Greg you absolute legend; it's all is sorted and working now. I never even realised you could set
unread,
Setting up an OpenGL surface with MSAA on Windows
Greg you absolute legend; it's all is sorted and working now. I never even realised you could set
Sep 29
Alexis
Sep 29
Skia HelloWorld and MacOS Activity Monitor
Hi, I've observed intriguing metrics from the MacOS activity monitor when running the HelloWorld
unread,
Skia HelloWorld and MacOS Activity Monitor
Hi, I've observed intriguing metrics from the MacOS activity monitor when running the HelloWorld
Sep 29
BK
,
Greg Daniel
4
Sep 29
Issue while getting Vulkan surface
After using is_trivial_abi=false while building Skia for Vulkan, I am able to get the surface without
unread,
Issue while getting Vulkan surface
After using is_trivial_abi=false while building Skia for Vulkan, I am able to get the surface without
Sep 29
Joe A
2
Sep 27
Vulkan SKAssert when fetching canvas from WrapBackendTexture Surface
It appears I screwed up my include of SkSurface in another file, giving me a strange error which i
unread,
Vulkan SKAssert when fetching canvas from WrapBackendTexture Surface
It appears I screwed up my include of SkSurface in another file, giving me a strange error which i
Sep 27
pingutz
,
Brian Salomon
3
Sep 26
Getting a Surface from a Texture OpenGL
Really obvious in hindsight, thanks a lot! br...@pentrek.com schrieb am Dienstag, 26. September 2023
unread,
Getting a Surface from a Texture OpenGL
Really obvious in hindsight, thanks a lot! br...@pentrek.com schrieb am Dienstag, 26. September 2023
Sep 26
Xinhua Chen
,
Mike Reed
3
Sep 26
different advances to compare with what is got by ios api
If you're getting rounded values from Skia, you can try changing SkFont settings to ask for
unread,
different advances to compare with what is got by ios api
If you're getting rounded values from Skia, you can try changing SkFont settings to ask for
Sep 26
Kalen White
,
Brian Osman
3
Sep 22
Cross compilation question
Ah I see. That sync took a while so I thought it was building. My mistake Kalen On Friday, September
unread,
Cross compilation question
Ah I see. That sync took a while so I thought it was building. My mistake Kalen On Friday, September
Sep 22
Xinhua Chen
,
Ben Wagner
4
Sep 21
text width problem for skshaper
Thank you very much for your detailed reply. It is very useful for me. On Thursday, September 21,
unread,
text width problem for skshaper
Thank you very much for your detailed reply. It is very useful for me. On Thursday, September 21,
Sep 21
dan.r...@dockyard.com
, …
Ben Wagner
16
Sep 21
Skottie with font fallback?
Local Font Access API appears to not be supported by Safari. Or, at least the https://font-access-api
unread,
Skottie with font fallback?
Local Font Access API appears to not be supported by Safari. Or, at least the https://font-access-api
Sep 21
Xinhua Chen
,
Ben Wagner
3
Sep 21
A string of text without spaces cannot be automatically wrapped by skshaper
Thank you very much for your quick reply. Indeed, i found the MakeShapeThenWrap interface in shshaper
unread,
A string of text without spaces cannot be automatically wrapped by skshaper
Thank you very much for your quick reply. Indeed, i found the MakeShapeThenWrap interface in shshaper
Sep 21
Ben Wagner
Sep 21
Re: Cpp header file issue in skia library
What exactly is SkiaLibrary.framework and where did you get it from? Is this something you built
unread,
Re: Cpp header file issue in skia library
What exactly is SkiaLibrary.framework and where did you get it from? Is this something you built
Sep 21
L2000
,
John Stiles
2
Sep 21
cpp issue in skia library
The errors you list here seem as if C++17 support has not actually been enabled. On Thu, Sep 21, 2023
unread,
cpp issue in skia library
The errors you list here seem as if C++17 support has not actually been enabled. On Thu, Sep 21, 2023
Sep 21
Hippo
,
John Stiles
4
Sep 20
sksl minify supports mesh vertex and fragment?
Good catch. I'll update the usage string as well. On Mon, Sep 18, 2023 at 12:18 PM Hippo <
unread,
sksl minify supports mesh vertex and fragment?
Good catch. I'll update the usage string as well. On Mon, Sep 18, 2023 at 12:18 PM Hippo <
Sep 20
Adrian F
,
craste...@gmail.com
3
Sep 20
Skia custom brushes
It's close. From what I can tell from the conversation and the images provided, when you draw a
unread,
Skia custom brushes
It's close. From what I can tell from the conversation and the images provided, when you draw a
Sep 20
Luis Grimaldo
, …
Julia Lavrova
10
Sep 20
Left aligned cropped text rendering
Unless you use a trick similar to the one I suggested you will have to implement this behavior
unread,
Left aligned cropped text rendering
Unless you use a trick similar to the one I suggested you will have to implement this behavior
Sep 20
Rakshit Sharma
, …
William Candillon
6
Sep 20
Skia Update: New branch M118
This makes a lot of sense. Can we set the lib version in the command-line or we need to have our own
unread,
Skia Update: New branch M118
This makes a lot of sense. Can we set the lib version in the command-line or we need to have our own
Sep 20
craste...@gmail.com
, …
paul....@gmail.com
10
Sep 20
SkSL coverage / AA
I think the desired behavior (by me) would be: - Get rid of the 0.0 stroke width treated as a magical
unread,
SkSL coverage / AA
I think the desired behavior (by me) would be: - Get rid of the 0.0 stroke width treated as a magical
Sep 20
render dender
Sep 14
Path drawing pipeline
Hi! I was wondering about how Path rendering and DMSAA/other AA work with Ganesh. So far, I haven
unread,
Path drawing pipeline
Hi! I was wondering about how Path rendering and DMSAA/other AA work with Ganesh. So far, I haven
Sep 14
dan.r...@dockyard.com
2
Sep 9
Running buildbot
Figured out an easy approach for my use case, that avoids the errors, above. For anyone that needs it
unread,
Running buildbot
Figured out an easy approach for my use case, that avoids the errors, above. For anyone that needs it
Sep 9
William Candillon
, …
John Stiles
5
Sep 8
Questions on Skia Blur algorithm
If the goal is to get a visually pleasing blur with pixel-by-pixel control over the blur level, one
unread,
Questions on Skia Blur algorithm
If the goal is to get a visually pleasing blur with pixel-by-pixel control over the blur level, one
Sep 8
craste...@gmail.com
, …
John Stiles
5
Sep 8
Did the version of WebGL or OpenGL change for Skia between milestones 85 and 104?
Another way to check: visit https://get.webgl.org/webgl2/ On Fri, Sep 8, 2023 at 1:02 PM 'Brian
unread,
Did the version of WebGL or OpenGL change for Skia between milestones 85 and 104?
Another way to check: visit https://get.webgl.org/webgl2/ On Fri, Sep 8, 2023 at 1:02 PM 'Brian
Sep 8
Nick D
Sep 8
GrGLMakeNativeInterface - always returns nullptr while trying to port SkiaSDLExample
Hi all, I am attempting to use the SkiaSDLExample seen in previous versions of the library with
unread,
GrGLMakeNativeInterface - always returns nullptr while trying to port SkiaSDLExample
Hi all, I am attempting to use the SkiaSDLExample seen in previous versions of the library with
Sep 8
Merck Hung
,
kjlu...@google.com
3
Sep 8
Use SKIA as a Bazel external project and build for cpu_wasm target
Thanks for the reply. I haven't tried what you suggested, but now I got what you mean. I will
unread,
Use SKIA as a Bazel external project and build for cpu_wasm target
Thanks for the reply. I haven't tried what you suggested, but now I got what you mean. I will
Sep 8
Kez Cleal
,
Brian Salomon
2
Sep 4
GrGLMakeNativeInterface failure when using ssh -X (Mac->Linux)
This question on stack overflow seems related: https://stackoverflow.com/questions/51805145/new-mesa-
unread,
GrGLMakeNativeInterface failure when using ssh -X (Mac->Linux)
This question on stack overflow seems related: https://stackoverflow.com/questions/51805145/new-mesa-
Sep 4
Pradyumna Shome
, …
Brian Osman
5
Aug 31
Display pixel buffer contents after SVG filter application
Hmm, actually that surface is configured to point directly at the bitmap's pixels. But yes -
unread,
Display pixel buffer contents after SVG filter application
Hmm, actually that surface is configured to point directly at the bitmap's pixels. But yes -
Aug 31
mrousavy
, …
Greg Daniel
4
Aug 31
Render GL_TEXTURE_EXTERNAL_OES to 3 different Surfaces
Skia's logical origin from the SkCanvas POV is in the top left corner. When you wrap a GLTexture
unread,
Render GL_TEXTURE_EXTERNAL_OES to 3 different Surfaces
Skia's logical origin from the SkCanvas POV is in the top left corner. When you wrap a GLTexture
Aug 31
sudo
,
John Stiles
6
Aug 30
Skia with dawn
That's a broad question. I would recommend looking at the built-in Viewer app that we ship with
unread,
Skia with dawn
That's a broad question. I would recommend looking at the built-in Viewer app that we ship with
Aug 30
mrousavy
3
Aug 30
Rendering GL_TEXTURE_EXTERNAL_OES to offscreen GL_TEXTURE_2D using Skia just freezes
I'm thinking that Skia might just do a ton of stuff with the OpenGL context that's out of my
unread,
Rendering GL_TEXTURE_EXTERNAL_OES to offscreen GL_TEXTURE_2D using Skia just freezes
I'm thinking that Skia might just do a ton of stuff with the OpenGL context that's out of my
Aug 30