diff options
author | Sven Gothel <[email protected]> | 2012-07-22 04:18:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-07-22 04:18:26 +0200 |
commit | 90f2156e4c48386eb2ee06acc1169a7557851e88 (patch) | |
tree | e7a7cc561adf8aa7816c8c35144a3ec2b80005f6 /doc/TODO.txt | |
parent | 1d300e8d06916acd80039a6c4b198111ff1f66fb (diff) |
Adding TODO note: Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 82f013265..d31466f78 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -5,6 +5,10 @@ WIP: GLOffscreenAutoDrawable GLDrawableFactory.createOffsceenAutoDrawable() - Mark both deprecated! +- Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer + - optimize the NIO caching, i.e. memory range, incr. reference count + - _remove_ the cached object w/ decr. ref count, remove object + Random, somewhat old to-do list: - Non-const array types must be properly released with JNI_COMMIT in |