WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236902
[WebGPU] Tracer bullet part 8: Basic implementation of device creation routines
https://bugs.webkit.org/show_bug.cgi?id=236902
Summary
[WebGPU] Tracer bullet part 8: Basic implementation of device creation routines
Myles C. Maxfield
Reported
2022-02-19 20:32:54 PST
This is a basic implementation of the Instance, Adapter, and Device methods. Device limits are not implemented yet, so for now we claim every limits is 0.
Attachments
Patch
(11.65 KB, patch)
2022-02-19 20:34 PST
,
Myles C. Maxfield
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2022-02-19 20:34:33 PST
Created
attachment 452668
[details]
Patch
Dean Jackson
Comment 2
2022-02-21 09:29:41 PST
Comment on
attachment 452668
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=452668&action=review
> Source/WebGPU/ChangeLog:9 > + implemented yet, so for now we claim every limits is 0.
typo: limits
> Source/WebGPU/WebGPU/Adapter.mm:63 > + properties->driverDescription = "";
Not emptyString()?
Myles C. Maxfield
Comment 3
2022-02-21 12:49:11 PST
Committed
r290262
(?): <
https://commits.webkit.org/r290262
>
Radar WebKit Bug Importer
Comment 4
2022-02-21 12:50:22 PST
<
rdar://problem/89251773
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug