1. 4c8fb0a Modified the camera HAL interface to use the same generic callback architecture as camera services by Benny Wong · 16 years ago
  2. 878d647 am b8546001: Merge change 20878 into donut by Dianne Hackborn · 16 years ago
  3. 5221271 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
  4. b2fd466 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 16 years ago
  5. e868513 Fix issue #2048263: More debugging information by Dianne Hackborn · 16 years ago
  6. df37b62 SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 16 years ago
  7. e186431 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 16 years ago
  8. 8c12c7a added EGLUtils::strerror by Mathias Agopian · 16 years ago
  9. b200106 Merge changes 20345,20346,20347 by Android (Google) Code Review · 16 years ago
  10. 6cf50a7 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 16 years ago
  11. 6b1f410 added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 16 years ago
  12. 34193b3 EventHub: pass the name of each input device up to Java by Iliyan Malchev · 16 years ago
  13. c591736 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 16 years ago
  14. 764d4ab The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 16 years ago
  15. fa170f5 Merge change 9287 by Android (Google) Code Review · 16 years ago
  16. cb6b904 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 16 years ago
  17. ff1dcc2 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 16 years ago
  18. 3945ae5 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 16 years ago
  19. e562711 Adding resizeInput and setAttributes for overlay by Benny Wong · 16 years ago
  20. 9d91ad5 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  21. 298cb4f Merge change 7529 by Android (Google) Code Review · 16 years ago
  22. 351b6f9 am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 16 years ago
  23. 60cde60 First pass at reworking screen density/size APIs. by Dianne Hackborn · 16 years ago
  24. 811fdfd Merge change 5892 by Android (Google) Code Review · 16 years ago
  25. 89fbf84 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 16 years ago
  26. b3e8103 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  27. 71f7715 Hardware overlay support by Benny Wong · 16 years ago
  28. f0adf84 Make MemoryDealer's destructor protected instead of public. by Andreas Huber · 16 years ago
  29. b441106 EventHub: Add support for excluding devices from being opened by as a keyboard. by Mike Lockwood · 16 years ago
  30. 29b936e Merge change 7353 by Android (Google) Code Review · 16 years ago
  31. c968c3a Implement virtual button support. by Dianne Hackborn · 16 years ago
  32. eb9fd68 add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 16 years ago
  33. ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  34. 1b85080 am 8a715b4b: Merge change 5510 into donut by Android (Google) Code Review · 16 years ago
  35. 0d5eee3 Merge change 5510 into donut by Android (Google) Code Review · 16 years ago
  36. b70b711 Merge change 6560 by Android (Google) Code Review · 16 years ago
  37. 9f1234e resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 16 years ago
  38. 9f22024 Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 16 years ago
  39. d43b2e4 Add a virtual destructor to the TtsEngine class. by Marco Nelissen · 16 years ago
  40. f72d640 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 16 years ago
  41. d7fac60 Merge change 6382 by Android (Google) Code Review · 16 years ago
  42. e7c4c28 add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 16 years ago
  43. f460f19 Fix sim build. by Andy McFadden · 16 years ago
  44. 0f7f88d Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  45. 1a16ea8 am 991eec03: Merge change 6252 into donut by Android (Google) Code Review · 16 years ago
  46. 0f253efb Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
  47. 4361996 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 16 years ago
  48. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
  49. 16f3d35 Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 16 years ago
  50. 47a1a39 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
  51. 84d1f7a Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  52. 4040dcf am bd9aa793: Merge change 5593 into donut by Android (Google) Code Review · 16 years ago
  53. e356292 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
  54. 9f96145 Region::makeBoundsSelf() efficiently turns a region to its bounds by Mathias Agopian · 16 years ago
  55. ff10113 am 17a80081: Merge change 5544 into donut by Android (Google) Code Review · 16 years ago
  56. b9c8a73 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 16 years ago
  57. 3c65483 Merge change 5593 into donut by Android (Google) Code Review · 16 years ago
  58. 3f81888 Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 16 years ago
  59. 17b2ad0 return bounds Rect by value by Mathias Agopian · 16 years ago
  60. 5579a65 Merge change 5544 into donut by Android (Google) Code Review · 16 years ago
  61. 21342c5 Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  62. c06b7cb Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 16 years ago
  63. 7df9173 am b65dba45: Merge change 5470 into donut by Android (Google) Code Review · 16 years ago
  64. 0a90b69 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 16 years ago
  65. 694fcc5 am c44989d6: Merge change 5350 into donut by Android (Google) Code Review · 16 years ago
  66. a8664df move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
  67. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  68. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  69. 4c4b387 merge master in master_gl by Mathias Agopian · 16 years ago
  70. 6ef6895 am df65b60c: Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
  71. aa8d188 am a93466f5: Merge change 5220 into donut by Android (Google) Code Review · 16 years ago
  72. b6ab1e9 Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
  73. bd95c1d Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
  74. de5b60b am eaa89f74: Merge change 5172 into donut by Android (Google) Code Review · 16 years ago
  75. e193f7c am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 16 years ago
  76. f5a8faa Cleanup header file. Disallow copy of Camera object by making copy by Dave Sparks · 16 years ago
  77. dc76f7b Remove deprecated callback function support. by Dave Sparks · 16 years ago
  78. bbbc7cb Use a ref-counted callback interface for Camera. by Dave Sparks · 16 years ago
  79. 2d1db86 am 11b15779: Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  80. ab2e9e8 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  81. 952663e am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 16 years ago
  82. b12f99b add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 16 years ago
  83. d056f2d am 72be4049: Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  84. cfb991d Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  85. 2a84f2e am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 16 years ago
  86. 9cda3e0 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 16 years ago
  87. 52ed26a fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 16 years ago
  88. 5f28411 improve Vector<> with types that can be trivially moved and remove some unused code. by Mathias Agopian · 16 years ago
  89. cca6b42 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  90. 03428fc am 1585bd24: Merge change 4828 into donut by Android (Google) Code Review · 16 years ago
  91. be1bc0a Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 16 years ago
  92. 4910dc6 am 5502f04c: Merge change 4709 into donut by Android (Google) Code Review · 16 years ago
  93. 0388b51 am 16ce3504: Merge change 4708 into donut by Android (Google) Code Review · 16 years ago
  94. 6bda7fd backup stuff by Joe Onorato · 16 years ago
  95. da1430b Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
  96. 00ea067 am de72697b: Merge change 4524 into donut by Android (Google) Code Review · 16 years ago
  97. f509f66 FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
  98. f757bd0 am 5f15d151: checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  99. 03aa8d7 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  100. a230463 am f1170fb5: Merge change 4251 into donut by Android (Google) Code Review · 16 years ago