mesa/extensions: Add extension::version
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 8 Sep 2015 19:25:56 +0000 (12:25 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 12 Nov 2015 21:10:37 +0000 (13:10 -0800)
commitf47df8f729abfda177120a1437197372fd19b83f
tree470ea40932aee71e524b0bfd3bb9a7dbdbf415ab
parent8bd82a91c05804260041b572b1a5d812cb58ae96
mesa/extensions: Add extension::version

Enable limiting advertised extension support by context version with
finer granularity. This new field is currently unused and is set to
0 everywhere. When it is used, a value of 0 will indicate that the
extension is supported for any version of a context.

v2: Use uint*t type for version and note the expected values (Emil)
    Use an 8-bit data type
    Reformat macro for better readability (Chad)

v3: Note preparatory nature of commit (Chad)

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_table.h