From 68810d8bf02fa92468bbcc0a022d6dc99dc36624 Mon Sep 17 00:00:00 2001 From: martinfouilleul Date: Thu, 2 Feb 2023 19:15:20 +0100 Subject: [PATCH] updated todo --- todo.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 5006478..ac46c91 100644 --- a/todo.txt +++ b/todo.txt @@ -27,11 +27,16 @@ [x] Multi-sampling [!] Avoid first useless (degenerate) triangle on every path - [ ] image rendering - [ ] Re-think image API first?? + [>] rethink image rendering API to avoid forcing atlas into the renderer (which limits image size and usage patterns) + [x] Break triangle stream into batches to allow using different textures + [>] Design and implement basic image API + [ ] Design image atlas api on top of it [ ] gles image atlas logic [ ] textured rendering in shader + [ ] port back the image stuff to mac + [ ] use bindless textures on mac? + [ ] Image rendering test app [ ] Text rendering test app [?] Little test drawing app?