jpeg pushed a commit to branch master.

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

commit de797bbd3bb5e6c137a9908c29cb124e4d396eb5
Author: Minkyoung Kim <mer....@samsung.com>
Date:   Mon Mar 2 16:16:32 2015 +0900

    Evas GL: Fix abnormal extension name.
    
    Summary: Fix abnormal extension name.
    
    Test Plan: local test.
    
    Reviewers: jpeg
    
    Reviewed By: jpeg
    
    Subscribers: wonsik, cedric, spacegrapher
    
    Differential Revision: https://phab.enlightenment.org/D2056
    
    Signed-off-by: Jean-Philippe Andre <jp.an...@samsung.com>
---
 src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h 
b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
index ae738cb..c176bba 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
@@ -133,7 +133,7 @@ _EVASGL_EXT_END()
 
 
 _EVASGL_EXT_BEGIN(AMD_performance_monitor)
-       _EVASGL_EXT_DRVNAME(AMD_performance_monitor)
+       _EVASGL_EXT_DRVNAME(GL_AMD_performance_monitor)
 
        _EVASGL_EXT_FUNCTION_BEGIN(void, glGetPerfMonitorGroupsAMD, (GLint* 
numGroups, GLsizei groupsSize, GLuint* groups))
                 
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("glGetPerfMonitorGroupsAMD")

-- 


Reply via email to