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

test: External memory FD #1930

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

antonio-lunarg
Copy link
Contributor

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.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 327801.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 934034a to c3ea4f3 Compare December 19, 2024 15:40
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 327819.

@antonio-lunarg antonio-lunarg marked this pull request as draft December 19, 2024 15:58
@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5614 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5614 failed.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from c3ea4f3 to 853f2c4 Compare January 17, 2025 12:14
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 348688.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5847 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5847 failed.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 853f2c4 to 27f2271 Compare January 17, 2025 12:47
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 348726.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5848 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5848 failed.

Copy link
Contributor

@bradgrantham-lunarg bradgrantham-lunarg left a 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!

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 27f2271 to 746729a Compare March 5, 2025 10:51
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 386943.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6253 running.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 746729a to f9dd848 Compare March 5, 2025 10:59
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 386959.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from f9dd848 to 028dfe7 Compare March 5, 2025 11:03
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 386961.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 028dfe7 to 61ee610 Compare March 5, 2025 11:50
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 387001.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6256 running.

@antonio-lunarg antonio-lunarg marked this pull request as ready for review March 5, 2025 13:24
@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 61ee610 to 81787a8 Compare March 5, 2025 13:27
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 387052.

Skip surface creation when a headless context is requested.
@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 81787a8 to deb7e8a Compare March 5, 2025 13:56
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 387110.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6260 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6260 passed.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from deb7e8a to 0b9bf92 Compare March 6, 2025 09:19
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 387812.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6270 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6270 passed.

By setting TestConfig::map_addr, the returned address mapped by
vkMapMemory can be overridden.
@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 0b9bf92 to 37f0679 Compare March 6, 2025 16:41
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 388374.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 37f0679 to 726c5e6 Compare March 6, 2025 16:45
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 388387.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 726c5e6 to 3b05608 Compare March 6, 2025 16:58
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 388416.

@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from 3b05608 to f4f2319 Compare March 6, 2025 18:04
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 388598.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6278 running.

@ci-tester-lunarg
Copy link

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.
@antonio-lunarg antonio-lunarg force-pushed the antonio-external-memory-fd-test branch from f4f2319 to 262ec6f Compare March 7, 2025 10:06
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 389349.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6283 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6283 passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants