1. 11 Dec, 2012 1 commit
  2. 07 Dec, 2012 3 commits
  3. 28 Nov, 2012 1 commit
  4. 27 Nov, 2012 1 commit
  5. 26 Nov, 2012 1 commit
  6. 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
  7. 20 Nov, 2012 2 commits
  8. 19 Nov, 2012 1 commit
  9. 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
  10. 14 Nov, 2012 1 commit
  11. 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
  12. 07 Nov, 2012 2 commits
  13. 06 Nov, 2012 3 commits
  14. 30 Oct, 2012 1 commit
  15. 29 Oct, 2012 1 commit
  16. 26 Oct, 2012 1 commit
    • Mathias Agopian's avatar
      partially implement external display clipping · 1b10e253
      Mathias Agopian authored
      we perform external display clipping only on the GL
      side (ie: not done on the h/w composer side, which is
      harder and would be too risky). in practice this means
      that WFD will be clipped properly, while HDMI *may* or
      may not depending on how hwc is used.
      
      Bug: 7149437
      Change-Id: I92d4d04220db72b6ffb134c7fa7a93af569723a5
      1b10e253
  17. 25 Oct, 2012 3 commits
  18. 22 Oct, 2012 5 commits
  19. 21 Oct, 2012 1 commit
  20. 19 Oct, 2012 3 commits
  21. 18 Oct, 2012 2 commits
  22. 17 Oct, 2012 4 commits