]> git.cworth.org Git - vogl/commit
Fixing various issues that were showing up when trying to snapshot/restore Cube 2:
authorRich Geldreich <richgel99@gmail.com>
Wed, 19 Mar 2014 23:34:07 +0000 (16:34 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 19:37:30 +0000 (12:37 -0700)
commitd3dc5cff90a8f4e82ef7447e71185eaa50b35da3
treedcd076931ecb117ce1e075323eb055463ba7cfa0
parent9fd995f19d7ca4289edc92cc52e214b97c15b6a6
Fixing various issues that were showing up when trying to snapshot/restore Cube 2:
- RBO's which have been genned but never initialized are now properly snapshotted/restored
- Adding support for GL_FLOAT_RG16_NV
- Fixing size of XVisualInfo struct's ctype desc so the --find command doesn't trigger a harmless but annoying assert in 32-bit builds while scanning through 64-bit traces
- Misc help text fixes
src/voglcommon/vogl_ctypes.cpp
src/voglcommon/vogl_internal_texture_formats.inc
src/voglcommon/vogl_renderbuffer_state.cpp