@shopify/react-native-skia 2.9.1-next.1 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/android/cpp/jni/JniWebGPUView.cpp +52 -7
  2. package/android/src/main/java/com/shopify/reactnative/skia/WebGPUSurfaceView.java +3 -1
  3. package/android/src/main/java/com/shopify/reactnative/skia/WebGPUTextureView.java +11 -5
  4. package/android/src/main/java/com/shopify/reactnative/skia/WebGPUView.java +10 -7
  5. package/android/src/main/java/com/shopify/reactnative/skia/WebGPUViewAPI.java +7 -2
  6. package/android/src/main/java/com/shopify/reactnative/skia/WebGPUViewManager.java +1 -1
  7. package/apple/WebGPUMetalView.mm +49 -6
  8. package/cpp/api/JsiSkParagraphStyle.h +20 -10
  9. package/cpp/api/JsiSkStrutStyle.h +18 -8
  10. package/cpp/api/JsiSkTextStyle.h +34 -24
  11. package/cpp/rnskia/RNSkManager.cpp +6 -0
  12. package/cpp/rnwgpu/SurfaceRegistry.h +469 -131
  13. package/cpp/rnwgpu/api/GPUAdapter.cpp +10 -3
  14. package/cpp/rnwgpu/api/GPUAdapter.h +5 -4
  15. package/cpp/rnwgpu/api/GPUBuffer.cpp +12 -2
  16. package/cpp/rnwgpu/api/GPUBuffer.h +3 -2
  17. package/cpp/rnwgpu/api/GPUCanvasContext.cpp +33 -19
  18. package/cpp/rnwgpu/api/GPUCanvasContext.h +3 -1
  19. package/cpp/rnwgpu/api/GPUDevice.cpp +32 -17
  20. package/cpp/rnwgpu/api/GPUDevice.h +9 -7
  21. package/cpp/rnwgpu/api/GPUQueue.cpp +6 -2
  22. package/cpp/rnwgpu/api/GPUQueue.h +3 -3
  23. package/cpp/rnwgpu/api/GPUShaderModule.cpp +7 -2
  24. package/cpp/rnwgpu/api/GPUShaderModule.h +3 -3
  25. package/cpp/rnwgpu/api/RNWebGPU.h +20 -0
  26. package/cpp/rnwgpu/async/RuntimeContext.cpp +5 -0
  27. package/cpp/rnwgpu/async/RuntimeContext.h +15 -2
  28. package/lib/commonjs/views/WebGPUCanvas.d.ts +1 -0
  29. package/lib/commonjs/views/WebGPUCanvas.js +13 -0
  30. package/lib/commonjs/views/WebGPUCanvas.js.map +1 -1
  31. package/lib/module/views/WebGPUCanvas.d.ts +1 -0
  32. package/lib/module/views/WebGPUCanvas.js +14 -1
  33. package/lib/module/views/WebGPUCanvas.js.map +1 -1
  34. package/lib/typescript/src/views/WebGPUCanvas.d.ts +1 -0
  35. package/package.json +7 -7
  36. package/src/views/WebGPUCanvas.tsx +17 -1
  37. package/cpp/dawn/include/dawn/dawn_proc.h +0 -53
  38. package/cpp/dawn/include/dawn/dawn_proc_table.h +0 -330
  39. package/cpp/dawn/include/dawn/dawn_thread_dispatch_proc.h +0 -47
  40. package/cpp/dawn/include/dawn/dawn_version.h +0 -41
  41. package/cpp/dawn/include/dawn/native/D3D11Backend.h +0 -65
  42. package/cpp/dawn/include/dawn/native/D3D12Backend.h +0 -86
  43. package/cpp/dawn/include/dawn/native/D3DBackend.h +0 -56
  44. package/cpp/dawn/include/dawn/native/DawnNative.h +0 -369
  45. package/cpp/dawn/include/dawn/native/MetalBackend.h +0 -56
  46. package/cpp/dawn/include/dawn/native/NullBackend.h +0 -39
  47. package/cpp/dawn/include/dawn/native/OpenGLBackend.h +0 -89
  48. package/cpp/dawn/include/dawn/native/VulkanBackend.h +0 -183
  49. package/cpp/dawn/include/dawn/native/WebGPUBackend.h +0 -49
  50. package/cpp/dawn/include/dawn/native/dawn_native_export.h +0 -49
  51. package/cpp/dawn/include/dawn/platform/DawnPlatform.h +0 -210
  52. package/cpp/dawn/include/dawn/platform/dawn_platform_export.h +0 -49
  53. package/cpp/dawn/include/dawn/replay/Replay.h +0 -99
  54. package/cpp/dawn/include/dawn/replay/dawn_replay_export.h +0 -49
  55. package/cpp/dawn/include/dawn/webgpu_cpp_print.h +0 -2844
  56. package/cpp/dawn/include/tint/tint.h +0 -90
  57. package/cpp/dawn/include/webgpu/webgpu.h +0 -4987
  58. package/cpp/dawn/include/webgpu/webgpu_cpp.h +0 -10080
  59. package/cpp/dawn/include/webgpu/webgpu_cpp_chained_struct.h +0 -57
  60. package/cpp/dawn/include/webgpu/webgpu_enum_class_bitmasks.h +0 -161
  61. package/cpp/dawn/include/webgpu/webgpu_glfw.h +0 -88
  62. package/cpp/skia/src/gpu/graphite/ContextOptionsPriv.h +0 -45
  63. package/cpp/skia/src/gpu/graphite/ResourceTypes.h +0 -360
  64. package/cpp/skia/src/gpu/graphite/TextureProxyView.h +0 -105
  65. package/libs/.graphite +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.