1. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  2. fae23b8 Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-dev by Jesse Hall · 12 years ago
  3. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  4. 7adb0f8 Minor cleanups/fixes before virtual display refactoring by Jesse Hall · 12 years ago
  5. 041a075 don't allow screenshots without the READ_FRAMEBUFFER permission by Mathias Agopian · 12 years ago
  6. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 12 years ago
  7. 4d9b822 get rid of ISurface by Mathias Agopian · 12 years ago
  8. 089a152 Remove support for ScreenshotLayer by Mathias Agopian · 12 years ago
  9. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 12 years ago
  10. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  11. bbb57f3 Revert "Change SurfaceControl setPosition to take floats" by Dave Burke · 12 years ago
  12. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 12 years ago
  13. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 12 years ago
  14. 9a867a8 Change SurfaceControl setPosition to take floats by Michael Wright · 12 years ago
  15. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 12 years ago
  16. c4905eb fix build: SurfaceTextureClient to Surface rename by Mathias Agopian · 12 years ago
  17. f25c508 fix build: SurfaceTextureClient to Surface rename by Mathias Agopian · 12 years ago
  18. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  19. 6d9b9df remove access ANDROID_VIEW_SURFACE_JNI_ID by Mathias Agopian · 12 years ago
  20. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  21. 882e3a3 Add some comments. by Andy McFadden · 13 years ago
  22. 466a192 Minor tweaks. by Andy McFadden · 13 years ago
  23. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  24. 0273adb Added some comments by Andy McFadden · 13 years ago
  25. 3c1ada9 Merge "SurfaceTextureClient: remove a deprecated ctor" by Jamie Gennis · 13 years ago
  26. 4def860 SurfaceTextureClient: remove a deprecated ctor by Jamie Gennis · 13 years ago
  27. c6f0466 Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui" by Jamie Gennis · 13 years ago
  28. 392edd8 SurfaceFlinger: Move GraphicBufferAlloc to libgui by Jamie Gennis · 13 years ago
  29. 97eba89 Avoid unnecessary texture bind by Andy McFadden · 13 years ago
  30. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 13 years ago
  31. a4a3149 Change ConsumerBase's FrameAvailableListener to be a weak pointer by Igor Murashkin · 13 years ago
  32. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 13 years ago
  33. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 13 years ago
  34. 2a09bb3 Add blankDisplay/unblankDisplay to SurfaceComposerClient. by Jeff Brown · 13 years ago
  35. 9504eb9 Fix race condition in ConsumerBase::addReleaseFence() by Jesse Hall · 13 years ago
  36. c01a79d Pass display arg to blank/unblank by Andy McFadden · 13 years ago
  37. 38b6572 Revert "Compatibility work around for bad graphics driver dependency." by Iliyan Malchev · 13 years ago
  38. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 13 years ago
  39. e96e9e1 fix a crasher in SurfaceTexture's setFilteringEnabled by Mathias Agopian · 13 years ago
  40. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 13 years ago
  41. 148994e We now report hotplug events to the framework by Mathias Agopian · 13 years ago
  42. 3941cb2 SurfaceTexture: default to doing GL sync by Jamie Gennis · 13 years ago
  43. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 13 years ago
  44. 6905205 Fix transform hints by Andy McFadden · 13 years ago
  45. 61e04b9 SurfaceTexture: use eglWaitSync by Jamie Gennis · 13 years ago
  46. b272541 libgui: move fence handling into ConsumerBase by Jamie Gennis · 13 years ago
  47. 00e8c7a display projection API now has a single function instead of 3 by Mathias Agopian · 13 years ago
  48. c68f2ec BufferQueue: add a setMaxAcquiredBufferCount check by Jamie Gennis · 13 years ago
  49. 9e75ddd libgui: add BufferQueue test infrastructure by Jamie Gennis · 13 years ago
  50. 72f096f BufferQueue: use max acquired buffer count by Jamie Gennis · 13 years ago
  51. 1847f7f Merge "BufferQueue: simplify max buffer count handling" into jb-mr1-dev by Jamie Gennis · 13 years ago
  52. 2b97769 Merge "BufferQueue: clean up buffer counting" into jb-mr1-dev by Jamie Gennis · 13 years ago
  53. 94f2615 Revert "A vendor ril depends on a native screen shot code." by Wink Saville · 13 years ago
  54. e191e6c BufferQueue: simplify max buffer count handling by Jamie Gennis · 13 years ago
  55. 31a353d BufferQueue: clean up buffer counting by Jamie Gennis · 13 years ago
  56. 9b5782b A vendor ril depends on a native screen shot code. by Wink Saville · 13 years ago
  57. 3ee454a Eradicate DisplayID. by Mathias Agopian · 13 years ago
  58. a50b51c Compatibility work around for bad graphics driver dependency. by Jeff Brown · 13 years ago
  59. 380223b Remove unused "layer" argument from show(). by Jeff Brown · 13 years ago
  60. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 13 years ago
  61. 490aee0 Merge "SurfaceTexture: inherit from ConsumerBase (try 2)" into jb-mr1-dev by Jamie Gennis · 13 years ago
  62. 9fea342 SurfaceTexture: inherit from ConsumerBase (try 2) by Jamie Gennis · 13 years ago
  63. e232fdc Add BufferItemConsumer, a simple BufferQueue consumer. by Eino-Ville Talvala · 13 years ago
  64. f57e754 CpuConsumer: inherit from ConsumerBase by Eino-Ville Talvala · 13 years ago
  65. 8683fca improve [un]marshalling of non-binder objects by Mathias Agopian · 13 years ago
  66. e57f292 make multi-display more real by Mathias Agopian · 13 years ago
  67. 3165cc2 libgui includes refactoring by Mathias Agopian · 13 years ago
  68. 1a4d883 surfaceflinger: refactor FrambufferSurface by Jamie Gennis · 13 years ago
  69. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 13 years ago
  70. c666cae get rid of the shared-memory control block by Mathias Agopian · 13 years ago
  71. 8785578 add a layerStack attribute to Layers. by Mathias Agopian · 13 years ago
  72. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 13 years ago
  73. 6d7e32c Remove unused layer flags. by Jeff Brown · 13 years ago
  74. 6501e99 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 13 years ago
  75. f9176a9 Remove freezeDisplay(), which is no-op. by Jeff Brown · 13 years ago
  76. dc5b485 Pass fence to HWC on first use of buffer by Jesse Hall · 13 years ago
  77. b42b1ac Return fence from acquireBuffer by Jesse Hall · 13 years ago
  78. c777b0b Pass fences with buffers from SurfaceTextureClient by Jesse Hall · 13 years ago
  79. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 13 years ago
  80. f785754 Pass fences from BufferQueue to SurfaceTextureClient by Jesse Hall · 13 years ago
  81. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 13 years ago
  82. d8e812c Update ANativeWindow clients for sync by Jamie Gennis · 13 years ago
  83. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 13 years ago
  84. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 13 years ago
  85. 2466e40 am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 13 years ago
  86. 2c8207e add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 13 years ago
  87. a74eb25 am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-dev by Jamie Gennis · 13 years ago
  88. e41b318 Add a BufferQueue CPU consumer. by Eino-Ville Talvala · 13 years ago
  89. b7a6b96 libgui: remove setPostTransformCrop by Jamie Gennis · 13 years ago
  90. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  91. 5c1139f SurfaceTexture: improve texture matrix computation by Jamie Gennis · 13 years ago
  92. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 13 years ago
  93. efc7ab6 libgui: Add plumbing for active rectangle by Jamie Gennis · 13 years ago
  94. 2488b20 add a way to query whether an ANativeWindow consumer is running ahead of the producer by Mathias Agopian · 13 years ago
  95. 24202f5 update the binder protocol for connect to match that of queueBuffer by Mathias Agopian · 13 years ago
  96. a0db308 remove SurfaceTexture::connect() by Mathias Agopian · 13 years ago
  97. 85b2176 Remove fixed USAGE_HW_TEXTURE flag from BufferQueue. by Eino-Ville Talvala · 13 years ago
  98. ac6035a s/w rendered apps can now use n-buffering (n>2) by Mathias Agopian · 13 years ago
  99. 016c8cb Enabled cropping support in SurfaceTexture by Daniel Lam · 13 years ago
  100. 55a7014 SurfaceTextureClient: support for application buffer dimensions by Michael I. Gold · 13 years ago