and handle updates. next is to fix the row handling.
authorCarsten Haitzler <raster@rasterman.com>
Mon, 18 Dec 2006 14:56:46 +0000 (14:56 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 18 Dec 2006 14:56:46 +0000 (14:56 +0000)
SVN revision: 27510

legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c

index d71ca95..8638da7 100644 (file)
@@ -532,7 +532,6 @@ evas_gl_common_ycbcr601pl_texture_update(Evas_GL_Texture *tex, unsigned char **r
 {
    int texfmt;
    
-   return;
    /* FIXME: should use subimage */
    glEnable(GL_TEXTURE_2D);
    texfmt = GL_LUMINANCE;