Evas/cserve2: Merge branch 'devs/jpeg/cserve2'
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:50:57 +0000 (15:50 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:51:10 +0000 (15:51 +0900)
Improve stability, performance and overall support of
evas cserve2.

In particular:
- Implement shared indexes and memory pools to share cserve's
  internal state with all clients. Apps can then scan these
  indexes and avoid waiting for socket responses when loading
  resources.
- Implement crash resiliency in evas. If cserve2 crashes, apps
  can safely reconnect and continue working as if nothing
  happened.
- Implement support for the GL engine (very basic support so
  far, "just works").
- Improve performance by reusing the scalecache logic.


Trivial merge