[Mesa-dev] [PATCH v2 09/18] mesa/extensions: Prefix global struct and extension type

Chad Versace chad.versace at intel.com
Wed Nov 11 14:58:33 PST 2015


On Fri 30 Oct 2015, Nanley Chery wrote:
> From: Nanley Chery <nanley.g.chery at intel.com>
> 
> 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 at amd.com>
> Suggested-by: Chad Versace <chad.versace at intel.com>
> Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
>  src/mesa/main/extensions.c | 40 ++++++++++++++++++++--------------------
>  src/mesa/main/extensions.h |  6 +++---
>  2 files changed, 23 insertions(+), 23 deletions(-)

I again diffed glxinfo against master, and the diff still looks good.

Patch 9 is
Reviewed-by: Chad Versace <chad.versace at intel.com>



More information about the mesa-dev mailing list