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

Carl Worth cworth at kemper.freedesktop.org
Fri May 2 00:06:08 UTC 2014


Module: Mesa
Branch: 10.1
Commit: 88d44c55536a9dc69e6fa055cc4323e02d72942c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88d44c55536a9dc69e6fa055cc4323e02d72942c

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>
(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;




More information about the mesa-commit mailing list