OSDN Git Service

mesa: undo split out of create shader code
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 13 Aug 2015 13:26:01 +0000 (23:26 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 19 Aug 2015 00:38:56 +0000 (10:38 +1000)
commitfdacadc87c708b519a8a4e35b1d551773ca95f4c
tree57ff6bd351a00406fde09db7f85a1064c8f66f19
parent4a0bea38635e29b20701855131fa2b5dd6d3978f
mesa: undo split out of create shader code

This code was split out into a separate function to be used also
by GL_EXT_separate_shader_objects which has since been removed from
Mesa, so move it back.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/shaderapi.c