mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor edits for todo/done
This commit is contained in:
@@ -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
|
||||
|
||||
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user