mesa/sso: Add gl_pipeline_object::InfoLog support
authorGregory Hainaut <gregory.hainaut@gmail.com>
Sat, 29 Jun 2013 02:22:15 +0000 (19:22 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 25 Mar 2014 17:25:26 +0000 (10:25 -0700)
commitaa46ad26b13a753858627088d1e8f7cc81beb64e
tree4cd8bf64a9f9638821d0cb185332a3fb88c7ba51
parent658eaa32295c62d65a40445cef1daaf9c41f311e
mesa/sso: Add gl_pipeline_object::InfoLog support

V2 (idr):
* Keep the behavior of other info logs in Mesa: and empty info log
  reports a GL_INFO_LOG_LENGTH of zero.
* Use a NULL pointer to denote an empty info log.
* Split out from previous uber patch.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/mtypes.h
src/mesa/main/pipelineobj.c