diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-27 21:39:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 21:39:15 -0500 |
commit | fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0 (patch) | |
tree | c3721f70f05a9d6fa9d86292d9b532b0d5c9856f /components/layout/flow.rs | |
parent | b4a882f81ab9d8128166a49f0514a398ad7a3b7d (diff) | |
parent | 71d266052b09c031707139466163a7087f0acc19 (diff) | |
download | servo-fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0.tar.gz servo-fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0.zip |
Auto merge of #13872 - anholt:webgl-fbo, r=emilio
webgl: Add basic support for framebuffer attachments
This is by no means a complete implementation, but I've slowed down on working on it, so I think we should look at what it takes to merge the current code. There are some major features missing, like initializing renderbuffers to 0 (uninitialized memory leak), tracking the attachments' attributes (width/height/format) for parameter requests, and lots of missing glCheckFramebufferStatus() validation. On the other hand, this is enough to run some demos using FBOs.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13639 (github issue number if applicable).
<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13872)
<!-- Reviewable:end -->
Diffstat (limited to 'components/layout/flow.rs')
0 files changed, 0 insertions, 0 deletions