1. 830df4b addresses several bugs: 2206097, 2166583, 2261119, 2216759 by Mathias Agopian · 15 years ago
  2. 90daccf fix [2143798] Need to figure out how to do video on Passion w/ GPU by Mathias Agopian · 15 years ago
  3. 36d0184 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 15 years ago
  4. 9baef73 Merge change Id8b28e4f into eclair by Android (Google) Code Review · 15 years ago
  5. d01767f Merge change I56779290 into eclair by Android (Google) Code Review · 15 years ago
  6. f989c11 Merge change If007a2fa into eclair by Android (Google) Code Review · 15 years ago
  7. 0b0722f fix[2222341] Soft reset while going back from camcorder settings by Mathias Agopian · 15 years ago
  8. 08c19be DO NOT MERGE: Another gcc 4.0.3 workaround. by Andy McFadden · 15 years ago
  9. d8b28e4 fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp by Mathias Agopian · 15 years ago
  10. f007a2f return proper error code from eglCreateImageKHR by Mathias Agopian · 15 years ago
  11. 9042b45 fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  12. 382e17d fix [2211532] improves sholes graphics performance by Mathias Agopian · 15 years ago
  13. 46b2df1 fix [2164183] sometimes device just wants to stay asleep by Mathias Agopian · 15 years ago
  14. e05f07d fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 15 years ago
  15. 460b60c Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes." by Mathias Agopian · 15 years ago
  16. 26fe45d Merge change I4961c959 into eclair by Android (Google) Code Review · 15 years ago
  17. 4961c95 fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  18. c131c56 temporarily disable the use of glTexImage2D for sw buffers on sholes. by Mathias Agopian · 15 years ago
  19. 351a707 fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  20. 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  21. 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  22. 98a9c56 attempt to work around [2155085, 2150246] stuck in closeTransaction() by Mathias Agopian · 15 years ago
  23. bd23e30 fix [2152247] Windows sometimes drawn scaled up. by Mathias Agopian · 15 years ago
  24. 70cab91 invalidate the surface when the physical changes by Mathias Agopian · 15 years ago
  25. e1b6f24 introduce the notion of the requested size in the Layer state by Mathias Agopian · 15 years ago
  26. 8851617 remove unused code by Mathias Agopian · 15 years ago
  27. 45094a3 remove dead code by Mathias Agopian · 15 years ago
  28. 81384bf don't emit GL commands when sf is in freeze mode by Mathias Agopian · 15 years ago
  29. c4646e6 Allways dump the list of allocated buffers when an allocation fails. by Mathias Agopian · 15 years ago
  30. f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
  31. cc93476 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  32. 44cac13 fix [2142193] disable GL_LINEAR when not needed by Mathias Agopian · 15 years ago
  33. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  34. fa0a4bd Work around gcc 4.0.3 bug. by Andy McFadden · 15 years ago
  35. 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  36. ac7f13b fix [2129080] Soft reboot after clicking around and then rubbing the screen by Mathias Agopian · 15 years ago
  37. b1a1874 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
  38. bcef9ac add basic time stats for surfaces lock time by Mathias Agopian · 15 years ago
  39. e38212a Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent(). by Benny Wong · 15 years ago
  40. af369f62 disable backbuffer preservation when possible, which may improve performance a bit by Mathias Agopian · 15 years ago
  41. 7cf03ba fix [2119400] sholes: artifacting when switching orientation by Mathias Agopian · 15 years ago
  42. 2c68dd0 fix again [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 15 years ago
  43. 8ae0384 revert to black video background, since we don't need the color-key anylonger by Mathias Agopian · 15 years ago
  44. 64a7c6b add support for RGBX_8888 surfaces in SurfaceFlinger by Mathias Agopian · 15 years ago
  45. 53973fd fix [2117464] SF can crash when calling dumpsys by Mathias Agopian · 15 years ago
  46. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  47. 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 · 15 years ago
  48. e7c11d7 fix [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 15 years ago
  49. a280496 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 15 years ago
  50. b34d143 rename Mutexes to make the code easier to follow by Mathias Agopian · 15 years ago
  51. dc54f41 delete old and unused source files by Mathias Agopian · 15 years ago
  52. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  53. ffae4fc attempt to fix [2099362] Possible SurfaceFlinger crash by Mathias Agopian · 15 years ago
  54. 7164b8d fix [2098939] Smooth gradients show banding on Sholes by Mathias Agopian · 15 years ago
  55. c854678 Add colorkey to gl clear operation by Rebecca Schultz Zavin · 15 years ago
  56. a8d4917 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 15 years ago
  57. 18b6b49 fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 15 years ago
  58. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
  59. c4915de fix a bug that could cause a window to be hidden in some cases. by Mathias Agopian · 15 years ago
  60. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  61. 42fd805 make sure EGL_ANDROID_swap_rectangle is actually supported before using it by Mathias Agopian · 15 years ago
  62. 88e3e6b Better error handling in EGL extensions by Mathias Agopian · 15 years ago
  63. 2ec8458 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 · 15 years ago
  64. 5cec474 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 · 15 years ago
  65. 64e89a8 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 · 15 years ago
  66. 8b76a0a 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 · 15 years ago
  67. 4523b768 enable HW acceleration for the Dim Surface on 8k devices by Mathias Agopian · 15 years ago
  68. 1d40f50 remove unused and confusing comment by Mathias Agopian · 15 years ago
  69. 9ca4dd6 minor code clean-up by Mathias Agopian · 15 years ago
  70. 265d9c0 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 15 years ago
  71. cb21c37 free surface buffers before trying to allocate new ones, so we have more chance of success by Mathias Agopian · 15 years ago
  72. f293b2f NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly scalled by Mathias Agopian · 15 years ago
  73. b2b28f3 am 1521cd6e: Merge change 8015 into donut by Android (Google) Code Review · 15 years ago
  74. c915d0a fix [1985856] Seg fault when using the soft keyboard in the Messaging app by Mathias Agopian · 15 years ago
  75. 1521cd6 Merge change 8015 into donut by Android (Google) Code Review · 15 years ago
  76. d75fe9a Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. by David 'Digit' Turner · 15 years ago
  77. 33863dd resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 15 years ago
  78. 12cedff fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 15 years ago
  79. 43ab763 Add a flag to set whether the overlay has been initialized. Commit needs to be called at least once on each overlay, and it appears that sometimes this by Rebecca Schultz Zavin · 15 years ago
  80. 7ac5e69 Fix hardware overlay so all changes are commited when done. by Rebecca Schultz Zavin · 15 years ago
  81. ac2dd4d first attempt to fix the sim by Mathias Agopian · 15 years ago
  82. b1c4ca5 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 15 years ago
  83. f31d407 fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake by Mathias Agopian · 15 years ago
  84. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 15 years ago
  85. 679353d Merge change 6742 by Android (Google) Code Review · 15 years ago
  86. cafec03 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 15 years ago
  87. 07e456d am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  88. 4d2dbeb fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  89. 05dab6f fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 15 years ago
  90. 94aadce 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
  91. f780d32 don't need to link against libsgl by Mathias Agopian · 15 years ago
  92. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  93. 0926b61 forgot to remove those files by Mathias Agopian · 15 years ago
  94. 359140c 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
  95. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  96. ff80ceb Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 15 years ago
  97. ed3240e am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 15 years ago
  98. 3a6b160 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
  99. ecfa7cc fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 15 years ago
  100. 5fc1b60 don't use a 1/4th of the screen size texture for the dim layer by Mathias Agopian · 15 years ago