glapi: Remove support for "short string" mode
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Apr 2014 19:40:18 +0000 (12:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 2 Apr 2014 18:30:37 +0000 (11:30 -0700)
commit4e18279fae2f5d91fb8475c1c6ac02a46121c642
treef1b2c3b81a52650a5aac9b34a6b6a9e7b9c48edd
parent0f641b2d5025a4306c6e5f9d639def4061f69667
glapi: Remove support for "short string" mode

C89 has a fairly short minimum-maximum string length.  To support
compilers limited by the C89 limits, this script had a mode where it
would generate a character array instead of a giant string.  These were
functionally the same, but the code generated for the character array is
HUGE and difficult to read.

As far as I can tell, nothing in Mesa uses '-m short' any more.  The
generated files used to be tracked in revision control, but I think we
stopped using '-m short' when we stopped tracking the generated files.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Tested-by: Brian Paul <brianp@vmware.com>
Tested-by: Lu Hua <huax.lu@intel.com>
Cc: Vinson Lee <vlee@freedesktop.org>
src/mapi/glapi/gen/gl_procs.py