[Mesa-dev] [PATCH] mesa/extensions: Move FIXME to separate line
Nanley Chery
nanleychery at gmail.com
Wed Nov 18 14:54:14 PST 2015
From: Nanley Chery <nanley.g.chery at intel.com>
Suggested-by: Marek Olšák <marek.olsak at amd.com>
Suggested-by: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
---
src/mesa/main/extensions_table.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index d12fd9f..87fe2fd 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -231,7 +231,8 @@ EXT(OES_depth_texture_cube_map , OES_depth_texture_cube_map
EXT(OES_draw_elements_base_vertex , ARB_draw_elements_base_vertex , x , x , x , ES2, 2014)
EXT(OES_draw_texture , OES_draw_texture , x , x , ES1, x , 2004)
EXT(OES_EGL_sync , dummy_true , x , x , ES1, ES2, 2010)
-EXT(OES_EGL_image , OES_EGL_image , GLL, GLC, ES1, ES2, 2006) /* FIXME: Mesa expects GL_OES_EGL_image to be available in OpenGL contexts. */
+/* FIXME: Mesa expects GL_OES_EGL_image to be available in OpenGL contexts. */
+EXT(OES_EGL_image , OES_EGL_image , GLL, GLC, ES1, ES2, 2006)
EXT(OES_EGL_image_external , OES_EGL_image_external , x , x , ES1, ES2, 2010)
EXT(OES_element_index_uint , dummy_true , x , x , ES1, ES2, 2005)
EXT(OES_fbo_render_mipmap , dummy_true , x , x , ES1, ES2, 2005)
--
2.6.2
More information about the mesa-dev
mailing list