diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2016-01-04 17:40:44 +0100 |
---|---|---|
committer | Mauro Rossi <issor.oruam@gmail.com> | 2016-11-01 20:41:58 +0100 |
commit | 7d0a42394b02dfff687d732f21d4db68b40a02c6 (patch) | |
tree | 00d57896e73ac94ba66d78100e8ca576e1193c4c /src | |
parent | d28aa36161e6c26db75a4c8b7dd18a2defb45431 (diff) | |
download | external_mesa3d-7d0a42394b02dfff687d732f21d4db68b40a02c6.zip external_mesa3d-7d0a42394b02dfff687d732f21d4db68b40a02c6.tar.gz external_mesa3d-7d0a42394b02dfff687d732f21d4db68b40a02c6.tar.bz2 |
i915: enable GL_APPLE_texture_2D_limited_npot in mesa 11.1
This is the port of Chia-I Wu commit 79ac0e to mesa 11.1 branch,
where the extensions went to a dedicated file extensions_table.h
Original commit message:
"Enable GL_ARB_texture_non_power_of_two for GLESv1 to advertise
GL_APPLE_texture_2D_limited_npo. The former is actually a superset of
the latter, but we really want to enable NPOT support in some way."
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index d55169d..e03c937 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -25,6 +25,7 @@ EXT(ANGLE_texture_compression_dxt5 , ANGLE_texture_compression_dxt EXT(APPLE_object_purgeable , APPLE_object_purgeable , GLL, GLC, x , x , 2006) EXT(APPLE_packed_pixels , dummy_true , GLL, x , x , x , 2002) +EXT(APPLE_texture_2D_limited_npot , ARB_texture_non_power_of_two , x , x , ES1, x , 2011) EXT(APPLE_texture_max_level , dummy_true , x , x , ES1, ES2, 2009) EXT(APPLE_vertex_array_object , dummy_true , GLL, x , x , x , 2002) |