From: Mikko Rasa Date: Tue, 22 Sep 2009 07:43:42 +0000 (+0000) Subject: Fix GLintptr/GLsizeiptr print formats X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=be68706254c62406d4924fffa7f43d2b1c17f52e;hp=be68706254c62406d4924fffa7f43d2b1c17f52e;p=gldbg.git Fix GLintptr/GLsizeiptr print formats Unify getwrite and getread to keep the write and read sides in sync Some more special cases for array sizes Wrap glXGetProcAddress to catch dynamically acquired functions Transmit null terminator with strings ---