mesa,glsl: rename `interface` to `programInterface`.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 16 Apr 2015 09:19:57 +0000 (10:19 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 16 Apr 2015 09:23:24 +0000 (10:23 +0100)
commit037e0e78abf0c312f737d33f3c33e37b22bf226d
treec2f6edf3dabcb8c66f354d688300a63783d8d00f
parentf78b2c432f31a18794b9f62f0a0cfb8eca256151
mesa,glsl: rename `interface` to `programInterface`.

`interface` is a define on Windows -- an alias for `struct` keyword,
used when declaring COM interfaces in C or C++.

So use instead `programInterface`, therefore matching the name used
in GL_ARB_program_interface_query spec/headers, which was renamed exactly
for the same reason:

  "Revision 10, May 10, 2012 (pbrown)
     - Rename the formal parameter <interface> used by the functions in this
       extension to <programInterface>.  Certain versions of the Microsoft
       C/C++ compiler and/or its headers cause "interface" to be treated as a
       reserved keyword."

Trivial.
src/glsl/linker.cpp
src/mesa/main/shader_query.cpp
src/mesa/main/shaderapi.h