diff options
author | Sven Gothel <[email protected]> | 2012-10-31 21:32:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-31 21:32:58 +0100 |
commit | 40090a5fe7f5b42c2212d9dd5351730e0f38d601 (patch) | |
tree | e0c49b691314240cbaa8dccd2081f758c3245cf1 /doc | |
parent | 875a36a142b086e4f1c311440db008f816258de5 (diff) |
Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT crashes the NV driver sporadically
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 0ce1fd3ac..80eb7ba4a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -6,6 +6,17 @@ Version 2.0: +++ +NVIDIA Tegra: discard problem (still exist?): + OK: + GL_RENDERER: NVIDIA Tegra + GL_VERSION: OpenGL ES 2.0 14.01002 + ++++ + +TestSharedContextVBOES2NEWT crashes the NV driver sporadically. + +++ + WIP: - Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer |