1. 18 Sep, 2016 1 commit
  2. 15 Sep, 2016 1 commit
    • Eric Laurent's avatar
      audio effect: add flag for effects without actual processing · 4725741d
      Eric Laurent authored
      Add a flag for effect descriptor indicating that the effect does not
      implement a process function. This tells the framework that no
      latency or performance penalty comes with enabling this effect.
      When this flag is set, the process function does not have to be implemented
      by the effect implementation.
      
      Bug: 31491112
      Change-Id: I69e6959eb17e04266f4de3f2943c226e34868b1f
      4725741d
  3. 20 Jul, 2016 4 commits
  4. 19 Jul, 2016 3 commits
  5. 18 Jul, 2016 9 commits
  6. 17 Jul, 2016 1 commit
  7. 15 Jul, 2016 2 commits
  8. 14 Jul, 2016 3 commits
    • Dan Stoza's avatar
      HWC2: Redefine retire fence as present fence · 330d69af
      Dan Stoza authored
      Redefines the retire fence returned by presentDisplay to be a present
      fence with more strictly defined semantics: this fence should fire
      at the vsync when the frame is picked up by hardware, either for
      scanout (in the case of video-mode panels) or for transfer to panel
      memory (in the case of command-mode panels).
      
      Bug: 29771461
      Change-Id: Idf5f86c92a8748426cf3368242c08876a48d81dd
      330d69af
    • Dan Stoza's avatar
      HWC2: Add SKIP_CLIENT_COLOR_TRANSFORM capability · e87229e2
      Dan Stoza authored
      Adds HWC2_CAPABILITY_SKIP_CLIENT_COLOR_TRANSFORM, which indicates
      that the client should never apply the color transform, even if all
      layers are being composed by the client. This allows the device to
      use its color management hardware in all cases to avoid any potential
      mismatches between client and device application of the transform.
      
      Bug: 29870302
      Change-Id: I90234d91858206714e650eadb03227a4a180d975
      e87229e2
    • Dan Stoza's avatar
      HWC2: Redefine retire fence as present fence · 814421ec
      Dan Stoza authored
      Redefines the retire fence returned by presentDisplay to be a present
      fence with more strictly defined semantics: this fence should fire
      at the vsync when the frame is picked up by hardware, either for
      scanout (in the case of video-mode panels) or for transfer to panel
      memory (in the case of command-mode panels).
      
      Bug: 29771461
      Change-Id: Idf5f86c92a8748426cf3368242c08876a48d81dd
      814421ec
  9. 13 Jul, 2016 1 commit
  10. 12 Jul, 2016 2 commits
  11. 11 Jul, 2016 1 commit
  12. 15 Jun, 2016 1 commit
  13. 14 Jun, 2016 4 commits
  14. 13 Jun, 2016 1 commit
  15. 03 Jun, 2016 1 commit
    • Dan Stoza's avatar
      Re-add gralloc 1.0 header · 03a0e68b
      Dan Stoza authored
      Adds the header for version 1.0 of the gralloc HAL, now that the
      framework properly supports it.
      
      Bug: 28401203
      Change-Id: I2ef28ca1e5ed5e9e71a14c4d1c97245051acce6c
      03a0e68b
  16. 02 Jun, 2016 2 commits
  17. 01 Jun, 2016 3 commits