1. f69280e Support for multiple tests by Jeff Brown · 15 years ago
  2. beb2359 Remove PollLoop from host build. by Jeff Brown · 15 years ago
  3. 66d9df5 Fix include paths. by Jeff Brown · 15 years ago
  4. e839a58 Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago
  5. a637eb4 Fix String8 to free its memory only after assignment operations based on pointers are finished in case that pointer referred to the string's original contents. by Andreas Huber · 15 years ago
  6. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  7. 53503a9 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 15 years ago
  8. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  9. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  10. 96f0819 clean-up client management. by Mathias Agopian · 15 years ago
  11. eafff45 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 15 years ago
  12. 4975326 fix a bug where fading in/out of opaque 32-bits windows wasn't working by Mathias Agopian · 15 years ago
  13. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  14. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  15. 010fccb minor clean-up GLclampx -> GLclampf by Mathias Agopian · 15 years ago
  16. dc7a80f clean-up dead-code by Mathias Agopian · 15 years ago
  17. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  18. 38ece27 oopsie. forgot to displatch SET_BUFFERS_GEOMETRY by Mathias Agopian · 15 years ago
  19. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  20. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  21. a0b3f1d fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  22. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  23. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  24. 3fbd902c add a few tests to SharedBufferStackTest by Mathias Agopian · 15 years ago
  25. cd45552 improve SharedBufferStack test by Mathias Agopian · 15 years ago
  26. b5c4577 fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 15 years ago
  27. d6297f7 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  28. 4edfe75 Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 15 years ago
  29. 0d184f0 Merge "fix uninitialized variable in DisplayHardware" into kraken by Mathias Agopian · 15 years ago
  30. 0d4e00d fix uninitialized variable in DisplayHardware by Mathias Agopian · 15 years ago
  31. 0259a75 am 900b6157: merge from open-source master by The Android Open Source Project · 15 years ago
  32. 4c53558 merge from open-source master by The Android Open Source Project · 15 years ago
  33. e151216 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 15 years ago
  34. 7232215 Merge "Fix issue 2678048: binder death detection in AudioFlinger is broken." into kraken by Eric Laurent · 15 years ago
  35. a2579f9 Merge "Several fixes in AudioDumpInterface:" into kraken by Eric Laurent · 15 years ago
  36. a1ac870 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  37. 7fe53f9 Merge "Refactor some code in surfaceflinger in preparation of upcoming changes" into kraken by Mathias Agopian · 15 years ago
  38. d292310 Merge "remove the "memcpy" hack" into kraken by Mathias Agopian · 15 years ago
  39. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  40. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  41. 89141f9 remove the "memcpy" hack by Mathias Agopian · 15 years ago
  42. 9b76409 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  43. cb720e9 Several fixes in AudioDumpInterface: by Eric Laurent · 15 years ago
  44. d878cd8 Fix issue 2678048: binder death detection in AudioFlinger is broken. by Eric Laurent · 15 years ago
  45. d4066a4 ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  46. 0c7af77 am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  47. 179169e fix [2664345] Flash: Bad flicker at the end of a pinch zoom. by Mathias Agopian · 15 years ago
  48. 7dd2bb8 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  49. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  50. d521287 make sure the server-side validates pointers/indices visible on the client side by Mathias Agopian · 15 years ago
  51. 30c4c18 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  52. 4fcad80 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  53. a228cc5 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  54. c93a781 New xlarge screen size. by Dianne Hackborn · 15 years ago
  55. c0a9164 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  56. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  57. 0a8cd06 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  58. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  59. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  60. 11777e9 DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <= 16 by Mathias Agopian · 15 years ago
  61. 082e3be Merge "added setCrop() to android_native_window_t" into kraken by Mathias Agopian · 15 years ago
  62. f2d283d Merge "add support for up to 16 buffers per surface" into kraken by Mathias Agopian · 15 years ago
  63. b1ab576 Merge "clean-up surfaceflinger a bit" into kraken by Mathias Agopian · 15 years ago
  64. 78fd501 clean-up surfaceflinger a bit by Mathias Agopian · 15 years ago
  65. 5bd957f am 0fabf2e8: am 8ccbd4ba: Merge "Fix bug 2604132 40s skip after undocking In case of A2DP write errors, there is an overflow in the calculation of the sleep duration to simulate the timing of a successful write." into froyo by Jean-Michel Trivi · 15 years ago
  66. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  67. 1100c8b add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  68. e783275 Fix bug 2604132 40s skip after undocking by Jean-Michel Trivi · 15 years ago
  69. 0ec1f2f am 26f61635: am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo by Mathias Agopian · 15 years ago
  70. 3c772b7 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 15 years ago
  71. 5629eb1 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  72. ddf1dd1 am e7d5a2f9: am 45423465: Merge "fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)" into froyo by Mathias Agopian · 15 years ago
  73. ca99fb8 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 15 years ago
  74. 63aff81 am 1921527c: am 9da7730d: Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo by Eric Laurent · 15 years ago
  75. 775fa3c Additional fix for isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 15 years ago
  76. 3a80695 fix [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  77. 166bcf9 Only hold a weak pointer on SurfaceComposerClients by Matt Fischer · 15 years ago
  78. 8f10540 Make pixels prettier. by Mathias Agopian · 15 years ago
  79. deea502 Fix isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 15 years ago
  80. c85e12e Revert "fix [2542425] memory leak during video recording" by Dianne Hackborn · 15 years ago
  81. 77e26d6 fix [2542425] memory leak during video recording by Mathias Agopian · 15 years ago
  82. caeddc7 fix [2542425] memory leak during video recording by Mathias Agopian · 15 years ago
  83. c8620b6 fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  84. 6795478 Merge "libutils Condition are now PRIVATE by default" by Mathias Agopian · 15 years ago
  85. 26d2442 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  86. 440fd87 Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 15 years ago
  87. d6ce100 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 15 years ago
  88. ab02873 fix [2511580] Window poop on screen - drop down list left some residual when it resized by Mathias Agopian · 15 years ago
  89. 101e77a Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  90. d343e3d fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire by Mathias Agopian · 15 years ago
  91. 08abf1f Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
  92. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  93. d129659 fix [2483456] Video orientation is wrong on Droid for some videos by Mathias Agopian · 15 years ago
  94. c3897a2 Merge "Use proper config to enable LVMX" by Jean-Baptiste Queru · 15 years ago
  95. e4623e8 Use proper config to enable LVMX by Jean-Baptiste Queru · 15 years ago
  96. 82fecb0 Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  97. d5ea969 Initial version of LifeVibes integration. by Glenn Kasten · 15 years ago
  98. 84cf7d9 Fix bug 2329540 by Jean-Michel Trivi · 15 years ago
  99. 948d69f improve SF logging/debugging a little bit by Mathias Agopian · 15 years ago
  100. 7d3f8ed Merge "Fix a small bug where we could compute SharedBufferStack's tail incorrectly." by Mathias Agopian · 15 years ago