diff options
author | Anuj Phogat <[email protected]> | 2014-03-18 16:49:03 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2014-05-01 10:58:39 -0700 |
commit | 340658e44f87c98e840b98029c9b5a81d1bed837 (patch) | |
tree | 8c89dc899877bab1b55e905c6198011b5fffde24 /src/mesa | |
parent | 9bcb0a85321c128b6e5ff8fc6694c2eff613e65a (diff) |
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]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 0fd81ff6d39..5e9c89d6045 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; |