diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2016-01-04 17:37:39 +0100 |
---|---|---|
committer | Mauro Rossi <issor.oruam@gmail.com> | 2016-11-01 20:41:58 +0100 |
commit | d28aa36161e6c26db75a4c8b7dd18a2defb45431 (patch) | |
tree | 203d5e39c94fdace8147aca5d26d033488238f05 /src/mesa | |
parent | 405dd26860719d800ed6134f8f985f1525f25502 (diff) | |
download | external_mesa3d-d28aa36161e6c26db75a4c8b7dd18a2defb45431.zip external_mesa3d-d28aa36161e6c26db75a4c8b7dd18a2defb45431.tar.gz external_mesa3d-d28aa36161e6c26db75a4c8b7dd18a2defb45431.tar.bz2 |
android: advertise GL_ARB_texture_non_power_of_two in mesa 11.1
This is the port of Chia-I Wu commit 62873a to mesa 11.1 branch,
where the extensions went to a dedicated file extensions_table.h
Original commit message:
"It maps to DisplayHardware::NPOT_EXTENSION in SurfaceFlinger. Does not
seem to matter when EGL_ANDROID_image_native_buffer is available."
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index b6286fc..d55169d 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -145,7 +145,7 @@ EXT(ARB_texture_gather , ARB_texture_gather EXT(ARB_texture_mirror_clamp_to_edge , ARB_texture_mirror_clamp_to_edge , GLL, GLC, x , x , 2013) EXT(ARB_texture_mirrored_repeat , dummy_true , GLL, x , x , x , 2001) EXT(ARB_texture_multisample , ARB_texture_multisample , GLL, GLC, x , x , 2009) -EXT(ARB_texture_non_power_of_two , ARB_texture_non_power_of_two , GLL, GLC, x , x , 2003) +EXT(ARB_texture_non_power_of_two , ARB_texture_non_power_of_two , GLL, GLC, ES1, x , 2003) EXT(ARB_texture_query_levels , ARB_texture_query_levels , GLL, GLC, x , x , 2012) EXT(ARB_texture_query_lod , ARB_texture_query_lod , GLL, GLC, x , x , 2009) EXT(ARB_texture_rectangle , NV_texture_rectangle , GLL, GLC, x , x , 2004) |