skia2/modules
Arman Uguray c0271d8db1 [canvaskit] Enable WebGPU in GN build
* Skia GN can now build the Dawn backend without depending on Dawn
  native, provided that webgpu_cpp.h/webgpu_cpp.cpp is provided by
  emscripten.
* Split gpu.js into webgl.js and webgpu.js. None of the CanvasKit API
  functions are wired up to WebGPU yet so it will use the CPU renderer.
* Added new macros and GN args to distinguish between WebGPU and WebGL
  builds in CanvasKit, instead of relying on Skia GN args.
* Renamed CANVASKIT_NO_ALIAS_FONT macro to CK_NO_ALIAS_FONT to match
  style.

Bug: skia:12512
Change-Id: Ifc4191da046bd7af73492cfba6e3ca530590d722
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/548603
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
2022-06-16 23:14:17 +00:00
..
androidkit [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00
audioplayer implement SkAudioPLayer for Android 2020-12-15 00:12:48 +00:00
canvaskit [canvaskit] Enable WebGPU in GN build 2022-06-16 23:14:17 +00:00
particles Remove SkMakeSpan 2022-06-15 17:26:32 +00:00
pathkit [pathkit] Expose res_scale 2022-05-23 17:46:48 +00:00
skottie correct typo in bulge effect file name 2022-06-09 17:19:51 +00:00
skparagraph Adjust LineMetrics ascent/descent based on the line height multiplier 2022-06-15 18:27:41 +00:00
skplaintexteditor Fix -Wunused-but-set-variable warnings 2022-04-29 15:20:59 +00:00
skresources [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
sksg [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
skshaper Remove SkMakeSpan 2022-06-15 17:26:32 +00:00
skunicode [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
svg Remove some unneeded SkSpan calls 2022-06-15 20:05:01 +00:00