[Mesa-dev] [PATCH v2 07/18] mesa/extensions: Replace extension::api_set with ::version

Chad Versace chad.versace at intel.com
Wed Nov 11 14:50:21 PST 2015


On Fri 30 Oct 2015, Nanley Chery wrote:
> From: Nanley Chery <nanley.g.chery at intel.com>
> 
> The api_set field has no users outside of _mesa_extension_supported().
> Remove it and allow the version field to take its place.
> 
> The brunt of the transformation was performed with the following vim commands:
> s/\(GL [^,]\+\),\s*\d*,\s*\d*\(,\s*\d*\)\(,\s*\d*\)/\1, GLL, GLC\2\3/g
> s/\(GLL [^,]\+\)\,\s*\d*/\1, GLL/g
> s/\(GLC [^,]\+\)\(,\s*\d*\),\s*\d*\(,\s*\d*\)\(,\s*\d*\)/\1\2, GLC\3\4/g
> s/\( ES1[^,]*\)\(,\s*\(\w\|\d\)\+\)\(,\s*\(\w\|\d\)\+\),\s*\d*/\1\2\4, ES1/g
> s/\( ES2[^,]*\)\(,\s*\(\w\|\d\)\+\)\(,\s*\(\w\|\d\)\+\)\(,\s*\(\w\|\d\)\+\),\s*\d*/\1\2\4\6, ES2/g
> 
> Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
>  src/mesa/main/extensions.c       |  21 +-
>  src/mesa/main/extensions_table.h | 636 ++++++++++++++++++++-------------------
>  2 files changed, 326 insertions(+), 331 deletions(-)

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

I again tested glxinfo output against master, and there was no
difference.



More information about the mesa-dev mailing list