mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Document !1957
This commit is contained in:
parent
82192a43f9
commit
d9fe5eaf5d
1
doc/changes/auxiliary/mr.1957.1.md
Normal file
1
doc/changes/auxiliary/mr.1957.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
ogl: Add various helper functions, and tidy code a bit.
|
1
doc/changes/auxiliary/mr.1957.2.md
Normal file
1
doc/changes/auxiliary/mr.1957.2.md
Normal file
|
@ -0,0 +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
Normal file
1
doc/changes/compositor/mr.1957.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
main: Trace mirror blit function.
|
1
doc/changes/compositor/mr.1957.2.md
Normal file
1
doc/changes/compositor/mr.1957.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
util: Generate limited limited ids for native swapchains.
|
1
doc/changes/ipc/mr.1957.md
Normal file
1
doc/changes/ipc/mr.1957.md
Normal file
|
@ -0,0 +1 @@
|
|||
client: Generate limited unique ids for native swapchains.
|
1
doc/changes/misc_features/mr.1957.1.md
Normal file
1
doc/changes/misc_features/mr.1957.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
t/sdl_test: Use new OpenGL helpers to import swapchain images.
|
1
doc/changes/misc_features/mr.1957.2.md
Normal file
1
doc/changes/misc_features/mr.1957.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
ext/imgui: Add helper to draw a image/texture with a cleared background color.
|
1
doc/changes/state_trackers/mr.1957.1.md
Normal file
1
doc/changes/state_trackers/mr.1957.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
gui: Rename OpenGL sink file, slightly improve thread safety and add note.
|
1
doc/changes/state_trackers/mr.1957.2.md
Normal file
1
doc/changes/state_trackers/mr.1957.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
st/gui: Refactor a few OpenGL drawing code into helper.
|
4
doc/changes/xrt/mr.1957.md
Normal file
4
doc/changes/xrt/mr.1957.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Add `xrt_limited_unique_id` and `xrt_limited_unique_id_t` types to donate a
|
||||
special id that is unique to the current process. Use that to decorate
|
||||
`xrt_swapchain_native` with a limited unique id, useful for caching of the
|
||||
`xrt_image_native` imports of swapchains and other objects.
|
Loading…
Reference in a new issue