[Title] Added a new memory tracing feature(and some minor updates)
authorHaegeun Park <haegeun.park@samsung.com>
Fri, 27 Jul 2012 09:19:23 +0000 (02:19 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Fri, 27 Jul 2012 09:19:23 +0000 (02:19 -0700)
commit6640afe78dfc143f676d5ff4a2bf44e64bd0ba03
treeae48a9fb949ac6b6a1459c603980902fded2c221
parent19a5206defb2186cfad2373db322a18da3b1a0cf
[Title] Added a new memory tracing feature(and some minor updates)
[Issue#] J number N/A
[Problem] N/A
[Cause] N/A
[Solution] Changed following items

  - Added a new memory tracing feature (client allocated textures and renderbuffers)
      COREGL_TRACE_MEM=1

  - A PID is notified on the top of all tracing message

  - Added context tracing when FASTPATH is disabled

  - Added a BUILD-DATE info on the launching message
      [COREGL] <PID> (BUILD-DATE) Library initializing...

  - Disabled APPOPT logs

  - Fix minor bugs
      invalid value of 'Swaps per sec' of the API trace
Makefile
src/coregl.c
src/coregl_internal.h
src/coregl_trace.c
src/modules/appopt/coregl_appopt.c
src/modules/fastpath/coregl_fastpath.c
src/modules/fastpath/coregl_fastpath_egl.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