1. 61f08d6 Improved object lifecycle tracking and fix leaks. by Jason Sams · 16 years ago
  2. 66b2771 Reduce debugging spew and add props to selectivly re-enable it. by Jason Sams · 16 years ago
  3. a9e7a05 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 16 years ago
  4. 65e7aa5 Implement pause/resume for the RS thread. by Jason Sams · 16 years ago
  5. 0d3999f Merge change 26942 into eclair by Android (Google) Code Review · 16 years ago
  6. d3f2eaf Minor cleanup of profile and compile logging. by Jason Sams · 16 years ago
  7. b9c932b Merge change 26925 into eclair by Android (Google) Code Review · 16 years ago
  8. f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 16 years ago
  9. a6a4113 Merge change 26917 into eclair by Android (Google) Code Review · 16 years ago
  10. e60446b Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s. by Jason Sams · 16 years ago
  11. a183cb5 Merge change 26897 into eclair by Android (Google) Code Review · 16 years ago
  12. e31c0b5 Merge change 26708 into eclair by Android (Google) Code Review · 16 years ago
  13. b6f2b13 Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks. by Jason Sams · 16 years ago
  14. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 16 years ago
  15. cc93476 turn dithering off if it's not needed by Mathias Agopian · 16 years ago
  16. 44cac13 fix [2142193] disable GL_LINEAR when not needed by Mathias Agopian · 16 years ago
  17. 6b9dec0 Remove depricated triangleMesh. by Jason Sams · 16 years ago
  18. a300712 Merge change 26728 into eclair by Android (Google) Code Review · 16 years ago
  19. 9ac2c66 Make the renderscript timing logging available by setting debug.rs.profile=1 by Joe Onorato · 16 years ago
  20. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 16 years ago
  21. bc72611 fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) by Mathias Agopian · 16 years ago
  22. 5dd7c72 Merge change 26667 into eclair by Android (Google) Code Review · 16 years ago
  23. ebfb436 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 16 years ago
  24. bdeccbba Merge change 26623 into eclair by Android (Google) Code Review · 16 years ago
  25. e613468 fbDev wasn't initialized of hw_get_module failed, but was then used anyway. by Marco Nelissen · 16 years ago
  26. 59038ca Update viewport when height or width change. by Jason Sams · 16 years ago
  27. f69a3f8 Fix issue 2116700: Ringer screwy while connected over Bluetooth. by Eric Laurent · 16 years ago
  28. fa0a4bd Work around gcc 4.0.3 bug. by Andy McFadden · 16 years ago
  29. c6a22be Merge change 26081 into eclair by Android (Google) Code Review · 16 years ago
  30. 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 16 years ago
  31. 6cca159 Fix issue #1862317: Browser does not appear to honor anchors (#es) in links by Dianne Hackborn · 16 years ago
  32. d342fd7 Clean up some debugging and add 2 math lib routines. by Jason Sams · 16 years ago
  33. 2925b8c Merge change 25496 into eclair by Android (Google) Code Review · 16 years ago
  34. ac7f13b fix [2129080] Soft reboot after clicking around and then rubbing the screen by Mathias Agopian · 16 years ago
  35. b1a1874 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 16 years ago
  36. b9481d8 Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed. by Eric Laurent · 16 years ago
  37. bcef9ac add basic time stats for surfaces lock time by Mathias Agopian · 16 years ago
  38. e38212a Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent(). by Benny Wong · 16 years ago
  39. af369f62 disable backbuffer preservation when possible, which may improve performance a bit by Mathias Agopian · 16 years ago
  40. 75c4d49 Merge change 25423 into eclair by Android (Google) Code Review · 16 years ago
  41. 7cf03ba fix [2119400] sholes: artifacting when switching orientation by Mathias Agopian · 16 years ago
  42. 9080125 Merge change 25393 into eclair by Android (Google) Code Review · 16 years ago
  43. 2c68dd0 fix again [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 16 years ago
  44. 07e62d1 Merge change 25185 into eclair by Android (Google) Code Review · 16 years ago
  45. be2e841 Implement renderscript Invokables. by Jason Sams · 16 years ago
  46. 2bb6b2a Fix issue 2123668: Class scope typo in AudioFlinger.cpp. by Eric Laurent · 16 years ago
  47. 8ae0384 revert to black video background, since we don't need the color-key anylonger by Mathias Agopian · 16 years ago
  48. e611a6e fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  49. 8f17a76 Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer" by Mathias Agopian · 16 years ago
  50. 486aa96 fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  51. 2bccbcc Merge change 25050 into eclair by Android (Google) Code Review · 16 years ago
  52. 296a0ec Fix issue 2118464: cannot play ring tones and notifications after disconnecting BT headset while in call. by Eric Laurent · 16 years ago
  53. 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 16 years ago
  54. 54c0615 Merge change 24872 into eclair by Android (Google) Code Review · 16 years ago
  55. 151921a Merge change 24977 into eclair by Android (Google) Code Review · 16 years ago
  56. 64a7c6bf add support for RGBX_8888 surfaces in SurfaceFlinger by Mathias Agopian · 16 years ago
  57. 4503cb7 Merge change 24968 into eclair by Android (Google) Code Review · 16 years ago
  58. 53973fd fix [2117464] SF can crash when calling dumpsys by Mathias Agopian · 16 years ago
  59. bd85271 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 16 years ago
  60. 988f6eb Minor perf tweak for fountain. by Jason Sams · 16 years ago
  61. 64c0e1a Fix issue 2115450: a2dp thread is started, even though we are only connected to headset and not playing music. by Eric Laurent · 16 years ago
  62. 91e2d86 Merge change 24337 into eclair by Android (Google) Code Review · 16 years ago
  63. 3e63f91 fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer by Mathias Agopian · 16 years ago
  64. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 16 years ago
  65. 436c627 make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 16 years ago
  66. 24d237d add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition by Mathias Agopian · 16 years ago
  67. e7c11d7 fix [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 16 years ago
  68. fa736d7 Remove the FallRS demo, now promoted as a wallpaper. by Romain Guy · 16 years ago
  69. b9e52a0 Fix sim-eng build. by Andy McFadden · 16 years ago
  70. 8a77a99 Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. by Eric Laurent · 16 years ago
  71. 11c803a Merge change 24335 into eclair by Android (Google) Code Review · 16 years ago
  72. 72e2d6d Merge change 24334 into eclair by Android (Google) Code Review · 16 years ago
  73. 0a5bf25 Merge change 24333 into eclair by Android (Google) Code Review · 16 years ago
  74. d42bd87 use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for by Mathias Agopian · 16 years ago
  75. a280496 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 16 years ago
  76. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 16 years ago
  77. b34d143 rename Mutexes to make the code easier to follow by Mathias Agopian · 16 years ago
  78. dc54f41 delete old and unused source files by Mathias Agopian · 16 years ago
  79. 9779b221 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  80. ffae4fc attempt to fix [2099362] Possible SurfaceFlinger crash by Mathias Agopian · 16 years ago
  81. ac67ebe Merge change 24058 into eclair by Android (Google) Code Review · 16 years ago
  82. a3c745d Merge change 24057 into eclair by Android (Google) Code Review · 16 years ago
  83. 7042cde Minor perf improvement to fall and expand use of struct. by Jason Sams · 16 years ago
  84. 3194a66 Merge change 24048 into eclair by Android (Google) Code Review · 16 years ago
  85. 2d496bf Fix point sprites. by Romain Guy · 16 years ago
  86. 7164b8d fix [2098939] Smooth gradients show banding on Sholes by Mathias Agopian · 16 years ago
  87. 7adb985 checkpoint by Jason Sams · 16 years ago
  88. ea84a7c Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element. by Jason Sams · 16 years ago
  89. 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 16 years ago
  90. a160c6e fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a picture AFTER the volume is turned off. by Eric Laurent · 16 years ago
  91. 6db4303 Merge change 23568 into eclair by Android (Google) Code Review · 16 years ago
  92. a8f6018 Work on issue #2079167: Flickering issue across multiple UI by Dianne Hackborn · 16 years ago
  93. 458e918 Merge change 23720 into eclair by Android (Google) Code Review · 16 years ago
  94. c854678 Add colorkey to gl clear operation by Rebecca Schultz Zavin · 16 years ago
  95. 66c70e13 Merge change 23529 into eclair by Android (Google) Code Review · 16 years ago
  96. f4cca78 Merge change 23583 into eclair by Android (Google) Code Review · 16 years ago
  97. c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 16 years ago
  98. d069f32 Fix issue 2091594: music chirp after disconnecting A2DP. by Eric Laurent · 16 years ago
  99. 44e9983 Update fountain to use structures. by Jason Sams · 16 years ago
  100. 7954c46 Fix issue 2085690: AudioFlinger must properly terminate the input and output threads when destroyed. by Eric Laurent · 16 years ago