From 41c032d28972bcd98549635a807dd9b54f03b04c Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 1 Jan 2012 23:04:13 +0100 Subject: [PATCH] Update TODO Signed-off-by: David Herrmann --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 4b92b2b..e87d717 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,9 @@ Output Subsystem: - Is glFinish() needed before setCrtc or is glFlush sufficient? + - Check whether ARB_texture_non_power_of_two is supported. We used it + everywhere. + Console Subsystem: - Do we need to offer a way to create mipmaps of the cairo image? This would allow faster mappings of the console onto the framebuffers.