Groups
Sign in
Groups
skia-discuss
Conversations
About
Send feedback
Help
skia-discuss
Contact owners and managers
1–30 of 2764
Mark all as read
Report group
0 selected
Oliver Larkin
,
Greg Daniel
3
Nov 20
m130 skia graphite/metal - bitmaps not showing
Thanks for the advice - it was enough for me to get it working :-) Oli On Tuesday, 19 November 2024
unread,
m130 skia graphite/metal - bitmaps not showing
Thanks for the advice - it was enough for me to get it working :-) Oli On Tuesday, 19 November 2024
Nov 20
mattl...@live.com
, …
Jim Van Verth
5
Nov 20
Suggested/status of GPU backends
Chrome has integrated Graphite, and Android to a limited extent, but in both cases it's still
unread,
Suggested/status of GPU backends
Chrome has integrated Graphite, and Android to a limited extent, but in both cases it's still
Nov 20
Luis Grimaldo
, …
Jim Van Verth
5
Nov 19
Skia clipping optimization
What are you clipping them against? Is the result non-convex, or the clip region non-convex? On Tue,
unread,
Skia clipping optimization
What are you clipping them against? Is the result non-convex, or the clip region non-convex? On Tue,
Nov 19
Hemanth
,
Sowmyyy Reanz
2
Nov 19
windows text is not sharp in less font size
Team, can anyone help with this ? On Monday, November 11, 2024 at 5:46:06 PM UTC+5:30 hemanth...@
unread,
windows text is not sharp in less font size
Team, can anyone help with this ? On Monday, November 11, 2024 at 5:46:06 PM UTC+5:30 hemanth...@
Nov 19
gpu
,
Greg Daniel
4
Nov 19
still one thread for vulkan? any plan to support multi-thread?
thanks! how about the multi-thread in Graphite with other API such as opengl-es, d3d, metal?
unread,
still one thread for vulkan? any plan to support multi-thread?
thanks! how about the multi-thread in Graphite with other API such as opengl-es, d3d, metal?
Nov 19
gpu
Nov 19
any detailed specification about hwui, skia, surfaceflinger and android ui? Thanks!
any detailed specification about hwui, skia, surfaceflinger and android ui? Thanks!
unread,
any detailed specification about hwui, skia, surfaceflinger and android ui? Thanks!
any detailed specification about hwui, skia, surfaceflinger and android ui? Thanks!
Nov 19
gpu
Nov 19
there is 'ops' dir under Ganesh, but no 'ops' dir in Graphite?
there is 'ops' dir under Ganesh, but no 'ops' dir in Graphite?
unread,
there is 'ops' dir under Ganesh, but no 'ops' dir in Graphite?
there is 'ops' dir under Ganesh, but no 'ops' dir in Graphite?
Nov 19
Jogoon
Nov 18
Significant difference in image drawing performance
Hello, I've created a separate CMakeLists file that gathers the necessary cpp files to build Skia
unread,
Significant difference in image drawing performance
Hello, I've created a separate CMakeLists file that gathers the necessary cpp files to build Skia
Nov 18
gpu
,
Jim Van Verth
2
Nov 18
what's the meaning and goal of OpChainTest? Thanks!
I would suggest looking in the file tests/OpChainTest.cpp. There's probably a comment in there
unread,
what's the meaning and goal of OpChainTest? Thanks!
I would suggest looking in the file tests/OpChainTest.cpp. There's probably a comment in there
Nov 18
The Missing Semicolon
,
paul....@gmail.com
5
Nov 15
Better Way to Create Inset/Outset Shadows
Thank you for your reply. To achieve the CSS box-shadow inset effect, I am scaling the canvas, as
unread,
Better Way to Create Inset/Outset Shadows
Thank you for your reply. To achieve the CSS box-shadow inset effect, I am scaling the canvas, as
Nov 15
gpu
,
Jim Van Verth
6
Nov 14
how to build and run the 'tests'? Thanks!
I'm not sure what the situation with nanobench is. On Android you need to use the gles config
unread,
how to build and run the 'tests'? Thanks!
I'm not sure what the situation with nanobench is. On Android you need to use the gles config
Nov 14
gpu
Nov 13
is there any other good place to discuss skia except here and stackoverflow? Thanks!
is there any other good place to discuss skia except here and stackoverflow? Thanks!
unread,
is there any other good place to discuss skia except here and stackoverflow? Thanks!
is there any other good place to discuss skia except here and stackoverflow? Thanks!
Nov 13
Heather Miller
Nov 12
Skia Update: New Branch M132
Skia community- Skia has a new branch, M132. We will commit limited cherry picks of high priority
unread,
Skia Update: New Branch M132
Skia community- Skia has a new branch, M132. We will commit limited cherry picks of high priority
Nov 12
Bruno Nicoletti
, …
Brian Salomon
6
Nov 12
Canvaskit doesn't build for webgpu
Thank you. I might have a dig around at some point later on. On Tue, 12 Nov 2024 at 17:58, Brian
unread,
Canvaskit doesn't build for webgpu
Thank you. I might have a dig around at some point later on. On Tue, 12 Nov 2024 at 17:58, Brian
Nov 12
gpu
Nov 12
is it able to run the cpp test in dir skia/tests in an android app? Thanks
is it able to run the cpp test in dir skia/tests in an android app? Thanks
unread,
is it able to run the cpp test in dir skia/tests in an android app? Thanks
is it able to run the cpp test in dir skia/tests in an android app? Thanks
Nov 12
gpu
,
Данил Буланов
5
Nov 12
is there any website contain ALL the class hierarchy for the lastest code of branch main of skia?
Thank you very much! On Monday, November 11, 2024 at 10:28:59 PM UTC+8 blnv...@gmail.com wrote: The
unread,
is there any website contain ALL the class hierarchy for the lastest code of branch main of skia?
Thank you very much! On Monday, November 11, 2024 at 10:28:59 PM UTC+8 blnv...@gmail.com wrote: The
Nov 12
Bruno Nicoletti
,
Данил Буланов
3
Nov 11
Possible CanvasKit Issue?
Thanks for the reply. I figured that about 10 minutes after I posted the question and wasn't able
unread,
Possible CanvasKit Issue?
Thanks for the reply. I figured that about 10 minutes after I posted the question and wasn't able
Nov 11
gpu
Nov 11
does skia have special optimization for Mobile phone such as their tiled based rendering?
does skia have special optimization for Mobile phone such as their tiled based rendering? Thanks!
unread,
does skia have special optimization for Mobile phone such as their tiled based rendering?
does skia have special optimization for Mobile phone such as their tiled based rendering? Thanks!
Nov 11
gpu
Nov 11
any plan to add CommandBuffer for GL?
any plan to add CommandBuffer for GL? /** * We do not actually buffer up draws or do any work in the
unread,
any plan to add CommandBuffer for GL?
any plan to add CommandBuffer for GL? /** * We do not actually buffer up draws or do any work in the
Nov 11
gpu
Nov 11
about TextureOpTest.cpp: chain1.prepentChain(&chain2...can merge; is there any way to get the same merge result when use chain2.prependChain(&chain1,...?
about TextureOpTest.cpp: chain1.prepentChain(&chain2...can merge; is there any way to get the
unread,
about TextureOpTest.cpp: chain1.prepentChain(&chain2...can merge; is there any way to get the same merge result when use chain2.prependChain(&chain1,...?
about TextureOpTest.cpp: chain1.prepentChain(&chain2...can merge; is there any way to get the
Nov 11
Mike Clifton
,
Jim Van Verth
4
Nov 7
Path ops failure/bug
Ok, thanks. I've filed a bug here: https://issues.skia.org/issues/377820800 On Thursday, November
unread,
Path ops failure/bug
Ok, thanks. I've filed a bug here: https://issues.skia.org/issues/377820800 On Thursday, November
Nov 7
Yangyang Cheng
Nov 6
What is the role of skottie in chromium source code?
Hello, skottie is build in chromium here. And I can't find the role of skottie in chromium. https
unread,
What is the role of skottie in chromium source code?
Hello, skottie is build in chromium here. And I can't find the role of skottie in chromium. https
Nov 6
Bruno Nicoletti
, …
Oliver Larkin
9
Nov 5
Building skia libraries to WASM to be called by C++
Thank you so much. I'll work from this. Being able to specify which EMSDK to use would be a
unread,
Building skia libraries to WASM to be called by C++
Thank you so much. I'll work from this. Being able to specify which EMSDK to use would be a
Nov 5
Ein Lixou
Nov 4
Raw 1D Array Data in RuntimeEffect/Shader
Hello! I want to retrieve data from a shader, but don't know how. There seems to be SkData, but I
unread,
Raw 1D Array Data in RuntimeEffect/Shader
Hello! I want to retrieve data from a shader, but don't know how. There seems to be SkData, but I
Nov 4
John Rolewicz
,
Florin Malita
2
Nov 1
Skottie Expression Support
On Fri, Nov 1, 2024 at 10:11 AM John Rolewicz <jo...@tailor.video> wrote: Hello! I've been
unread,
Skottie Expression Support
On Fri, Nov 1, 2024 at 10:11 AM John Rolewicz <jo...@tailor.video> wrote: Hello! I've been
Nov 1
Duong Nguyen
Oct 23
Altering efficient scaling SkImages while working with skottie animation
Hi, I am working with skottie animation on android native application I found that when using high
unread,
Altering efficient scaling SkImages while working with skottie animation
Hi, I am working with skottie animation on android native application I found that when using high
Oct 23
L2000
,
w...@weltz-online.de
2
Oct 23
SkPath vs SkPathBuilder
I assume, that is the way a builder should work. You add your drawing commands and at the end all
unread,
SkPath vs SkPathBuilder
I assume, that is the way a builder should work. You add your drawing commands and at the end all
Oct 23
Mungai Brian
Oct 21
Performance Issues [Skia + Graphite Metal - Release]
Hi, I am rendering a screen full of glyph paths (below) and the I feel like the performance could be
unread,
Performance Issues [Skia + Graphite Metal - Release]
Hi, I am rendering a screen full of glyph paths (below) and the I feel like the performance could be
Oct 21
Richard Cooper
Oct 20
Skia context failing with drm/gbm
I'm trying to get Skia working with drm/gbm on Linux (Raspbian on a Rpi4). My setup of DRM, GBM,
unread,
Skia context failing with drm/gbm
I'm trying to get Skia working with drm/gbm on Linux (Raspbian on a Rpi4). My setup of DRM, GBM,
Oct 20
aiz berg
,
kjlu...@google.com
2
Oct 16
Using System Fonts for Emoji Rendering in Skia CanvasKit
If you are running CanvasKit in the browser, there is no current way (that I am aware of) to get
unread,
Using System Fonts for Emoji Rendering in Skia CanvasKit
If you are running CanvasKit in the browser, there is no current way (that I am aware of) to get
Oct 16