[Title] Refactored symbol macros
authorHaegeun Park <haegeun.park@samsung.com>
Thu, 28 Nov 2013 06:26:24 +0000 (22:26 -0800)
committerHaegeun Park <haegeun.park@samsung.com>
Thu, 28 Nov 2013 06:59:17 +0000 (22:59 -0800)
commit596a7823b416eb20ffa3c7198ac9f0fe42277ba3
tree6eb148e9ae10dfebb7f0050e1ec87fb4cd705a9f
parent33dbf320a7d11ce60daa9c83e82bf95cf6fc2c7b
[Title] Refactored symbol macros

[Issue#]
[Problem]
[Cause]
[Solution]
- Now ES2.0 extension functions use DDK's ES2.0 extension functions instead of DDK's ES3.0 functions
- Disabled dlog module in EGL/GLES2 wrappers
21 files changed:
src/coregl.c
src/coregl.h
src/coregl_export.c
src/coregl_export.h
src/coregl_internal.h
src/coregl_override.c
src/headers/sym_egl.h
src/headers/sym_gl.h
src/headers/sym_glx.h
src/modules/appopt/coregl_appopt.c
src/modules/appopt/coregl_appopt.h
src/modules/fastpath/coregl_fastpath.c
src/modules/fastpath/coregl_fastpath.h
src/modules/fastpath/coregl_fastpath_egl.c
src/modules/fastpath/coregl_fastpath_gl.c
src/modules/tracepath/coregl_tracepath.c
src/modules/tracepath/coregl_tracepath.h
src/modules/tracepath/coregl_tracepath_egl.c
src/modules/tracepath/coregl_tracepath_gl.c
src/wraps/coregl_egl.c
src/wraps/coregl_gl.c