jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a3db22659f6d10769849a5d8ea9f7cfb9a8eb377

commit a3db22659f6d10769849a5d8ea9f7cfb9a8eb377
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Aug 19 13:33:55 2015 +0900

    Evas GL: Debug APIs should also restore context
    
    As discussed briefly with @spacegrapher
---
 src/modules/evas/engines/gl_common/evas_gl_api.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_api.c 
b/src/modules/evas/engines/gl_common/evas_gl_api.c
index 2981e05..f91fc35 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_api.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_api.c
@@ -7,6 +7,7 @@
 
 #define EVGLD_FUNC_BEGIN() \
 { \
+   EVGL_FUNC_BEGIN(); \
    _func_begin_debug(__FUNCTION__); \
 }
 

-- 


Reply via email to