[Title] Added a new option 'COREGL_TRACE_MEM_ALL'
authorHaegeun Park <haegeun.park@samsung.com>
Wed, 16 Jan 2013 10:01:34 +0000 (02:01 -0800)
committerHaegeun Park <haegeun.park@samsung.com>
Wed, 16 Jan 2013 12:42:32 +0000 (04:42 -0800)
commit3174613b511a27c7a578ff0ca7a2e6dfc72c8bf3
tree395c8e4c71d0b47276a7187781f5a79decad0b83
parente1994dbfa5f5238e9db1d8451e6855fdc015afb9
[Title] Added a new option 'COREGL_TRACE_MEM_ALL'

[Issue#]
[Problem]
[Cause]
[Solution]
- This option enables memory logs at ALL memory allocation/removal.
- The patch includes some modifications to eleminate the 'prevent defects'.
src/coregl_internal.h
src/coregl_trace.c
src/headers/sym_gl.h [changed mode: 0755->0644]
src/modules/fastpath/coregl_fastpath.c [changed mode: 0755->0644]
src/modules/fastpath/coregl_fastpath_gl.c [changed mode: 0755->0644]
src/modules/tracepath/coregl_tracepath.c
src/modules/tracepath/coregl_tracepath_egl.c [changed mode: 0755->0644]
src/modules/tracepath/coregl_tracepath_gl.c [changed mode: 0755->0644]
src/wraps/coregl_egl.c