The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !1957

+13
+1
doc/changes/auxiliary/mr.1957.1.md
··· 1 + ogl: Add various helper functions, and tidy code a bit.
+1
doc/changes/auxiliary/mr.1957.2.md
··· 1 + util: Add code to get a limited unique id, it's a simple 64 bit atomic counter.
+1
doc/changes/compositor/mr.1957.1.md
··· 1 + main: Trace mirror blit function.
+1
doc/changes/compositor/mr.1957.2.md
··· 1 + util: Generate limited limited ids for native swapchains.
+1
doc/changes/ipc/mr.1957.md
··· 1 + client: Generate limited unique ids for native swapchains.
+1
doc/changes/misc_features/mr.1957.1.md
··· 1 + t/sdl_test: Use new OpenGL helpers to import swapchain images.
+1
doc/changes/misc_features/mr.1957.2.md
··· 1 + ext/imgui: Add helper to draw a image/texture with a cleared background color.
+1
doc/changes/state_trackers/mr.1957.1.md
··· 1 + gui: Rename OpenGL sink file, slightly improve thread safety and add note.
+1
doc/changes/state_trackers/mr.1957.2.md
··· 1 + st/gui: Refactor a few OpenGL drawing code into helper.
+4
doc/changes/xrt/mr.1957.md
··· 1 + Add `xrt_limited_unique_id` and `xrt_limited_unique_id_t` types to donate a 2 + special id that is unique to the current process. Use that to decorate 3 + `xrt_swapchain_native` with a limited unique id, useful for caching of the 4 + `xrt_image_native` imports of swapchains and other objects.