1. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 10 years ago
  2. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 11 years ago
  3. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 11 years ago
  4. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 11 years ago
  5. 041a075 don't allow screenshots without the READ_FRAMEBUFFER permission by Mathias Agopian · 11 years ago
  6. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 11 years ago
  7. 882e3a3 Add some comments. by Andy McFadden · 12 years ago
  8. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  9. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  10. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 12 years ago
  11. c01a79d Pass display arg to blank/unblank by Andy McFadden · 12 years ago
  12. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  13. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 12 years ago
  14. e57f292 make multi-display more real by Mathias Agopian · 12 years ago
  15. 3165cc2 libgui includes refactoring by Mathias Agopian · 12 years ago
  16. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 12 years ago
  17. c666cae get rid of the shared-memory control block by Mathias Agopian · 12 years ago
  18. 8785578 add a layerStack attribute to Layers. by Mathias Agopian · 12 years ago
  19. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 12 years ago
  20. 6d7e32c Remove unused layer flags. by Jeff Brown · 12 years ago
  21. 6501e99 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 12 years ago
  22. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 12 years ago
  23. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 12 years ago
  24. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 12 years ago
  25. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago[Renamed (95%) from include/surfaceflinger/ISurfaceComposer.h]
  26. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  27. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  28. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  29. 818fb24 am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 by Dave Burke · 13 years ago
  30. 118d024 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  31. cdec8f0 am 840b8a67: Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  32. 090cb44 Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base by Elliott Hughes · 13 years ago
  33. e9800c8 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  34. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  35. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  36. f171ab6 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  37. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 13 years ago
  38. 21230c6 Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  39. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  40. 698c087 SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  41. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  42. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  43. 16f0453 Protected surface API by Glenn Kasten · 14 years ago
  44. 9a78c90 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 14 years ago
  45. 4956334 Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 14 years ago
  46. bf2c6a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  47. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  48. fb3051b am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  49. e33a35f am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 14 years ago
  50. abd671a addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  51. 503d2d4 am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 14 years ago
  52. 9daa5c9 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  53. 59119e6 turn off the electron beam by Mathias Agopian · 14 years ago
  54. 3b996c9 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 14 years ago
  55. df85c45 refactored screenshot code by Mathias Agopian · 14 years ago
  56. 74c40c0 refactored screenshot code by Mathias Agopian · 14 years ago
  57. 1b0b30d add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  58. b7e930d split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  59. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  60. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago[Renamed (89%) from include/ui/ISurfaceComposer.h]
  61. ccde199 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  62. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  63. 3d57964 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 15 years ago
  64. 310f8da merge master to master_gl by Mathias Agopian · 15 years ago
  65. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  66. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  67. c08731e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  68. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  69. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago