From cac754b9f5d4695bd6416ac94fcab22423a854f9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 15 Feb 2022 23:36:15 +0100 Subject: Render missing glyphs as a crossed out box --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index bd0a782..5ffb9c1 100644 --- a/TODO +++ b/TODO @@ -4,4 +4,5 @@ Support using multiple textures in shaders by using glActiveTexture for each one Make sure clock is monotonic (there has been some issues with CLOCK\_MONOTONIC not being monotonic on linux).\ Verify if using a separate glx context for every window is the correct approach.\ Experiment with reducing latency by removing GLX_DOUBLEBUFFER and using glFlush&&glFinish&&glXWaitVideoSyncSGI(1, 0, &rem);. Only glFinish is needed when using a compositor and that fixes the flickering. Flipping also needs to be enabled in gpu driver settings. Use glXWaitVideoSyncSGI to limit fps to vsync. Tearing fix with flipping for fullscreen applications only works when fullscreen covers all monitors which is usually not the case, so it really only works when one monitor is plugged in.\ -High precision mouse wheel event by using xi2, which also allows us to get which scroll wheel was used and scrolling in y direction. \ No newline at end of file +High precision mouse wheel event by using xi2, which also allows us to get which scroll wheel was used and scrolling in y direction.\ +Only render one glyph for missing symbols. \ No newline at end of file -- cgit v1.2.3