From: Rich Geldreich Date: Wed, 19 Mar 2014 23:34:07 +0000 (-0700) Subject: Fixing various issues that were showing up when trying to snapshot/restore Cube 2: X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=d3dc5cff90a8f4e82ef7447e71185eaa50b35da3;hp=d3dc5cff90a8f4e82ef7447e71185eaa50b35da3;p=vogl 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 ---