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

An API which Servo can implement #2

Merged
merged 1 commit into from Jul 1, 2019
Merged

Conversation

@asajeffrey
Copy link
Member

asajeffrey commented Jul 1, 2019

Some changes to the API for compatibility with Servo:

  • Add a device registry API
  • Make the WebGL external images API compatible with Servo's WebGLMsgSender
  • Bind the images API after creation, since this is what WebXR does
  • Remove GLFactory since Servo doesn't have one of those, it has a GLContextFactory which builds a context, not just binds the GL API
@asajeffrey asajeffrey force-pushed the asajeffrey:servo-compat branch from d3a9a3c to b94bbbb Jul 1, 2019
@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 1, 2019

Sigh, rustfmt. @bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

📌 Commit b94bbbb has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

Testing commit b94bbbb with merge 49b9312...

bors-servo added a commit that referenced this pull request Jul 1, 2019
An API which Servo can implement

Some changes to the API for compatibility with Servo:

* Add a device registry API
* Make the WebGL external images API compatible with Servo's `WebGLMsgSender`
* Bind the images API after creation, since this is what WebXR does
* Remove `GLFactory` since Servo doesn't have one of those, it has a `GLContextFactory` which builds a context, not just binds the GL API
@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

☀️ Test successful - checks-travis
Approved by: Manishearth
Pushing 49b9312 to master...

@bors-servo bors-servo merged commit b94bbbb into servo:master Jul 1, 2019
3 checks passed
3 checks passed
Travis CI - Pull Request Build Passed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.