1. 20 Mar, 2014 5 commits
  2. 17 Mar, 2014 1 commit
  3. 11 Mar, 2013 4 commits
  4. 11 Dec, 2012 2 commits
  5. 07 Dec, 2012 6 commits
  6. 28 Nov, 2012 2 commits
  7. 27 Nov, 2012 2 commits
  8. 26 Nov, 2012 1 commit
  9. 22 Nov, 2012 1 commit
    • Mathias Agopian's avatar
      make transform hint multi-display aware · 84300958
      Mathias Agopian authored
      if a layer is not mirrored, we now use its display
      as the source for the transfrom hint calculation
      instead of always using the default (main) display.
      
      this change does two thing:
      1) we make updateTransformHint take a DisplayDevice
         as a parameter instead of hard-coding the
         main display.
      
      2) each time we do a transaction that could change
         the hint, we go through all layers and
         figure out which display should be used for their
         transform hint.
      
      Bug: 7599344
      Change-Id: I9b04a95e6c372dd770bacf81d8ef6f8e31b87b83
      84300958
  10. 21 Nov, 2012 1 commit
  11. 20 Nov, 2012 3 commits
  12. 19 Nov, 2012 3 commits
  13. 16 Nov, 2012 1 commit
    • Mathias Agopian's avatar
      fix an out-of-bounds memory access · 2a8c49eb
      Mathias Agopian authored
      in this particular case, this OOB is always harmless
      (and that's why it didn't get fixed from MR1), however,
      it interfers with valgrind debugging.
      
      Change-Id: Ic977e03287e59c4b124a89146c9023bd0cb540a8
      2a8c49eb
  14. 15 Nov, 2012 1 commit
  15. 14 Nov, 2012 1 commit
  16. 10 Nov, 2012 1 commit
  17. 09 Nov, 2012 1 commit
    • Andy McFadden's avatar
      Reduce emulator logspam · 3fdeb48e
      Andy McFadden authored
      The emulator doesn't support systrace, but we should point that out
      at most once per process.
      
      Bug 7436352
      
      Change-Id: I06b2c1ea0df6c02c11cd2496423c337f8d7c62a1
      3fdeb48e
  18. 07 Nov, 2012 4 commits