[Title] Added defensive codes against unusual usages in memory tracing
authorHaegeun Park <haegeun.park@samsung.com>
Wed, 5 Sep 2012 10:24:32 +0000 (03:24 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Wed, 5 Sep 2012 10:24:32 +0000 (03:24 -0700)
commitf5609a4f478ada1d5e726bc6a9c197426a90d072
treec0fe165670db9ca65ba4ce6515a66bf06dd156f6
parent6640afe78dfc143f676d5ff4a2bf44e64bd0ba03
[Title] Added defensive codes against unusual usages in memory tracing

[Issue#] Jira number N/A
[Problem] N/A
[Cause] N/A

[Solution]
Avoid assertion fails when an application uses unusual operations.
For an example, application deletes a texture object which has never created.

   - COREGL_FASTPATH_FORCE_OFF=1 disables fastpath even if COREGL_FASTPATH=1
src/modules/fastpath/coregl_fastpath.c
src/modules/tracepath/coregl_tracepath_gl.c