add 10bit display formats to todo list

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1634 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-01-17 13:40:35 +00:00
parent 1acb96bfe4
commit cef8d0ce5c

View File

@ -24,6 +24,11 @@ enhancements: 3.0 or later.</td></tr>
by Vinnie Simonetti.</td><td>Basic functionality as is now done: 3.0. Future by Vinnie Simonetti.</td><td>Basic functionality as is now done: 3.0. Future
enhancements: 3.0 or later.</td></tr> enhancements: 3.0 or later.</td></tr>
<tr><td>10bit display formats</td><td>GLUT supports that but FreeGLUT
currently does not. Unfinished effort to implement <a
href="https://github.com/dcnieho/FreeGLUT/tree/feature_30bit_framebuffer">here</a>.</td><td>3.0
or later.</td></tr>
<tr><td>GL2+ and GLES 1/2 clean API for geometry</td><td>Done for all (geometry like <tr><td>GL2+ and GLES 1/2 clean API for geometry</td><td>Done for all (geometry like
cube, cone, etc, as well as the teapot and other parts of the cube, cone, etc, as well as the teapot and other parts of the
teaset)</td><td>3.0</td></tr> teaset)</td><td>3.0</td></tr>