Expand WebGPU layer coverage and documentation - #705
Merged
Conversation
CoverageStmts: 51.01% ▼-0.01% | Branch: 42.11% | Funcs: 49.15% | Lines: 51.12% ▼-0.01%
|
ibgreen
marked this pull request as ready for review
July 31, 2026 11:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/whats-new.mdThis PR targets
masterdirectly and has no dependency on the separate software-WebGPU CI enablement in #706. It preserves the existing CI workflow and provider behavior.Why
Several portable paths were still hidden or unverified after moving to deck.gl 9.4 alpha.2:
!isWebgpuguard around its strokedGeoJsonLayerstate boundaries even though upstreamPathLayeris now portable.TreeLayerwas incorrectly described as using an external renderer instead of deck.glSimpleMeshLayer.The broader coverage also exposed a remaining baseline limitation:
GeoArrowArcLayercurrently requests nine vertex buffers while baseline WebGPU guarantees eight. This PR documents that path as remaining work instead of marking it supported.WebGPU porting tracker
GlobalGridLayerandTileGridLayerbordersDeviceTabsWidget.whats-new.mdare updated.GeoArrowArcLayerSharedTile2DLayer/TileSourceLayerTextLayervalidation plus pointer/drag coverage.ElevationLayer/TreeLayerTerrainLayerandSimpleMeshLayer.FlowPathLayerValidation
yarn lintyarn test— 168 files passed; 1,420 tests passed, 9 skippedyarn test-headless— 57 files passed; 433 tests passed, 8 WebGPU tests skipped as expected without CI enablementDECK_GL_COMMUNITY_SOFTWARE_WEBGPU=true yarn test-headless modules/geo-layers/test/webgpu-layers.browser.spec.ts— 2 tests passed, 0 skippedyarn buildyarn --cwd website build