1. af54ab9 don't need to link against libsgl by Mathias Agopian · 16 years ago
  2. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
  3. 6b55135 forgot to remove those files by Mathias Agopian · 16 years ago
  4. 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 · 16 years ago
  5. 84d1f7a Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  6. 78f1c19 Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 16 years ago
  7. cd99874 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
  8. 99da6dd am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 16 years ago
  9. 988fb62 Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
  10. 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 · 16 years ago
  11. 29d06ac fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 16 years ago
  12. 9f96145 Region::makeBoundsSelf() efficiently turns a region to its bounds by Mathias Agopian · 16 years ago
  13. 446ff92 don't use a 1/4th of the screen size texture for the dim layer by Mathias Agopian · 16 years ago
  14. 468edaa am d09f86ce: Merge changes 5548,5549 into donut by Android (Google) Code Review · 16 years ago
  15. b9c8a73 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 16 years ago
  16. a8d44f7 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  17. 6b3287b fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  18. b8a5560 fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 16 years ago
  19. d8c2564 Merge changes 5548,5549 into donut by Android (Google) Code Review · 16 years ago
  20. 6eabaa3 Better (and less) logging from backup. by Joe Onorato · 16 years ago
  21. 21342c5 Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  22. d512f23 add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
  23. 958b3ca use 1/16 the size (20KB) for the dim texture in the copybit/msm case by Mathias Agopian · 16 years ago
  24. 240c9fe use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
  25. 694fcc5 am c44989d6: Merge change 5350 into donut by Android (Google) Code Review · 16 years ago
  26. a8664df move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
  27. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  28. 5911aa9 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
  29. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  30. 4c4b387 merge master in master_gl by Mathias Agopian · 16 years ago
  31. 6ef6895 am df65b60c: Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
  32. 3fc010e am 54118adb: Put back LOGP -> printf in the backup helper code by Christopher Tate · 16 years ago
  33. 5a35e22 am 0e034e5a: Merge change 5162 into donut by Android (Google) Code Review · 16 years ago
  34. bd95c1d Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
  35. de5b60b am eaa89f74: Merge change 5172 into donut by Android (Google) Code Review · 16 years ago
  36. e193f7c am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 16 years ago
  37. 6441a76 Put back LOGP -> printf in the backup helper code by Christopher Tate · 16 years ago
  38. 8068d16 Merge change 5162 into donut by Android (Google) Code Review · 16 years ago
  39. dc76f7b Remove deprecated callback function support. by Dave Sparks · 16 years ago
  40. bbbc7cb Use a ref-counted callback interface for Camera. by Dave Sparks · 16 years ago
  41. 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 · 16 years ago
  42. 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  43. 5c2882b Preserve file access mode when backing up / restoring files by Christopher Tate · 16 years ago
  44. 2d1db86 am 11b15779: Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  45. ab2e9e8 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  46. d056f2d am 72be4049: Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  47. cfb991d Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  48. 2a84f2e am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 16 years ago
  49. 9cda3e0 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 16 years ago
  50. 52ed26a fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 16 years ago
  51. cca6b42 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  52. f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  53. 03428fc am 1585bd24: Merge change 4828 into donut by Android (Google) Code Review · 16 years ago
  54. cd8c5e2 release the last reference to surfaces explicitely instead of letting it go implicitely when the message is destroyed by Mathias Agopian · 16 years ago
  55. be1bc0a Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 16 years ago
  56. 05915a4 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 16 years ago
  57. ae71acc Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
  58. 4910dc6 am 5502f04c: Merge change 4709 into donut by Android (Google) Code Review · 16 years ago
  59. 0388b51 am 16ce3504: Merge change 4708 into donut by Android (Google) Code Review · 16 years ago
  60. 945ebbf implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 16 years ago
  61. 6bda7fd backup stuff by Joe Onorato · 16 years ago
  62. da1430b Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
  63. e2095d0 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
  64. bcb1428 Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
  65. 694e10b Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
  66. 00ea067 am de72697b: Merge change 4524 into donut by Android (Google) Code Review · 16 years ago
  67. f509f66 FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
  68. f757bd0 am 5f15d151: checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  69. 03aa8d7 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  70. b6822d7 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  71. 375f563 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 16 years ago
  72. fcb97fc am 2fdd428e: Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 16 years ago
  73. 7bdc440 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 16 years ago
  74. a08c7b6 am 78f0f8cb: Merge changes 3953,3954 into donut by Android (Google) Code Review · 16 years ago
  75. 5e78e09 protect ANDROID specific egl extension with #define by Mathias Agopian · 16 years ago
  76. 1a9e19a Make the file backup helper not crash if a file you requested by Joe Onorato · 16 years ago
  77. 0ad6120 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
  78. e3408b8 Framework changes for bluez4. by Jaikumar Ganesh · 16 years ago
  79. 1a0c4cd Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  80. 4fcd9c7 get rid of LogSocket which wasn't even implemented (enabled) by Mathias Agopian · 16 years ago
  81. 7e83f04 break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used by Mathias Agopian · 16 years ago
  82. c5992f0 Merge change 3284 by Android (Google) Code Review · 16 years ago
  83. 861aa2f rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. by Mathias Agopian · 16 years ago
  84. 1ba244f am 0032ce80: Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 16 years ago
  85. 6d2bc14 am 2a318867: Merge change 3203 into donut by Android (Google) Code Review · 16 years ago
  86. 3d57964 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 16 years ago
  87. 173e38d Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 16 years ago
  88. f446ba9 rename a few files to camel-case, add copyright notices by Mathias Agopian · 16 years ago
  89. e92c713 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 16 years ago
  90. 6457359 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  91. 294423e get rid of TimerProbe which is never used by Mathias Agopian · 16 years ago
  92. 1bc9c93 get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there. by Mathias Agopian · 16 years ago
  93. e0c3220 get rid of utils.h by Mathias Agopian · 16 years ago
  94. e839d82 merge master to master_gl by Mathias Agopian · 16 years ago
  95. c20e4eb am b61ae351: Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
  96. 489d395 Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
  97. 3c4d8c8 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 16 years ago
  98. e5eb06d am d9cc7659: Merge change 2706 into donut by Android (Google) Code Review · 16 years ago
  99. 01c4ba3 Fix issue 1883666: Audio coming from the music player stopped suddenly by Eric Laurent · 16 years ago
  100. 1c4ec71 fix typo defining a singleton attrbutes for an object that is not a singleton -- no side effects, but useless by Mathias Agopian · 16 years ago