-
Notifications
You must be signed in to change notification settings - Fork 127
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
test: External memory FD #1930
base: dev
Are you sure you want to change the base?
test: External memory FD #1930
Conversation
CI gfxreconstruct build queued with queue ID 327801. |
934034a
to
c3ea4f3
Compare
CI gfxreconstruct build queued with queue ID 327819. |
CI gfxreconstruct build # 5614 running. |
CI gfxreconstruct build # 5614 failed. |
c3ea4f3
to
853f2c4
Compare
CI gfxreconstruct build queued with queue ID 348688. |
CI gfxreconstruct build # 5847 running. |
CI gfxreconstruct build # 5847 failed. |
853f2c4
to
27f2271
Compare
CI gfxreconstruct build queued with queue ID 348726. |
CI gfxreconstruct build # 5848 running. |
CI gfxreconstruct build # 5848 failed. |
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.
Needs guards in CMakeLists.txt to build only on Linux
Otherwise LGTM!
27f2271
to
746729a
Compare
CI gfxreconstruct build queued with queue ID 386943. |
CI gfxreconstruct build # 6253 running. |
746729a
to
f9dd848
Compare
CI gfxreconstruct build queued with queue ID 386959. |
f9dd848
to
028dfe7
Compare
CI gfxreconstruct build queued with queue ID 386961. |
028dfe7
to
61ee610
Compare
CI gfxreconstruct build queued with queue ID 387001. |
CI gfxreconstruct build # 6256 running. |
61ee610
to
81787a8
Compare
CI gfxreconstruct build queued with queue ID 387052. |
Skip surface creation when a headless context is requested.
81787a8
to
deb7e8a
Compare
CI gfxreconstruct build queued with queue ID 387110. |
CI gfxreconstruct build # 6260 running. |
CI gfxreconstruct build # 6260 passed. |
deb7e8a
to
0b9bf92
Compare
CI gfxreconstruct build queued with queue ID 387812. |
CI gfxreconstruct build # 6270 running. |
CI gfxreconstruct build # 6270 passed. |
By setting TestConfig::map_addr, the returned address mapped by vkMapMemory can be overridden.
0b9bf92
to
37f0679
Compare
CI gfxreconstruct build queued with queue ID 388374. |
37f0679
to
726c5e6
Compare
CI gfxreconstruct build queued with queue ID 388387. |
726c5e6
to
3b05608
Compare
CI gfxreconstruct build queued with queue ID 388416. |
3b05608
to
f4f2319
Compare
CI gfxreconstruct build queued with queue ID 388598. |
CI gfxreconstruct build # 6278 running. |
CI gfxreconstruct build # 6278 passed. |
Actually two apps. One app acts as exporter, exporting memory to an opaque fd containing data about its color render target, while the other app acts as importer. The exporter waits for the importer to connect via UNIX domain socket and then it sends the opaque fd. The importer connects to the exporter and retrieves the fd to use for importing memory.
f4f2319
to
262ec6f
Compare
CI gfxreconstruct build queued with queue ID 389349. |
CI gfxreconstruct build # 6283 running. |
CI gfxreconstruct build # 6283 passed. |
Actually two apps. One app acts as exporter, exporting memory to an opaque fd containing data about its color render target, while the other app acts as importer. The exporter waits for the importer to connect via UNIX domain socket and then it sends the opaque fd. The importer connects to the exporter and retrieves the fd to use for importing memory.