1. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 15 years ago
  2. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 15 years ago
  3. 51c70e3 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 15 years ago
  4. 08e83bb move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/Layer.cpp]
  5. 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 15 years ago
  6. 330dd30 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 15 years ago
  7. 081bc5c fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 15 years ago
  8. d91ac98 fix [2785833] valgrind error in android::Layer::requestBuffer by Mathias Agopian · 15 years ago
  9. f8b4b44 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 15 years ago
  10. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  11. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  12. 593c05c clean-up client management. by Mathias Agopian · 15 years ago
  13. 9237703 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  14. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  15. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  16. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  17. 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  18. aca2ee8 remove the "memcpy" hack by Mathias Agopian · 15 years ago
  19. 4cfc21e am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  20. 2df6f51 fix [2664345] Flash: Bad flicker at the end of a pinch zoom. by Mathias Agopian · 15 years ago
  21. 9bce873 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  22. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  23. 967dce3 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 15 years ago
  24. 9e3d693 fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire by Mathias Agopian · 15 years ago
  25. 1d211f8 fixes for [2474091] Saw Poor behaviour playing a video. by Mathias Agopian · 15 years ago
  26. 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  27. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  28. f9b0e82 fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is truncated after launching and back to home screen by home key repeatedly by Mathias Agopian · 16 years ago
  29. 083a557c fix [2319255] crash in openGL : from the media recorder stress test. by Mathias Agopian · 16 years ago
  30. 5469a4a fixed [2260070] display stopped updating by Mathias Agopian · 16 years ago
  31. 9042b45 fix [2143798] Need to figure out how to do video by Mathias Agopian · 16 years ago
  32. 382e17d fix [2211532] improves sholes graphics performance by Mathias Agopian · 16 years ago
  33. 46b2df1 fix [2164183] sometimes device just wants to stay asleep by Mathias Agopian · 16 years ago
  34. e05f07d fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 16 years ago
  35. 4961c95 fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  36. 351a707 fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 16 years ago
  37. 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  38. 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  39. bd23e30 fix [2152247] Windows sometimes drawn scaled up. by Mathias Agopian · 16 years ago
  40. 70cab91 invalidate the surface when the physical changes by Mathias Agopian · 16 years ago
  41. e1b6f24 introduce the notion of the requested size in the Layer state by Mathias Agopian · 16 years ago
  42. f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 16 years ago
  43. cc93476 turn dithering off if it's not needed by Mathias Agopian · 16 years ago
  44. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 16 years ago
  45. 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 16 years ago
  46. ac7f13b fix [2129080] Soft reboot after clicking around and then rubbing the screen by Mathias Agopian · 16 years ago
  47. 7cf03ba fix [2119400] sholes: artifacting when switching orientation by Mathias Agopian · 16 years ago
  48. 64a7c6bf add support for RGBX_8888 surfaces in SurfaceFlinger by Mathias Agopian · 16 years ago
  49. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 16 years ago
  50. 9779b221 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  51. c4915de fix a bug that could cause a window to be hidden in some cases. by Mathias Agopian · 16 years ago
  52. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 16 years ago
  53. 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 · 16 years ago
  54. 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 · 16 years ago
  55. 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 · 16 years ago
  56. 1d40f50 remove unused and confusing comment by Mathias Agopian · 16 years ago
  57. 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 · 16 years ago
  58. 999543b checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  59. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  60. 947f4f4 merge master to master_gl by Mathias Agopian · 16 years ago
  61. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  62. fa6eda0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  63. 0c6b5f6 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
  64. 81b0aa6 get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  65. a3aa6c9 Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
  66. 6cf0db2 more Surface lifetime management by Mathias Agopian · 16 years ago
  67. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  68. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  69. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  71. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  72. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  73. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  74. 54b6cfa Initial Contribution by The Android Open Source Project · 17 years ago