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

Fix webgl transform feedback #26143

Merged
merged 1 commit into from Apr 15, 2020
Merged

Fix webgl transform feedback #26143

merged 1 commit into from Apr 15, 2020

Conversation

@jdm
Copy link
Member

jdm commented Apr 8, 2020

This allows https://www.joshmatthews.net/webxr-particles/ to run in Servo. This change corresponds with the following spec text:

GL_INVALID_OPERATION is generated by glBeginTransformFeedback if no binding points would be used, either because no program object is active of because the active program object has specified no varying variables to record. 

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #26137
  • There are tests for these changes
…have no varying values.
@highfive
Copy link

highfive commented Apr 8, 2020

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/webgl2renderingcontext.rs
  • @KiChjang: components/script/dom/webgl2renderingcontext.rs
@jdm
Copy link
Member Author

jdm commented Apr 8, 2020

r? @nox

@highfive highfive assigned nox and unassigned paulrouget Apr 8, 2020
@jdm
Copy link
Member Author

jdm commented Apr 8, 2020

@bors-servo try=wpt

@bors-servo
Copy link
Contributor

bors-servo commented Apr 8, 2020

Trying commit 9673091 with merge e659e62...

bors-servo added a commit that referenced this pull request Apr 8, 2020
Fix webgl transform feedback

This allows https://www.joshmatthews.net/webxr-particles/ to run in Servo. This change corresponds with the following spec text:
```
GL_INVALID_OPERATION is generated by glBeginTransformFeedback if no binding points would be used, either because no program object is active of because the active program object has specified no varying variables to record.
```

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26137
- [x] There are tests for these changes
@bors-servo
Copy link
Contributor

bors-servo commented Apr 8, 2020

☀️ Test successful - status-taskcluster
State: approved= try=True

@jdm
Copy link
Member Author

jdm commented Apr 14, 2020

@nox review ping!

@nox
Copy link
Member

nox commented Apr 15, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Apr 15, 2020

📌 Commit 9673091 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Apr 15, 2020

Testing commit 9673091 with merge a8379a3...

bors-servo added a commit that referenced this pull request Apr 15, 2020
Fix webgl transform feedback

This allows https://www.joshmatthews.net/webxr-particles/ to run in Servo. This change corresponds with the following spec text:
```
GL_INVALID_OPERATION is generated by glBeginTransformFeedback if no binding points would be used, either because no program object is active of because the active program object has specified no varying variables to record.
```

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26137
- [x] There are tests for these changes
@bors-servo
Copy link
Contributor

bors-servo commented Apr 15, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Apr 15, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Apr 15, 2020

Testing commit 9673091 with merge f6f2b49...

@bors-servo
Copy link
Contributor

bors-servo commented Apr 15, 2020

☀️ Test successful - status-taskcluster
Approved by: nox
Pushing f6f2b49 to master...

@bors-servo bors-servo merged commit f6f2b49 into servo:master Apr 15, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
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.

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