1. 2d93902 another attempt to fix the sim by Mathias Agopian · 15 years ago
  2. d606003 first attempt to fix the sim by Mathias Agopian · 15 years ago
  3. b8eccd8 Merge change 6898 by Android (Google) Code Review · 15 years ago
  4. 1499859 fix [1964315] crash in the surface.cpp while browsing by Mathias Agopian · 15 years ago
  5. ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 15 years ago
  6. e0528ba rename libsgl/libcorecg to libskia by Mike Reed · 15 years ago
  7. 829cb13 Merge change 6742 by Android (Google) Code Review · 15 years ago
  8. 80d7a76 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 15 years ago
  9. 4860b74 am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  10. 6e2d648 fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  11. 84f6814 fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 15 years ago
  12. a93fbf8 am be91fdbc: Merge change 6665 into donut by Android (Google) Code Review · 15 years ago
  13. 17500c2 am 3893da46: Merge change 6614 into donut by Android (Google) Code Review · 15 years ago
  14. 25c70c8 am fe811d8b: Merge change 6603 into donut by Android (Google) Code Review · 15 years ago
  15. 1b85080 am 8a715b4b: Merge change 5510 into donut by Android (Google) Code Review · 15 years ago
  16. 1f59751 Fix resources not being set correctly. by Dianne Hackborn · 15 years ago
  17. b025ca0 Fix issue 1970108: crash in AudioFlinger::isMusicActive() by Eric Laurent · 15 years ago
  18. 3ccdc56 Merge change 6603 into donut by Android (Google) Code Review · 15 years ago
  19. 3228a10 quick fix; utf8_codepoint_count must be utf8_length by Daisuke Miyakawa · 15 years ago
  20. 0d5eee3 Merge change 5510 into donut by Android (Google) Code Review · 15 years ago
  21. 9f1234e resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 15 years ago
  22. 9f22024 Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 15 years ago
  23. f72d640 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  24. 4f90390 am a5188a09: Merge change 6367 into donut by Android (Google) Code Review · 15 years ago
  25. ed65428 Merge change 6367 into donut by Android (Google) Code Review · 15 years ago
  26. 1c0f538 Add virtual destructor. by Marco Nelissen · 15 years ago
  27. 8434c78 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  28. 0bac538 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  29. 1df3bbb trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain by Mathias Agopian · 15 years ago
  30. 72b0ffe should fix sim build by Mathias Agopian · 15 years ago
  31. 0f7f88d Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  32. 1a16ea8 am 991eec03: Merge change 6252 into donut by Android (Google) Code Review · 15 years ago
  33. 0f253ef Don't re-parse the framework resources all the time. by Dianne Hackborn · 15 years ago
  34. 4361996 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 15 years ago
  35. 7887aa7 am 2bbb80e1: Merge change 5994 into donut by Android (Google) Code Review · 15 years ago
  36. af54ab9 don't need to link against libsgl by Mathias Agopian · 15 years ago
  37. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  38. 6b55135 forgot to remove those files by Mathias Agopian · 15 years ago
  39. 759fdb2 free gralloc buffers as soon as possible (when a surface is not visible any longer), client who have the buffers still mapped won't crash, btu may see garbage data by Mathias Agopian · 15 years ago
  40. f777ac1 Merge change 6084 into donut by Android (Google) Code Review · 15 years ago
  41. 16f3d35 Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
  42. 47a1a39 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 15 years ago
  43. 84d1f7a Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  44. 00dae0a Less logging in some places. More in others. by Joe Onorato · 15 years ago
  45. 78f1c19 Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 15 years ago
  46. cd99874 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  47. 99da6dd am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 15 years ago
  48. faeef8e Merge change 5829 into donut by Android (Google) Code Review · 15 years ago
  49. e356292 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
  50. 988fb62 Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  51. 2dd6727 when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations, choose UPDATE_ON_DEMAND which is often more efficient. by Mathias Agopian · 15 years ago
  52. 29d06ac fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 15 years ago
  53. 9f96145 Region::makeBoundsSelf() efficiently turns a region to its bounds by Mathias Agopian · 15 years ago
  54. 446ff92 don't use a 1/4th of the screen size texture for the dim layer by Mathias Agopian · 15 years ago
  55. 468edaa am d09f86ce: Merge changes 5548,5549 into donut by Android (Google) Code Review · 15 years ago
  56. b9c8a73 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 15 years ago
  57. a8d44f7 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 15 years ago
  58. 6b3287b fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 15 years ago
  59. b8a5560 fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 15 years ago
  60. d8c2564 Merge changes 5548,5549 into donut by Android (Google) Code Review · 15 years ago
  61. 6eabaa3 Better (and less) logging from backup. by Joe Onorato · 15 years ago
  62. 21342c5 Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  63. d512f23 add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 15 years ago
  64. 958b3ca use 1/16 the size (20KB) for the dim texture in the copybit/msm case by Mathias Agopian · 15 years ago
  65. 240c9fe use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 15 years ago
  66. 694fcc5 am c44989d6: Merge change 5350 into donut by Android (Google) Code Review · 15 years ago
  67. a8664df move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 15 years ago
  68. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 15 years ago
  69. 5911aa9 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 15 years ago
  70. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 15 years ago
  71. 4c4b387 merge master in master_gl by Mathias Agopian · 15 years ago
  72. 6ef6895 am df65b60c: Merge change 5243 into donut by Android (Google) Code Review · 15 years ago
  73. 3fc010e am 54118adb: Put back LOGP -> printf in the backup helper code by Christopher Tate · 15 years ago
  74. 5a35e22 am 0e034e5a: Merge change 5162 into donut by Android (Google) Code Review · 15 years ago
  75. bd95c1d Only report "unknown metadata" once per restore helper by Christopher Tate · 15 years ago
  76. de5b60b am eaa89f74: Merge change 5172 into donut by Android (Google) Code Review · 15 years ago
  77. e193f7c am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 15 years ago
  78. 6441a76 Put back LOGP -> printf in the backup helper code by Christopher Tate · 15 years ago
  79. 8068d16 Merge change 5162 into donut by Android (Google) Code Review · 15 years ago
  80. dc76f7b Remove deprecated callback function support. by Dave Sparks · 15 years ago
  81. bbbc7cb Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  82. 2e12324 fix a bug causing push-buffer surfaces' identity to be garbage, which resulted in some attributes (size/pos) to fail to be set by Mathias Agopian · 15 years ago
  83. 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 15 years ago
  84. 5c2882b Preserve file access mode when backing up / restoring files by Christopher Tate · 15 years ago
  85. 2d1db86 am 11b15779: Add file mode to the file-backup saved state blobs by Christopher Tate · 15 years ago
  86. ab2e9e8 Add file mode to the file-backup saved state blobs by Christopher Tate · 15 years ago
  87. d056f2d am 72be4049: Merge change 4910 into donut by Android (Google) Code Review · 15 years ago
  88. cfb991d Merge change 4910 into donut by Android (Google) Code Review · 15 years ago
  89. 2a84f2e am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 15 years ago
  90. 9cda3e0 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  91. 52ed26a fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 15 years ago
  92. cca6b42 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  93. f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 15 years ago
  94. 03428fc am 1585bd24: Merge change 4828 into donut by Android (Google) Code Review · 15 years ago
  95. cd8c5e2 release the last reference to surfaces explicitely instead of letting it go implicitely when the message is destroyed by Mathias Agopian · 15 years ago
  96. be1bc0a Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 15 years ago
  97. 05915a4 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 15 years ago
  98. ae71acc Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 15 years ago
  99. 4910dc6 am 5502f04c: Merge change 4709 into donut by Android (Google) Code Review · 15 years ago
  100. 0388b51 am 16ce3504: Merge change 4708 into donut by Android (Google) Code Review · 15 years ago