util: Increase OutputDebugStringA to 4k.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Jul 2009 18:09:44 +0000 (19:09 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Jul 2009 18:10:50 +0000 (19:10 +0100)
commitf2de2d5f376a868f68a053257f7d6dfcdee6c8ae
treee9503febc4a5667e293d78daff4698bc1c4f944f
parente2a8ef4430e153589a9d1a284c8f2005a4a98410
util: Increase OutputDebugStringA to 4k.

According to http://unixwiz.net/techtips/outputdebugstring.html that's
how big the buffer is.

The 512bytes limitation is in kernel mode.
src/gallium/auxiliary/util/u_debug.c