diff options
| author | 2025-09-09 11:22:38 -0400 | |
|---|---|---|
| committer | 2025-09-09 11:22:38 -0400 | |
| commit | 1fa8403772d867e00b30cf98767ad9ab557fff47 (patch) | |
| tree | a1198db2c4278df750c5c9c13f00669b946863c7 /TODO | |
| parent | 8af27a3f6a26140ed7c1468675ee3f3ff55e0f0f (diff) | |
| download | camu-1fa8403772d867e00b30cf98767ad9ab557fff47.tar.gz camu-1fa8403772d867e00b30cf98767ad9ab557fff47.tar.bz2 camu-1fa8403772d867e00b30cf98767ad9ab557fff47.zip | |
Consolidate smaller codec wrappers
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -27,10 +27,10 @@ - [x] Commit libalabaster build update. - [x] Commit stela changes. - [x] Commit ffmpeg build update. - - [ ] Small list refactor. - - [ ] Commit libnaunet changes. - - [ ] Consolidate spng, stb_img, and wuffs into one file with server/client ifdefs - - [ ] Startup timing information + - [x] Small list refactor. + - [x] Commit libnaunet changes. + - [x] Consolidate spng, stb_img, and wuffs into one file with server/client ifdefs. + - [ ] Startup timing information. - From main() to window_system_main() then everything in desktop_open(). - Might as well work on the cleanup part too. - [ ] Packet benchmark. @@ -106,6 +106,7 @@ - [ ] Command queue. - [ ] Queue creation/deletion. - [ ] Texture upload. + - [ ] queue_libplacebo rgb24 upload fails on ANV. - [ ] MOMO frame queue. - [ ] Log when scaling flips from required to not and vice versa. |