[Mesa-dev] [PATCH 5/9] mesa: Add skeleton implementation of glGetInternalformativ
Eric Anholt
eric at anholt.net
Thu Dec 20 17:11:40 PST 2012
Ian Romanick <idr at freedesktop.org> writes:
> + if (bufSize != 0 && params == NULL) {
> + /* Emit a warning to aid application debugging, but go ahead and do the
> + * memcpy (and probably crash) anyway.
> + */
> + _mesa_warning(ctx,
> + "glGetInternalformativ(bufSize = %d, but params = NULL",
missing paren in the string
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121220/034571b9/attachment.pgp>
More information about the mesa-dev
mailing list