Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose limits on the adapter #489

Merged
merged 1 commit into from Nov 11, 2019
Merged

Conversation

kainino0x
Copy link
Contributor

@kainino0x kainino0x commented Nov 6, 2019

There's no reason to leave this out anymore.
Implementations can implement it whenever they want.


Preview | Diff

There's no reason to leave this out anymore.
Implementations can implement it whenever they want.
@Kangz
Copy link
Contributor

Kangz commented Nov 11, 2019

Resolution from the 2019-11-11 meeting: merge.

@Kangz Kangz merged commit 53bf767 into gpuweb:master Nov 11, 2019
litherum added a commit that referenced this pull request Nov 11, 2019
litherum added a commit that referenced this pull request Nov 11, 2019
@litherum
Copy link
Contributor

Is it possible to re-open a pull request after it's been reverted?

@litherum
Copy link
Contributor

litherum commented Nov 11, 2019

During the call today there was some internal miscommunication. We’d like one more week to discuss this change internally.

@litherum
Copy link
Contributor

(I reverted this after emailing the mailing list and asking if it was okay. A representative from the company that wrote and merged this patch said it was okay.)

@kainino0x kainino0x deleted the adapterlimits branch September 22, 2020 21:27
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Sep 23, 2020
This allows apps to receive information about individual available
adapter limits, which which let the UA track privacy budgeting with
better granularity.

See also gpuweb#489, gpuweb#495; gpuweb#1098.
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Sep 23, 2020
This allows apps to request information about individual available
adapter limits, which lets the UA track privacy budgeting with
better granularity.

See also gpuweb#489, gpuweb#495; gpuweb#1098.
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Oct 1, 2020
This allows apps to request information about individual available
adapter limits, which lets the UA track privacy budgeting with
better granularity.

See also gpuweb#489, gpuweb#495; gpuweb#1098.
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Oct 1, 2020
This allows apps to request information about individual available
adapter limits, which lets the UA track privacy budgeting with
better granularity.

See also gpuweb#489, gpuweb#495; gpuweb#1098.
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Dec 3, 2020
kainino0x added a commit to kainino0x/gpuweb that referenced this pull request Dec 3, 2020
@kainino0x kainino0x mentioned this pull request Dec 3, 2020
kainino0x added a commit that referenced this pull request Dec 15, 2020
I think it's been determined that this API shouldn't consider privacy budgeting in it's design.

- UAs can still lazily-decide on GPULimits values.
- UAs can still do bucketing ahead of time, or even based on queries to GPULimits members.
- Apps can attempt requestDevice without checking limits, if they just want to know if their requested limits are supported.

Exact IDL interface is TBD, but editorial.

Needs more text to be filled out later. Also adds some other TODOs.

See also #489, #495; #1098, #1100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants