From 3f3c6bfb66fa4d6cf905fda62284ac566a6d5f0e Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 5 Nov 2009 00:26:34 +0000 Subject: [PATCH] minor edits for todo/done --- core/done.txt | 6 ++++++ core/todo.txt | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/core/done.txt b/core/done.txt index 6147f40ca..292de256f 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,9 @@ +0171 core +X Blurred PImages in OPENGL sketches +X removed NPOT texture support (for further testing) +X http://dev.processing.org/bugs/show_bug.cgi?id=1352 + + 0170 core (1.0.8) X added some min/max functions that work with doubles X not sure if those are staying in or not diff --git a/core/todo.txt b/core/todo.txt index cf4488272..9b4ffe6fc 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,7 +1,5 @@ -0171 core -X Blurred PImages in OPENGL sketches -X removed NPOT texture support (for further testing) -X http://dev.processing.org/bugs/show_bug.cgi?id=1352 +0172 core + _ open up the pdf library more (philho) _ http://dev.processing.org/bugs/show_bug.cgi?id=1343 @@ -12,6 +10,9 @@ _ but works fine with applications _ get() with OPENGL is grabbing the wrong coords _ http://dev.processing.org/bugs/show_bug.cgi?id=1349 +_ gl power of 2 with textures +_ P3D also seems to have trouble w/ textures edges.. bad math? + _ No textures render with hint(ENABLE_ACCURATE_TEXTURES) _ http://dev.processing.org/bugs/show_bug.cgi?id=985 _ need to remove the hint from the reference