1. b79f61d fold LayerBaseClient into LayerBase by Mathias Agopian · 12 years ago
  2. 3da1672 implement display projection clipping in h/w composer by Mathias Agopian · 12 years ago
  3. a8bca8d refactor the crop region for hwc is calculated/set by Mathias Agopian · 12 years ago
  4. f5f714a apply the projection's viewport to the visibleregion passed to hwc by Mathias Agopian · 12 years ago
  5. 5219a06 set correct crop rectangle in LayerBase::setCrop by Mathias Agopian · 12 years ago
  6. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  7. 9f8386e Add support for plane-alpha in HWC by Mathias Agopian · 13 years ago
  8. 51d2200 Remove unused HWCLayer::setPerFrameDefaultState() by Jesse Hall · 13 years ago
  9. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  10. ee932d0 Reset compositionType to HWC_FRAMEBUFFER before calling prepare() by Mathias Agopian · 13 years ago
  11. a8026d2 Stop using transparent region for computing visible regions by Jesse Hall · 13 years ago
  12. a046dd9 fix Layer croping in SurfaceFlinger by Mathias Agopian · 13 years ago
  13. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 13 years ago
  14. da27af9 add support hwc 1.1 by Mathias Agopian · 13 years ago
  15. 791da60 fix typo in LayerBase::dump() by Mathias Agopian · 13 years ago
  16. 55882de fix a problem where all hwc layers would have the SKIP flags set by Mathias Agopian · 13 years ago
  17. c397360 the visible region sent to HWC was garbage by Mathias Agopian · 13 years ago
  18. 3ee454a Eradicate DisplayID. by Mathias Agopian · 13 years ago
  19. 5f20e2d reimplement wifi display hack with new external display SF framework by Mathias Agopian · 13 years ago
  20. 3165cc2 libgui includes refactoring by Mathias Agopian · 13 years ago
  21. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 13 years ago
  22. fcb239d don't filter when capturing a screenshot unless needed by Mathias Agopian · 13 years ago
  23. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 13 years ago
  24. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 13 years ago
  25. 8785578 add a layerStack attribute to Layers. by Mathias Agopian · 13 years ago
  26. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 13 years ago
  27. 4fec873 one more step towards multiple display support by Mathias Agopian · 13 years ago
  28. c5c5a14 Only set acquire fences on overlay layers by Jesse Hall · 13 years ago
  29. 1b03149 get rid of GraphicPlane by Mathias Agopian · 13 years ago
  30. db403e8 split-up Client.h out of SurfaceFlinger.h by Mathias Agopian · 13 years ago
  31. 3e8b853 refactor HWComposer to break dependency with the HAL headers by Mathias Agopian · 13 years ago
  32. 05cec9d improve resize transactions by Mathias Agopian · 13 years ago
  33. b30c415 Fix "Battery/Status/Clock status bar area flickers when dragging down" by Mathias Agopian · 13 years ago
  34. 93ffb86 minor refactoring in praparation of crop fix by Mathias Agopian · 13 years ago
  35. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  36. f74e8e0 don't attempt to clip layers anymore using glScissor by Mathias Agopian · 13 years ago
  37. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 13 years ago
  38. c95dbdc improve SF dumpsys by Mathias Agopian · 13 years ago
  39. 99ce5cd separate transactions from updates by Mathias Agopian · 14 years ago
  40. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 14 years ago
  41. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 14 years ago
  42. 99ed224 Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 14 years ago
  43. c492e67 Make sure set GL state properly by Mathias Agopian · 14 years ago
  44. 8d91b42 SurfaceFlinger: fix the transform hint by Jamie Gennis · 14 years ago
  45. f9abeb9 Fix another problem with refreshing the screen when switching to/from overlay by Mathias Agopian · 14 years ago
  46. 22da60c Improve SF dumpsys output wrt HWC by Mathias Agopian · 14 years ago
  47. f384cc3 Fix an issue is SF that caused drawing artifacts when hwc changed mode by Mathias Agopian · 14 years ago
  48. 3f41963 Merge "fix Surface positions are not floats" by Mathias Agopian · 14 years ago
  49. 41b6aab fix Surface positions are not floats by Mathias Agopian · 14 years ago
  50. c7f3381 fix display artifacts in preview screen in timelapse video mode by Mathias Agopian · 14 years ago
  51. d992db3 give the proper orientation to the h/w composer HAL by Mathias Agopian · 14 years ago
  52. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 14 years ago
  53. a537c0f update HWC data structures even when a layer is marked for SKIP by Mathias Agopian · 14 years ago
  54. ffcf465 fix screen on/off animation (again) by Mathias Agopian · 14 years ago
  55. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  56. ca4d360 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 14 years ago
  57. a1f47b9 fix a surface leak in SurfaceFlinger by Mathias Agopian · 14 years ago
  58. 68f9127 Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 15 years ago
  59. 0d15612 fix [3385504] Surface flinger hang when adding dim surface by Mathias Agopian · 15 years ago
  60. 2bd1d95 clean-up unneeded code by Mathias Agopian · 15 years ago
  61. 48b888a improve SurfaceFlinger 'dumpsys' log by Mathias Agopian · 15 years ago
  62. ad456f9 fix [3312683] Camera mirroring problem after switching from back to front camera by Mathias Agopian · 15 years ago
  63. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 15 years ago
  64. a1aa18f resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 15 years ago
  65. 733189d [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 15 years ago
  66. c23902b am 5c0efef9: am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 15 years ago
  67. 883dffa really fix [3118445] Transform * Transform does not work as expected by Mathias Agopian · 15 years ago
  68. eb8f898 am 5d477279: am cf6b2765: Merge "fix a bug where FLIP_H would do a 180 rotation" into gingerbread by Mathias Agopian · 15 years ago
  69. 3c2c54c fix a bug where FLIP_H would do a 180 rotation by Mathias Agopian · 15 years ago
  70. df85c45 refactored screenshot code by Mathias Agopian · 15 years ago
  71. 74c40c0 refactored screenshot code by Mathias Agopian · 15 years ago
  72. 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
  73. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  74. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 15 years ago
  75. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 15 years ago
  76. bc7e31a don't handle the transparent region of a layer in draw() by Mathias Agopian · 15 years ago
  77. f6679fc get rid of our LayerVector implementation by Mathias Agopian · 15 years ago
  78. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/LayerBase.cpp]
  79. 0a91775 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 15 years ago
  80. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  81. 96f0819 clean-up client management. by Mathias Agopian · 15 years ago
  82. 4975326 fix a bug where fading in/out of opaque 32-bits windows wasn't working by Mathias Agopian · 15 years ago
  83. 010fccb minor clean-up GLclampx -> GLclampf by Mathias Agopian · 15 years ago
  84. dc7a80f clean-up dead-code by Mathias Agopian · 15 years ago
  85. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  86. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  87. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  88. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  89. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  90. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  91. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  92. 78fd501 clean-up surfaceflinger a bit by Mathias Agopian · 15 years ago
  93. ab02873 fix [2511580] Window poop on screen - drop down list left some residual when it resized by Mathias Agopian · 15 years ago
  94. d129659 fix [2483456] Video orientation is wrong on Droid for some videos by Mathias Agopian · 15 years ago
  95. 948d69f improve SF logging/debugging a little bit by Mathias Agopian · 15 years ago
  96. fcfeb4b fixes for [2474091] Saw Poor behaviour playing a video. by Mathias Agopian · 15 years ago
  97. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  98. ca6fab2 Initialize layer position by Mathias Agopian · 15 years ago
  99. 54ed4f6 get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  100. 5994a33 Add support for 180/270 degrees rotation. by Chih-Chung Chang · 16 years ago