From 96b0dd078330cb0e17f9ef66eab6228b58e1da58 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 24 Jan 2024 16:10:11 -0800 Subject: [PATCH] note on bilinear sampling requirement (e.g. not interpolating per-vertex coordinates) for specific UI --- src/raddbg/raddbg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index d0bc585d..6de66459 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -7,6 +7,9 @@ // [ ] source view -> floating margin/line-nums // [ ] theme colors -> more explicit about e.g. opaque backgrounds vs. floating // & scrollbars etc. +// [ ] need bilinear interpolation on color picker - fine for most UI to not do +// do it but it needs to be correct for the color picker, so maybe that +// should be a heavier path // [ ] drag/drop tab cleanup // [ ] target/breakpoint/watch-pin reordering // [ ] watch window reordering