1. a8026d2 Stop using transparent region for computing visible regions by Jesse Hall · 13 years ago
  2. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 13 years ago
  3. da27af9 add support hwc 1.1 by Mathias Agopian · 13 years ago
  4. 6905205 Fix transform hints by Andy McFadden · 13 years ago
  5. c397360 the visible region sent to HWC was garbage by Mathias Agopian · 13 years ago
  6. 3ee454a Eradicate DisplayID. by Mathias Agopian · 13 years ago
  7. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 13 years ago
  8. fcb239d don't filter when capturing a screenshot unless needed by Mathias Agopian · 13 years ago
  9. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 13 years ago
  10. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 13 years ago
  11. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 13 years ago
  12. 8785578 add a layerStack attribute to Layers. by Mathias Agopian · 13 years ago
  13. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 13 years ago
  14. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 13 years ago
  15. 4fec873 one more step towards multiple display support by Mathias Agopian · 13 years ago
  16. c5c5a14 Only set acquire fences on overlay layers by Jesse Hall · 13 years ago
  17. 1b03149 get rid of GraphicPlane by Mathias Agopian · 13 years ago
  18. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 13 years ago
  19. 3e8b853 refactor HWComposer to break dependency with the HAL headers by Mathias Agopian · 13 years ago
  20. 05cec9d improve resize transactions by Mathias Agopian · 13 years ago
  21. b30c415 Fix "Battery/Status/Clock status bar area flickers when dragging down" by Mathias Agopian · 13 years ago
  22. 93ffb86 minor refactoring in praparation of crop fix by Mathias Agopian · 13 years ago
  23. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  24. f74e8e0 don't attempt to clip layers anymore using glScissor by Mathias Agopian · 13 years ago
  25. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 13 years ago
  26. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  27. 99ce5cd separate transactions from updates by Mathias Agopian · 14 years ago
  28. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 14 years ago
  29. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 14 years ago
  30. e8696a4 hack up frame latency measurement by Jamie Gennis · 14 years ago
  31. ed984d9 Merge changes Ib302d79e,Ib4ee085f by Jamie Gennis · 14 years ago
  32. 8d91b42 SurfaceFlinger: fix the transform hint by Jamie Gennis · 14 years ago
  33. a249f2d SurfaceFlinger: set layer names on SurfaceTextures by Jamie Gennis · 14 years ago
  34. 670a899 improve hwc dumpsys by Mathias Agopian · 14 years ago
  35. fb4d5d5 improve hwc dumpsys by Mathias Agopian · 14 years ago
  36. f384cc3 Fix an issue is SF that caused drawing artifacts when hwc changed mode by Mathias Agopian · 14 years ago
  37. 41b6aab fix Surface positions are not floats by Mathias Agopian · 14 years ago
  38. d992db3 give the proper orientation to the h/w composer HAL by Mathias Agopian · 14 years ago
  39. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 14 years ago
  40. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  41. ca4d360 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 14 years ago
  42. 7a4d0df SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 14 years ago
  43. a1f47b9 fix a surface leak in SurfaceFlinger by Mathias Agopian · 14 years ago
  44. 16f0453 Protected surface API by Glenn Kasten · 15 years ago
  45. 0d15612 fix [3385504] Surface flinger hang when adding dim surface by Mathias Agopian · 15 years ago
  46. 2bd1d95 clean-up unneeded code by Mathias Agopian · 15 years ago
  47. 48b888a improve SurfaceFlinger 'dumpsys' log by Mathias Agopian · 15 years ago
  48. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 15 years ago
  49. 5ec99b5 should fix build. by Mathias Agopian · 15 years ago
  50. a1aa18f resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 15 years ago
  51. 733189d [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 15 years ago
  52. df85c45 refactored screenshot code by Mathias Agopian · 15 years ago
  53. 74c40c0 refactored screenshot code by Mathias Agopian · 15 years ago
  54. 4ad298c am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread by Mathias Agopian · 15 years ago
  55. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  56. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 15 years ago
  57. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 15 years ago
  58. f6679fc get rid of our LayerVector implementation by Mathias Agopian · 15 years ago
  59. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/LayerBase.h]
  60. 0a91775 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 15 years ago
  61. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  62. 96f0819 clean-up client management. by Mathias Agopian · 15 years ago
  63. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  64. 010fccb minor clean-up GLclampx -> GLclampf by Mathias Agopian · 15 years ago
  65. dc7a80f clean-up dead-code by Mathias Agopian · 15 years ago
  66. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  67. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  68. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  69. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  70. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  71. 78fd501 clean-up surfaceflinger a bit by Mathias Agopian · 15 years ago
  72. ab02873 fix [2511580] Window poop on screen - drop down list left some residual when it resized by Mathias Agopian · 15 years ago
  73. d129659 fix [2483456] Video orientation is wrong on Droid for some videos by Mathias Agopian · 15 years ago
  74. 948d69f improve SF logging/debugging a little bit by Mathias Agopian · 15 years ago
  75. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  76. eda6540 remove a dependency of surfaceflinger on libskia by Mathias Agopian · 15 years ago
  77. 54ed4f6 get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  78. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 16 years ago
  79. 52e7200 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 16 years ago
  80. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 16 years ago
  81. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  82. 0b3ad46 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  83. 7e4a587 introduce the notion of the requested size in the Layer state by Mathias Agopian · 16 years ago
  84. ba6be54 remove unused code by Mathias Agopian · 16 years ago
  85. 401c257 turn dithering off if it's not needed by Mathias Agopian · 16 years ago
  86. a2fe0a2 fix [2142193] disable GL_LINEAR when not needed by Mathias Agopian · 16 years ago
  87. 48d819a fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 16 years ago
  88. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  89. 29aa74c Add colorkey to gl clear operation by Rebecca Schultz Zavin · 16 years ago
  90. 1c97d2e fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 16 years ago
  91. 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 · 16 years ago
  92. 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 · 16 years ago
  93. 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 · 16 years ago
  94. 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
  95. 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  96. f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  97. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  98. 550b79f get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  99. 0aa758d Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
  100. 9a11206 more Surface lifetime management by Mathias Agopian · 16 years ago