diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-05-21 07:10:45 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-05-21 07:10:45 +0000 |
commit | 24aba4e19103b8bb4a619b79753144c4558f0a76 (patch) | |
tree | bcb4a9366c31c093647e5b4bcf8186ef8ac52290 /AUTHORS | |
parent | 63f9adccc4c9071f59b8cf2c9e6f5484ef911380 (diff) |
big patch from Samsung SAIT (Advanced research group) for async multi-frame
rendering. to turn on:
1.
configure with --enable-async-render
2.
export EVAS_RENDER_MODE=non-blocking
presto. necessitates some api swizzling (thus the expedite. ecore etc. changes)
the kind of results you get on a desktop:
http://www.rasterman.com/files/evas-async-vs-none.html
SVN revision: 49087
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ | |||
1 | The Rasterman (Carsten Haitzler) <raster@rasterman.com> | 1 | The Rasterman (Carsten Haitzler) <raster@rasterman.com> |
2 | Tim Horton <hortont424@gmail.com> | 2 | Tim Horton <hortont424@gmail.com> |
3 | Saumsung Electronics <tbd> | ||
4 | Samsung SAIT <tbd> | ||