[Mesa-dev] [PATCH v2 04/18] mesa/extensions: Add extension::version

Chad Versace chad.versace at intel.com
Wed Nov 11 14:41:22 PST 2015


On Fri 30 Oct 2015, Nanley Chery wrote:
> From: Nanley Chery <nanley.g.chery at intel.com>
> 
> Enable limiting advertised extension support by context version with
> finer granularity.
> 
> v2. Use uint*t type for version and note the expected values (Emil)
>     Use an 8-bit wide datatype.
>     Reformat macro for better readability (Chad)
> 
> Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
>  src/mesa/main/extensions.c       |  18 +-
>  src/mesa/main/extensions_table.h | 626 +++++++++++++++++++--------------------
>  2 files changed, 329 insertions(+), 315 deletions(-)

Please note in the commit message the preparatory nature of the patch.
Namely, that (1) extension::version is nowhere used yet and (2)
extension::version[*] is set to 0 everywhere.

With that little extra in the commit message, patch 4 is
Reviewed-by: Chad Versace <chad.versace at intel.com>


More information about the mesa-dev mailing list