remove glClear FOR EGL_BUFFER_DESTROYED
authorSukwon Suh <sukwon.suh@samsung.com>
Fri, 10 May 2013 09:07:21 +0000 (18:07 +0900)
committerSukwon Suh <sukwon.suh@samsung.com>
Fri, 10 May 2013 09:07:21 +0000 (18:07 +0900)
Change-Id: I6229b395fcf0e5b47ab5b3ab6cd2d8bad185bfee
Signed-off-by: Sukwon Suh <sukwon.suh@samsung.com>
src/graphics/opengl/FGrpEgl.cpp

index 652da3d..85b9aba 100644 (file)
@@ -803,15 +803,6 @@ _PostRenderCallback(Ecore_Evas* ee)
                                , (unsigned int)surface
                                , (unsigned int)context
                                , (unsigned int)eglGetError());
-
-               if (__pPreviousSglInfo->glVersion == 1)
-               {
-                       _GlClear_1(GL_COLOR_BUFFER_BIT);
-               }
-               else
-               {
-                       _GlClear_2(GL_COLOR_BUFFER_BIT);
-               }
        }
 }