commit | cf85d6ee0f533b78925330d464bf98856f76bb8a | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Tue May 13 16:30:54 2014 +0800 |
committer | Tina Zhang <tina.zhang@intel.com> | Thu May 15 08:41:24 2014 +0800 |
tree | 89f2eb427b77d7804a2209303f7587293952eb45 | |
parent | b7d7cbc9c3a9315a5c5ecd85e16f5916c4bc3f3a [diff] |
Enable display list updates with zero delta time It's better not to cancel display lists updates. In the emulator, if we use low precision clock source like refined-jiffies, the display list which should be updated with a new frame, won't be updated due to the delta time is 0 . And this makes all the hardware accelerated GUI out of order. Change-Id: I41dba8965c96b6ad1b6d326ad1d6fa4a0a49173f Signed-off-by: Tina Zhang <tina.zhang@intel.com>