generate_builtins.py: Output large strings as arrays of characters.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Oct 2010 18:42:45 +0000 (11:42 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Oct 2010 18:45:38 +0000 (11:45 -0700)
commit2cacaf6e7b9bc38efd47413b5e667b6e750698b8
tree3819162a5f0275548877b01cd58bff10ed1b250a
parent50095ac87c9a57e2b87220401c2dbdb255cabb4b
generate_builtins.py: Output large strings as arrays of characters.

This works around MSVC's 65535 byte limit, unfortunately at the expense
of any semblance of readability and much larger file size.  Hopefully I
can implement a better solution later, but for now this fixes the build.
src/glsl/builtins/tools/generate_builtins.py