i965: Mark functions called from C as extern "C".
authorMatt Turner <mattst88@gmail.com>
Mon, 23 Nov 2015 05:54:28 +0000 (21:54 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:33 +0000 (10:05 -0800)
commit64cc7572c12fcbfb8346bdd994940a2af314342d
tree25c6f8d586036b4f56b5a275e03eed0569ca3db7
parentfb86f0e75ade89535f8603754c8e24e415d7c52b
i965: Mark functions called from C as extern "C".

These functions' prototypes are marked with extern "C", which apparently
overrides a lack of extern "C" at the definition site if the prototype
has been seen first.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_link.cpp
src/mesa/drivers/dri/i965/brw_shader.cpp