mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
mesa: Add extension table entry for OES_shader_image_atomic.
v2: No need for extension enable bits (Ilia). Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
2999257e0f
commit
009bbecf6d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue