Groups
Groups
Sign in
Groups
Groups
skia-discuss
Conversations
About
Send feedback
Help
skia-discuss
1–30 of 2971
Mark all as read
Report group
0 selected
Heather Miller
, …
William Candillon
5
Mar 21
Skia Update: New Branch M144
Should this be merged upstream? On Tuesday, March 3, 2026 at 11:09:05 AM UTC+1 William Candillon
unread,
Skia Update: New Branch M144
Should this be merged upstream? On Tuesday, March 3, 2026 at 11:09:05 AM UTC+1 William Candillon
Mar 21
Micha
, …
bungeman
5
Mar 20
fUnderlinePosition, fUnderlineThickness missing in CanvasKit
CanvasKit version 0.41.0 has been published. On Monday, March 16, 2026 at 10:19:31 AM UTC-4 wcand...@
unread,
fUnderlinePosition, fUnderlineThickness missing in CanvasKit
CanvasKit version 0.41.0 has been published. On Monday, March 16, 2026 at 10:19:31 AM UTC-4 wcand...@
Mar 20
Aitor Gomila
,
bungeman
2
Mar 17
Include errors & build system errors when building Skia from source
I assume this is the m83 branch of Skia. Some of the issues seen here were fixed with https://skia-
unread,
Include errors & build system errors when building Skia from source
I assume this is the m83 branch of Skia. Some of the issues seen here were fixed with https://skia-
Mar 17
Aitor Gomila
,
bungeman
2
Mar 17
[ONLY IN WINDOWS] Misc errors in skia m83f
The include errors at the top of this were fixed with https://skia-review.googlesource.com/c/skia/+/
unread,
[ONLY IN WINDOWS] Misc errors in skia m83f
The include errors at the top of this were fixed with https://skia-review.googlesource.com/c/skia/+/
Mar 17
Jonas M.
,
William Candillon
2
Mar 16
SVGDom
Hello Jonas, The non-affine transform and the plus-lighter blend mode are both great examples of
unread,
SVGDom
Hello Jonas, The non-affine transform and the plus-lighter blend mode are both great examples of
Mar 16
Yashaswini Kumar
Mar 10
Skia Branch M147
Hi Skia Community! Skia has a new branch, M147. We will commit limited cherry picks of high priority
unread,
Skia Branch M147
Hi Skia Community! Skia has a new branch, M147. We will commit limited cherry picks of high priority
Mar 10
nil
,
Greg Daniel
2
Mar 9
when switch to Graphite, still use skgpu::ganesh::AsView? or use method of Graphite?
No need to worry about that. That class is an internal implementation detail and not a public class.
unread,
when switch to Graphite, still use skgpu::ganesh::AsView? or use method of Graphite?
No need to worry about that. That class is an internal implementation detail and not a public class.
Mar 9
nil
,
Greg Daniel
2
Mar 9
is it able to use GrSurfaceProxyView when switch to Graphite? if not, which class to replace GrSurfaceProxyView?Thanks!
No need to worry about that. That class is an internal implementation detail and not a public class.
unread,
is it able to use GrSurfaceProxyView when switch to Graphite? if not, which class to replace GrSurfaceProxyView?Thanks!
No need to worry about that. That class is an internal implementation detail and not a public class.
Mar 9
Aitor Gomila
, …
matej...@gmail.com
3
Feb 27
[Windows] Skia can't be built for free. Microsoft deprecated older VS versions.
Skia builds just fine with clang on windows, just add clang_win to args.gn ie clang_win = "C:\
unread,
[Windows] Skia can't be built for free. Microsoft deprecated older VS versions.
Skia builds just fine with clang on windows, just add clang_win to args.gn ie clang_win = "C:\
Feb 27
corey....@gmail.com
,
Michael Ludwig
5
Feb 20
Graphite Dawn / WebGPU: non-finite clear color in beginRenderPass
Good news — we were able to narrow this down significantly. The crash goes away entirely when we set
unread,
Graphite Dawn / WebGPU: non-finite clear color in beginRenderPass
Good news — we were able to narrow this down significantly. The crash goes away entirely when we set
Feb 20
Warren Henning
Feb 14
Which backend to use for a new Skia app?
I am trying to learn how to use Skia. I had an LLM generate a basic starter app and it chose Ganesh +
unread,
Which backend to use for a new Skia app?
I am trying to learn how to use Skia. I had an LLM generate a basic starter app and it chose Ganesh +
Feb 14
Alexandre Bique
,
kjlu...@google.com
3
Feb 12
Poor error reporting
I will update that comment. We are in the process of prototyping better error reporting across Skia.
unread,
Poor error reporting
I will update that comment. We are in the process of prototyping better error reporting across Skia.
Feb 12
Yashaswini Kumar
Feb 10
Skia Branch M146
Hi Skia Community! Skia has a new branch, M146. We will commit limited cherry picks of high priority
unread,
Skia Branch M146
Hi Skia Community! Skia has a new branch, M146. We will commit limited cherry picks of high priority
Feb 10
nil
,
Greg Daniel
5
Feb 10
do Rect, RRect, Circle support passing texture into them and texture them with it?
Thank you very much! On Thursday, February 5, 2026 at 10:18:50 AM UTC+8 egda...@google.com wrote: Its
unread,
do Rect, RRect, Circle support passing texture into them and texture them with it?
Thank you very much! On Thursday, February 5, 2026 at 10:18:50 AM UTC+8 egda...@google.com wrote: Its
Feb 10
Kalvin Lee
Feb 9
Proposal: Checked Malloc Size for Skia
Hi folks, We'd like to propose some changes to improve memory safety in Skia. (Google-internal
unread,
Proposal: Checked Malloc Size for Skia
Hi folks, We'd like to propose some changes to improve memory safety in Skia. (Google-internal
Feb 9
soh...@chromium.org
Feb 6
Flutter-Web/Canvaskit drawing for Emulator.
Hi ! We have a strange issue with flutter-web/canvaskit rendering in Chromium for an emulator setup.
unread,
Flutter-Web/Canvaskit drawing for Emulator.
Hi ! We have a strange issue with flutter-web/canvaskit rendering in Chromium for an emulator setup.
Feb 6
Leon Scroggins
, …
Greg Daniel
6
Jan 30
Slow flush calls
Yes it is most likely caused by using it from many threads at once. Even though it's thread safe
unread,
Slow flush calls
Yes it is most likely caused by using it from many threads at once. Even though it's thread safe
Jan 30
nil
,
Greg Daniel
2
Jan 27
will graphite support GeometryShader, MeshShader, ComputeShader, etc?
Skia does not expose any of those shaders through its public API. Graphite may or may not use any of
unread,
will graphite support GeometryShader, MeshShader, ComputeShader, etc?
Skia does not expose any of those shaders through its public API. Graphite may or may not use any of
Jan 27
Luis Montes
Jan 26
Performance issue: SkSurface_Raster::onDraw copies pixels on every call
Hi, I'm working on a project that uses @napi-rs/canvas (which wraps Skia) for running canvas-
unread,
Performance issue: SkSurface_Raster::onDraw copies pixels on every call
Hi, I'm working on a project that uses @napi-rs/canvas (which wraps Skia) for running canvas-
Jan 26
Marc Pabst
Jan 22
Rendering to kRGBA32F using Graphite?
Hi, quick question - can the Graphite backend render to RGBA 32f textures? I think Ganesh does only
unread,
Rendering to kRGBA32F using Graphite?
Hi, quick question - can the Graphite backend render to RGBA 32f textures? I think Ganesh does only
Jan 22
craste...@gmail.com
Jan 20
SKSL bitwise operations
Does SKSL have any integer bitwise operators? AND, OR, XOR, etc...
unread,
SKSL bitwise operations
Does SKSL have any integer bitwise operators? AND, OR, XOR, etc...
Jan 20
Heather Miller
Jan 13
Skia Branch M145
Hi Skia Community! Skia has a new branch, M145. We will commit limited cherry picks of high priority
unread,
Skia Branch M145
Hi Skia Community! Skia has a new branch, M145. We will commit limited cherry picks of high priority
Jan 13
SONAIPANDI SONAIPANDI
2
Jan 12
Intermittent ID3D12Resource Invalid Access in GrBackendTexture Thread Sharing
---------- Forwarded message --------- From: SONAIPANDI SONAIPANDI <Unknown> Date: Thursday, 8
unread,
Intermittent ID3D12Resource Invalid Access in GrBackendTexture Thread Sharing
---------- Forwarded message --------- From: SONAIPANDI SONAIPANDI <Unknown> Date: Thursday, 8
Jan 12
Oliver Larkin
, …
Sowmyyy Reanz
5
Jan 12
Graphite & emdawnwebgpu
analysis of the problem courtesy of claude: # Skia Graphite + Emscripten 4.x WebGPU Compatibility
unread,
Graphite & emdawnwebgpu
analysis of the problem courtesy of claude: # Skia Graphite + Emscripten 4.x WebGPU Compatibility
Jan 12
sudo
, …
William Candillon
6
Jan 11
CanvasKit compilation error since chrome/m139
Any update on this? I pulled latest a day or two ago and saw the same problem. Thank you! tisdag 21
unread,
CanvasKit compilation error since chrome/m139
Any update on this? I pulled latest a day or two ago and saw the same problem. Thank you! tisdag 21
Jan 11
craste...@gmail.com
Jan 10
get points from SkVertices
Is there a way to get the points out of an SkVertices object? I don't see a method on the class
unread,
get points from SkVertices
Is there a way to get the points out of an SkVertices object? I don't see a method on the class
Jan 10
stephane
, …
Sowmyyy Reanz
18
Jan 9
How to Create GPU SkImage in a Background Thread and Draw it on a Main SkSurface with OpenGL and Skia?
Hi, As you said we tried the same kindly check the following question and help us with that We
unread,
How to Create GPU SkImage in a Background Thread and Draw it on a Main SkSurface with OpenGL and Skia?
Hi, As you said we tried the same kindly check the following question and help us with that We
Jan 9
shengjie hu
Jan 3
GPU Main Recorder Ordering Check Causes Rendering Issues
Under Skia's graphite backend, the Recorder enforces strict ordering checks by default to apply
unread,
GPU Main Recorder Ordering Check Causes Rendering Issues
Under Skia's graphite backend, the Recorder enforces strict ordering checks by default to apply
Jan 3
Aitor Gomila
Jan 2
[Windows] Errors when compiling Skia using MSVC and Ninja
I am using MSVC and Ninja to build a project that requires Skia. ``` cmake -GNinja -DCMAKE_C_COMPILER
unread,
[Windows] Errors when compiling Skia using MSVC and Ninja
I am using MSVC and Ninja to build a project that requires Skia. ``` cmake -GNinja -DCMAKE_C_COMPILER
Jan 2
Christian Duerr
Jan 2
Poor Canvas::drawPath performance with anti-aliasing
I recently had the need to create a simple line to show a route in a navigation app and decided the
unread,
Poor Canvas::drawPath performance with anti-aliasing
I recently had the need to create a simple line to show a route in a navigation app and decided the
Jan 2