mesa/extensions: Prefix global struct and extension type
authorNanley Chery <nanley.g.chery@intel.com>
Mon, 26 Oct 2015 22:22:24 +0000 (15:22 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 12 Nov 2015 21:10:37 +0000 (13:10 -0800)
commit5645770742d21b0a2ae0fe3ecce135933cd9b4fc
tree6d16bdc5b0ee91beb476af003801045934d3c94b
parentab129a44ae3a7515eb4642c068299673c890fb73
mesa/extensions: Prefix global struct and extension type

Rename the following types and variables:
* struct extension -> struct mesa_extension,
  like the mesa_format type.
* extension_table -> _mesa_extension_table,
  like the _mesa_extension_override_{enables,disables} structs.

Suggested-by: Marek Olšák <marek.olsak@amd.com>
Suggested-by: Chad Versace <chad.versace@intel.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
src/mesa/main/extensions.c
src/mesa/main/extensions.h