Mesa (master): mesa: Add entry for extension ARB_texture_stencil8

Anuj Phogat aphogat at kemper.freedesktop.org
Thu May 1 18:25:12 UTC 2014


Module: Mesa
Branch: master
Commit: 340658e44f87c98e840b98029c9b5a81d1bed837
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=340658e44f87c98e840b98029c9b5a81d1bed837

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Tue Mar 18 16:49:03 2014 -0700

mesa: Add entry for extension ARB_texture_stencil8

V2: Alphabetize the new entry

Cc: <mesa-stable at lists.freedesktop.org>
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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 0fd81ff..5e9c89d 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3561,6 +3561,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;




More information about the mesa-commit mailing list