1. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 10 years ago
  2. 4125a4f Allow "opaque" flag to be updated by Andy McFadden · 10 years ago
  3. 49457ac Encapsulate textures into their own Texture class by Mathias Agopian · 11 years ago
  4. 5cdc899 don't reallocate the mesh each time we use it by Mathias Agopian · 11 years ago
  5. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  6. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  7. 6547ff4 surfaceflinger: add frame duration logging by Jamie Gennis · 11 years ago
  8. 6b44267 fix SF buffer cropping by Mathias Agopian · 11 years ago
  9. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  10. 1eae0ee clean-up SurfaceFlinger a bit by Mathias Agopian · 11 years ago
  11. 3e25fd8 Add a --color option to dumpsys SurfaceFlinger by Mathias Agopian · 11 years ago
  12. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  13. 2ca7939 latch transparent region hint only when we get a new frame by Mathias Agopian · 11 years ago
  14. 4d9b822 get rid of ISurface by Mathias Agopian · 11 years ago
  15. 13127d8 Get rid of LayerBase. by Mathias Agopian · 11 years ago
  16. 2f73af9 Make LayerDim a regular Layer instead of a LayerBase by Mathias Agopian · 11 years ago
  17. b79f61d fold LayerBaseClient into LayerBase by Mathias Agopian · 11 years ago
  18. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 11 years ago
  19. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 11 years ago
  20. a8bca8d refactor the crop region for hwc is calculated/set by Mathias Agopian · 11 years ago
  21. 4b0eba9 SurfaceFlinger: add win anim frame time tracking by Jamie Gennis · 11 years ago
  22. 882e3a3 Add some comments. by Andy McFadden · 12 years ago
  23. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 12 years ago
  24. 9913b99 am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" into jb-mr1.1-dev by Mathias Agopian · 12 years ago
  25. 8430095 make transform hint multi-display aware by Mathias Agopian · 12 years ago
  26. 82dbc74 SurfaceFlinger: refactor frame time tracking by Jamie Gennis · 12 years ago
  27. a4a3149 Change ConsumerBase's FrameAvailableListener to be a weak pointer by Igor Murashkin · 12 years ago
  28. da27af9 add support hwc 1.1 by Mathias Agopian · 12 years ago
  29. 6905205 Fix transform hints by Andy McFadden · 12 years ago
  30. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  31. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 12 years ago
  32. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 12 years ago
  33. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago
  34. 4fec873 one more step towards multiple display support by Mathias Agopian · 12 years ago
  35. c5c5a14 Only set acquire fences on overlay layers by Jesse Hall · 12 years ago
  36. dc5b485 Pass fence to HWC on first use of buffer by Jesse Hall · 12 years ago
  37. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago
  38. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 12 years ago
  39. 3e8b853 refactor HWComposer to break dependency with the HAL headers by Mathias Agopian · 12 years ago
  40. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 12 years ago
  41. cbb1a95 SurfaceFlinger: tell SurfaceTex about filtering by Jamie Gennis · 12 years ago
  42. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 12 years ago
  43. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago
  44. 4d143ee fix an issue in SF where we could miss some updates by Mathias Agopian · 12 years ago
  45. 99ce5cd separate transactions from updates by Mathias Agopian · 12 years ago
  46. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 12 years ago
  47. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 12 years ago
  48. e8696a4 hack up frame latency measurement by Jamie Gennis · 13 years ago
  49. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  50. a249f2d SurfaceFlinger: set layer names on SurfaceTextures by Jamie Gennis · 13 years ago
  51. fb4d5d5 improve hwc dumpsys by Mathias Agopian · 13 years ago
  52. a458364 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  53. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  54. 47d0812 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  55. 933389f use SurfaceTexture new scaling mode in SF by Mathias Agopian · 13 years ago
  56. ddc31c3 fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  57. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  58. ca4d360 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 13 years ago
  59. 7a4d0df SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 13 years ago
  60. ab0225e Merge "Correctly handle translucency of device-specific pixel formats" by Eric Hassold · 13 years ago
  61. a1f47b9 fix a surface leak in SurfaceFlinger by Mathias Agopian · 13 years ago
  62. ac45e6b Correctly handle translucency of device-specific pixel formats by Eric Hassold · 13 years ago
  63. 16f0453 Protected surface API by Glenn Kasten · 13 years ago
  64. 2bd1d95 clean-up unneeded code by Mathias Agopian · 13 years ago
  65. 420a283 Fix a problem where hwc and GL composition could show a different buffer by Mathias Agopian · 14 years ago
  66. da9584d fix [3223749] media server crashes when switching mode from video capture to still image capture by Mathias Agopian · 14 years ago
  67. a1aa18f resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 14 years ago
  68. 733189d [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 14 years ago
  69. 54cc83e Implement reducing the buffer count of a Surface. by Jamie Gennis · 14 years ago
  70. df85c45 refactored screenshot code by Mathias Agopian · 14 years ago
  71. 74c40c0 refactored screenshot code by Mathias Agopian · 14 years ago
  72. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  73. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  74. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/Layer.h]
  75. 1f7bec6 Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  76. e049a95 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  77. 01e4483 fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  78. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  79. b7e930d split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  80. 96f0819 clean-up client management. by Mathias Agopian · 14 years ago
  81. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 14 years ago
  82. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  83. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  84. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 14 years ago
  85. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 14 years ago
  86. 89141f9 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  87. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 14 years ago
  88. 45853c9 to help debugging [2461567] Home screen redraw messed up by Mathias Agopian · 14 years ago
  89. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  90. 57720c3 fix [2211532] improves sholes graphics performance by Mathias Agopian · 15 years ago
  91. 9ec430a fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  92. a4b740e fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  93. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  94. 0b3ad46 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  95. 401c257 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  96. 48d819a fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  97. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  98. 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 · 15 years ago
  99. 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 · 15 years ago
  100. 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 · 15 years ago