1. 29 Oct, 2012 1 commit
  2. 25 Oct, 2012 2 commits
  3. 22 Oct, 2012 3 commits
  4. 19 Oct, 2012 2 commits
    • Andy McFadden's avatar
      Fix emulator vsync · 620685c2
      Andy McFadden authored
      The code that reserves display IDs was only run when a hardware
      composer was present.  The eventControl() function, which handles
      enabling of vsync, was ignoring the request because the primary
      display didn't appear in its set of allocated IDs.  This moves
      reservation of IDs for built-in displays outside the HWC-only block.
      
      Also, added a couple of warnings in eventControl().
      
      Bug 7376568
      
      Change-Id: I185ccdf817a25499b5c2668f8f6d594afb8c1568
      620685c2
    • Romain Guy's avatar
  5. 18 Oct, 2012 1 commit
    • Romain Guy's avatar
      Add runtime debugging capabilities to OpenGL · 16928bfe
      Romain Guy authored
      The shell property debug.egl.trace can now be set to:
      
      0
        disables tracing
      1
        logs all GL calls
      error
        checks glGetError after every GL call, logs a stack trace on error
      systrace
        logs each GL call to systrace
      
      Change-Id: I34a2a2d4e19c373fd9eaa1b0cd93e67c87378996
      16928bfe
  6. 17 Oct, 2012 2 commits
  7. 16 Oct, 2012 7 commits
  8. 15 Oct, 2012 1 commit
  9. 13 Oct, 2012 1 commit
  10. 12 Oct, 2012 4 commits
  11. 11 Oct, 2012 3 commits
    • Jesse Hall's avatar
      Assume LayerScreenshot has pre-multiplied alpha · b763d5ff
      Jesse Hall authored
      Bug: 7300129
      Change-Id: Ie9114adc4b5c9a8cc3c65bfe6d9478b2cba4e0d8
      b763d5ff
    • Andy McFadden's avatar
      f0c89b28
    • Andy McFadden's avatar
      Fix HDMI unblank behavior · 9e9689c1
      Andy McFadden authored
      Two issues:
      
      (1) We were announcing the hotplug event before we were ready to
      handle blank/unblank events, so we were losing the initial unblank
      that power manager sends us when HDMI is first plugged in.  This
      left the display blank until you toggled the device power off/on.
      
      (2) We were retaining fbTargetHandle for HDMI after the display was
      disconnected.  The value didn't get updated when HDMI was reconnected
      because the display was blank, so we didn't go through that code
      path.  So, when HDMI was re-connected, we passed stale data into
      the HWC.
      
      Bug 7323938
      
      Change-Id: I2335d24fd7b0f00bb23fc63aa7bcf44cb8857c73
      9e9689c1
  12. 10 Oct, 2012 1 commit
  13. 09 Oct, 2012 7 commits
  14. 08 Oct, 2012 1 commit
  15. 07 Oct, 2012 3 commits
  16. 06 Oct, 2012 1 commit