Module: Mesa Branch: 10.1 Commit: 88d44c55536a9dc69e6fa055cc4323e02d72942c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88d44c55536a9dc69e6fa055cc4323e02d72942c
Author: Anuj Phogat <[email protected]> Date: Tue Mar 18 16:49:03 2014 -0700 mesa: Add entry for extension ARB_texture_stencil8 V2: Alphabetize the new entry Cc: <[email protected]> Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Ian Romanick <[email protected]> (cherry picked from commit 340658e44f87c98e840b98029c9b5a81d1bed837) --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 925d204..d5159e0 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -3435,6 +3435,7 @@ struct gl_extensions GLboolean ARB_texture_mirror_clamp_to_edge; GLboolean ARB_texture_multisample; GLboolean ARB_texture_non_power_of_two; + GLboolean ARB_texture_stencil8; GLboolean ARB_texture_query_levels; GLboolean ARB_texture_query_lod; GLboolean ARB_texture_rg; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
