Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCapture infrastructure: Part II #2305
Conversation
|
Reviewed 31 of 35 files at r1. webrender/src/glyph_cache.rs, line 13 at r1 (raw file):
Maybe it will become clearer later in the review - but why does this need to be made generic? Comments from Reviewable |
|
Partial review only so far - will be working through the other files today. |
|
Review status: 31 of 35 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. webrender/src/glyph_cache.rs, line 13 at r1 (raw file): Previously, glennw (Glenn Watson) wrote…
The general approach is to have all the Comments from Reviewable |
|
Reviewed 4 of 35 files at r1, 1 of 1 files at r2. webrender/src/device.rs, line 132 at r2 (raw file):
I wonder if we should remove this and just use ImageFormat? Comments from Reviewable |
|
Looks good to me! |
|
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. webrender/src/device.rs, line 132 at r2 (raw file): Previously, glennw (Glenn Watson) wrote…
I wish we could. Problem is - the Comments from Reviewable |
|
@glennw please take a look at the last commit dealing with external images. There is nothing particularly concerning there, but it's new code. |
|
The last commit looks good to me. You could perhaps expand on the |
|
Thanks @glennw ! This is done now. |
|
|
Capture infrastructure: Part II Fixes #2238 The PR implements support for capturing all the built-frame stage environment: - built frames for each document - cached fonts, glyphs, images, and render targets - gpu cache How to use: - run any example with "--features capture" - hit "c" to capture, the data is written into "captures/example" - run wrench with "load" command TODO: - [x] cleanup - [x] rebase - [x] reviews - [x] proper external textures support (`frame_output` example) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2305) <!-- Reviewable:end -->
|
@bors-servo r- |
…ead_pixels_into API
|
Should be good now. |
|
|
Capture infrastructure: Part II Fixes #2238 The PR implements support for capturing all the built-frame stage environment: - built frames for each document - cached fonts, glyphs, images, and render targets - gpu cache How to use: - run any example with "--features capture" - hit "c" to capture, the data is written into "captures/example" - run wrench with "load" command TODO: - [x] cleanup - [x] rebase - [x] reviews - [x] proper external textures support (`frame_output` example) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2305) <!-- Reviewable:end -->
|
|
kvark commentedJan 15, 2018
•
edited
Fixes #2238
The PR implements support for capturing all the built-frame stage environment:
How to use:
TODO:
frame_outputexample)This change is