projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bcb0a8
)
mesa: Add entry for extension ARB_texture_stencil8
author
Anuj Phogat
<anuj.phogat@gmail.com>
Tue, 18 Mar 2014 23:49:03 +0000
(16:49 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Thu, 1 May 2014 17:58:39 +0000
(10:58 -0700)
V2: Alphabetize the new entry
Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 0fd81ff6d39a972b5df2d5b28af8666eb965a058..5e9c89d60454cd9166f459ec818a9cfcccd14b63 100644
(file)
--- 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;