-
Notifications
You must be signed in to change notification settings - Fork 123
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
Write frame end markers to capture file #1191
Write frame end markers to capture file #1191
Conversation
CI gfxreconstruct build queued with queue ID 4058. |
CI gfxreconstruct build # 2955 running. |
This PR is a prerequisite to PR #1138 |
CI gfxreconstruct build # 2955 failed. |
98113a0
to
e6e163c
Compare
CI gfxreconstruct build queued with queue ID 4569. |
CI gfxreconstruct build # 2961 running. |
CI gfxreconstruct build # 2961 passed. |
e6e163c
to
3cb46f7
Compare
CI gfxreconstruct build queued with queue ID 5212. |
CI gfxreconstruct build # 2968 running. |
CI gfxreconstruct build # 2968 failed. |
CI gfxreconstruct build queued with queue ID 5368. |
CI gfxreconstruct build # 2972 running. |
CI gfxreconstruct build # 2972 passed. |
3cb46f7
to
54c862f
Compare
CI gfxreconstruct build queued with queue ID 6001. |
CI gfxreconstruct build # 2976 running. |
CI gfxreconstruct build # 2976 passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff, very educational read.
54c862f
to
248473e
Compare
CI gfxreconstruct build queued with queue ID 7862. |
CI gfxreconstruct-extended build queued with queue ID 7865. |
CI gfxreconstruct-extended build # 224 running. |
CI gfxreconstruct build # 2986 running. |
CI gfxreconstruct build # 2986 passed. |
CI gfxreconstruct-extended build # 224 aborted. |
Remove `global_frame_count_` and always use `current_frame_`.
When the capture manager encounters an end of frame, write an end of frame marker to the capture file. When processing the file in the file processor, if end of frame markers are present, use those instead of specific API calls to track frame counts.
248473e
to
e631e3a
Compare
CI gfxreconstruct build queued with queue ID 8051. |
CI gfxreconstruct build # 2990 running. |
CI gfxreconstruct build # 2990 passed. |
CI gfxreconstruct-extended build queued with queue ID 8203. |
CI gfxreconstruct-extended build # 226 running. |
CI gfxreconstruct-extended build # 226 passed. |
When the capture manager encounters an end of frame, write an end of
frame marker to the capture file. When processing the file in the file
processor, if end of frame markers are present, use those instead of
specific API calls to track frame counts.