5 Commits

Author SHA1 Message Date
lirent 977c056287 feat: report on-screen cursor position in producer contract
Append cursor_seq/cursor_visible/cursor_pos to the producer block
(host-RO ABI; offsets 168/172/176, existing layout unchanged). Position
is reported every pump tick, independent of draw_cursor, so a consumer
can overlay its own cursor even when the producer does not composite it.

x and y pack into one 8-aligned 64-bit field (single atomic store, no
tear); cursor_seq bumps last to gate a consistent read. Adds the
vgpu_publish_cursor() engine setter and a lightweight cursor_sample_pos()
(position/visibility only, no shape extract) called from the pump.
v0.1.2
2026-06-18 22:06:55 +03:00
lirent 9f1b41cf78 ci: run release job steps under bash
Default shell was sh (dash), which lacks `set -o pipefail`; pin shell: bash.
v0.1.1
2026-06-17 18:04:30 +03:00
lirent 34a52659af ci: release windows exe to gitea release on v* tags
- .gitea/workflows/release.yml: mingw-w64 cross-compile in container, package exe+LICENSE, publish to the tag release via Gitea API
- LICENSE: MIT
- .gitignore: un-ignore .gitea/
v0.1.0
2026-06-17 17:58:18 +03:00
lirent d5518634cc build: build guest agent as a single executable (drop intermediate static lib) 2026-06-17 13:04:49 +03:00
lirent fefa736fb8 Initial commit: win32 vGPU stream capture module
Capture backends (NvFBC/DDA/GDI), cursor/region/present helpers, publish API, vendor NvFBC headers; CMake build with mingw-w64 toolchain.
2026-06-17 12:55:19 +03:00