mesa: Expose compile_shader() and link_program() beyond the file.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Mar 2016 17:51:33 +0000 (10:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Mar 2016 06:57:11 +0000 (23:57 -0700)
commit0fe254168be26e71777dc2648e86976bdcd2e707
tree1b361ede58361137dd22c020c7d3ea6f854cd46b
parent7753657cf2cf3c1090186f9e33335a0417ce35fe
mesa: Expose compile_shader() and link_program() beyond the file.

This will allow me to use them directly from Meta, bypassing the
versions that work with GL integer handles.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/main/shaderapi.c
src/mesa/main/shaderapi.h