Module: Mesa Branch: master Commit: f47df8f729abfda177120a1437197372fd19b83f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f47df8f729abfda177120a1437197372fd19b83f
Author: Nanley Chery <[email protected]> Date: Tue Sep 8 12:25:56 2015 -0700 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 <[email protected]> Reviewed-by: Chad Versace <[email protected]> --- src/mesa/main/extensions.c | 18 +- src/mesa/main/extensions_table.h | 636 +++++++++++++++++++------------------- 2 files changed, 334 insertions(+), 320 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=f47df8f729abfda177120a1437197372fd19b83f _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
