diff options
author | Sven Gothel <[email protected]> | 2010-12-10 05:32:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-10 05:32:41 +0100 |
commit | 74fb7ca7ac8484e86ff6c84a5e3ceef79fb4d0d6 (patch) | |
tree | 5ab08def3c9528c3ed11712245ef0b727e3537f7 /doc | |
parent | c572c6a92bd74f43e65d51d7266bfd7c0f9cc38f (diff) |
little TODO update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 294f16cd1..4c5f61f88 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,17 +1,12 @@ -This list is probably completely out of date... -anyone the guts to remove it? :) --mbien +WIP: + +- Protected access for Impl classes Random, somewhat old to-do list: - Non-const array types must be properly released with JNI_COMMIT in order to see side effects if the array was copied. -- Think about e.g. protected access for Impl classes - -- Fix glProgramStringARB and glGetProgramString{NV,ARB} so that they - use Strings and/or StringBuffers insteead of GLUbyte* and void* - - figure out how to deal with WGL entry points: WINGDIAPI HGLRC WINAPI wglCreateLayerContext(HDC, int); WINGDIAPI BOOL WINAPI wglUseFontBitmapsA(HDC, DWORD, DWORD, DWORD); @@ -33,9 +28,3 @@ Random, somewhat old to-do list: - Throw an exception if native calls to GetPrimitiveArrayCritical return null. -- Before emitting functions and constants, sort them first by - extension suffix (i.e., ARB, ATI, NV, etc) and then by name. This - will organize them in the file more logically. When writing the - code, the sort function can check the last substring that's all caps, - and treat this as the extension owner. Be careful though, some end - in "3D" and that's not an extension. |