Skip to content

Commit 5ec1350

Browse files
SiegeLordExSiegeLord
authored andcommitted
Remove OES_depth24 and EXT_multisampled_render_to_texture from extension list.
Added as is, they break ABI of al_get_opengl_extension_list. You can still check their presence via al_have_opengl_extension.
1 parent b2032c3 commit 5ec1350

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/allegro5/opengl/GLext/gl_ext_list.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,9 @@ AGL_EXT(OES_read_format, 0)
280280
AGL_EXT(OES_query_matrix, 0)
281281
AGL_EXT(OES_framebuffer_object, 0)
282282
AGL_EXT(OES_texture_npot, 0)
283-
AGL_EXT(OES_depth24, 0)
284283
AGL_EXT(EXT_depth_bounds_test, 0)
285284
AGL_EXT(EXT_texture_mirror_clamp, 0)
286285
AGL_EXT(EXT_blend_equation_separate, 0)
287-
AGL_EXT(EXT_multisampled_render_to_texture, 0)
288286
AGL_EXT(MESA_pack_invert, 0)
289287
AGL_EXT(MESA_ycbcr_texture, 0)
290288
AGL_EXT(EXT_pixel_buffer_object, 0)

0 commit comments

Comments
 (0)