hmmmm oops. re-enable bgra support.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 10:34:19 +0000 (10:34 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 10:34:19 +0000 (10:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@46577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_common/evas_gl_context.c

index beb2034..1dd57a2 100644 (file)
@@ -334,9 +334,9 @@ evas_gl_common_context_new(void)
                            &(shared->info.anisotropic));
 #endif
 #ifdef GL_BGRA
-//             if ((strstr((char*) ext, "GL_EXT_bgra")) ||
-//                 (strstr((char*) ext, "GL_EXT_texture_format_BGRA8888")))
-//               shared->info.bgra = 1;
+             if ((strstr((char*) ext, "GL_EXT_bgra")) ||
+                 (strstr((char*) ext, "GL_EXT_texture_format_BGRA8888")))
+               shared->info.bgra = 1;
 #endif             
           }
         glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS,