Conversation
sagudev
force-pushed
the
real_from_core
branch
from
August 31, 2026 14:42
093c5e2 to
9482337
Compare
sagudev
added a commit
to sagudev/wgpu
that referenced
this pull request
Aug 31, 2026
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
sagudev
added a commit
to sagudev/wgpu
that referenced
this pull request
Sep 1, 2026
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
sagudev
force-pushed
the
real_from_core
branch
from
September 1, 2026 19:54
9482337 to
5466801
Compare
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
sagudev
added a commit
to sagudev/wgpu
that referenced
this pull request
Sep 16, 2026
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
sagudev
force-pushed
the
real_from_core
branch
from
September 16, 2026 11:48
5466801 to
a005f85
Compare
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
sagudev
force-pushed
the
real_from_core
branch
from
September 16, 2026 11:53
a005f85 to
e35c8b4
Compare
Collaborator
Author
|
I would actually need this to write tests in #10307 so gentle nudge @cwfitzgerald |
8 tasks
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.
Connections
#10073
Description
Most of them are mechanical as they only have
inner: DispatchType, the only two worth mentioning are TextureView which has Texture for subfield and Buffer which has mapping state, tho it is duplication of state wgc, but used for unsafe slicing so one needs to be careful with them.Encoders are skipped because they are hard and I do not need them (hopefully).
I plan to use this to run wgpu libraries in trusted process on top of remoted wgc in servo. This was my main motivation for working on #5121 and #10073
Testing
None
Squash or Rebase?
Rebase
Checklist
CHANGELOG.mdentries for the user-facing effects of this change are present.wgpumay be affected behaviorally.