projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2999257
)
mesa: Add extension table entry for OES_shader_image_atomic.
author
Francisco Jerez
<currojerez@riseup.net>
Mon, 22 Feb 2016 23:04:37 +0000
(15:04 -0800)
committer
Francisco Jerez
<currojerez@riseup.net>
Tue, 23 Feb 2016 03:55:35 +0000
(19:55 -0800)
v2: No need for extension enable bits (Ilia).
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/extensions_table.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions_table.h
b/src/mesa/main/extensions_table.h
index dcbde2de45fa546e6faac446e02922c6de7fed68..68f36178f32d710ca1ebb0497e7712909ef8dbdd 100644
(file)
--- a/
src/mesa/main/extensions_table.h
+++ b/
src/mesa/main/extensions_table.h
@@
-326,6
+326,7
@@
EXT(OES_point_sprite , ARB_point_sprite
EXT(OES_query_matrix , dummy_true , x , x , ES1, x , 2003)
EXT(OES_read_format , dummy_true , GLL, GLC, ES1, x , 2003)
EXT(OES_rgb8_rgba8 , dummy_true , x , x , ES1, ES2, 2005)
+EXT(OES_shader_image_atomic , ARB_shader_image_load_store , x , x , x , 31, 2015)
EXT(OES_single_precision , dummy_true , x , x , ES1, x , 2003)
EXT(OES_standard_derivatives , OES_standard_derivatives , x , x , x , ES2, 2005)
EXT(OES_stencil1 , dummy_false , x , x , x , x , 2005)