mesa/sso: Implement _mesa_GetProgramPipelineiv
authorGregory Hainaut <gregory.hainaut@gmail.com>
Fri, 28 Jun 2013 21:20:11 +0000 (14:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 21 Feb 2014 23:41:03 +0000 (15:41 -0800)
commit4719ad79ec1cd84996b6366e05c7ae4bbb7fe5f5
tree248219f98f1a5bd7be98f75f928f3188c4d51393
parentc171834b49fe0556559b3040e06ae5df8800c934
mesa/sso: Implement _mesa_GetProgramPipelineiv

This was originally included in another patch, but it was split out by
Ian Romanick.

v2 (idr):
* Trivial reformatting.
* Remove GL_COMPUTE_SHADER.  Compute shaders don't participate in pipeline
  objects anyway.  Suggested by Matt Turner.

v3 (idr):
* Use _mesa_has_geometry_shaders.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/pipelineobj.c