1. ccdfd60 BQ: Add support for single buffer mode by Pablo Ceballos · 10 years ago
  2. b0c8d78 Merge "Support SurfaceView synchronization." by Rob Carr · 10 years ago
  3. 7dde599 Support SurfaceView synchronization. by Dan Stoza · 10 years ago
  4. f133d00 SF: Connect the VDS scratch surface producer by Pablo Ceballos · 10 years ago
  5. 567dbbb BQ: get rid of async in producer interface by Pablo Ceballos · 10 years ago
  6. 583b1b3 BQ: Prevent operations on disconnected BQs by Pablo Ceballos · 10 years ago
  7. ff12cba Merge "BQ: Modify consumer buffer count interfaces" by Pablo Ceballos · 10 years ago
  8. e1b63cc Merge "Remove usage of SharedBuffer" by Pablo Ceballos · 10 years ago
  9. 4aa427b Merge "native: Rename mBuf to mSlot" by Pablo Ceballos · 10 years ago
  10. d814cf2 Remove usage of SharedBuffer by Pablo Ceballos · 10 years ago
  11. 71b2947 am afdbddbe: am e5ce0db8: am f090d598: am 3e4c8ccc: Merge "SF: Add colorTransform to DisplayInfo" into mnc-dr-dev by Dan Stoza · 10 years ago
  12. 19e3e06 BQ: Modify consumer buffer count interfaces by Pablo Ceballos · 10 years ago
  13. f2699fc SF: Add colorTransform to DisplayInfo by Dan Stoza · 10 years ago
  14. e5b755a BQ: Get rid of setBufferCount by Pablo Ceballos · 10 years ago
  15. fa45535 BQ: add setMaxDequeuedBufferCount by Pablo Ceballos · 10 years ago
  16. 47650f4 native: Rename mBuf to mSlot by Pablo Ceballos · 10 years ago
  17. 53390e1 libgui/SF: Fix some code warnings by Pablo Ceballos · 10 years ago
  18. e04e4ed sf: Fix incorrect state reporting in dumpsys by Manoj Kumar AVM · 10 years ago
  19. c6f30bd libgui/SurfaceFlinger: Add getConsumerName by Dan Stoza · 10 years ago
  20. 812ed06 libgui: Add generation numbers to BufferQueue by Dan Stoza · 10 years ago
  21. 10613dc Add hotplug support for primary display. by Michael Lentine · 10 years ago
  22. 4e3e30c surfaceflinger: Fix range check for getFormat by Ajay Dudani · 10 years ago
  23. 9de7293 libgui: Allow an IGBProducer to disable allocation by Dan Stoza · 10 years ago
  24. ee44edd SurfaceFlinger: Pass surface damage to HWC by Dan Stoza · 10 years ago
  25. 11611f9 DO NOT MERGE SurfaceFlinger: Stop using IGBC::BufferItem by Dan Stoza · 10 years ago
  26. 82c6bcc DO NOT MERGE Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 10 years ago
  27. 3be1c6b libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  28. 7530114 am 5588d900: Merge "Enable clang for libui/libgui/surfaceflinger" by Dan Albert · 11 years ago
  29. 01049c8 Enable clang for libui/libgui/surfaceflinger by Dan Stoza · 11 years ago
  30. 4037c45 resolved conflicts for merge of 07dffa18 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 11 years ago
  31. 89fd4f7 Frameworks/native: Wall Werror in surfaceflinger by Andreas Gampe · 11 years ago
  32. 8dc5539 Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 11 years ago
  33. 7cd8597 surfaceflinger: fix -Wunused-parameter warning by Jesse Hall · 11 years ago
  34. 1495ceb surfaceflinger: fix -Wmismatched-tags warnings by Jesse Hall · 11 years ago
  35. 2a8ae4e am bacc28ef: surfaceflinger: Use landscape resolution for default dpi by Jesse Hall · 11 years ago
  36. bacc28e surfaceflinger: Use landscape resolution for default dpi by Jesse Hall · 11 years ago
  37. 5746f14 am fb017a4c: Merge "Fix clang warnings about struct vs. class." by Dan Albert · 11 years ago
  38. aeb8ab8 Fix clang warnings about struct vs. class. by Dan Albert · 11 years ago
  39. 4d407a0 surfaceflinger: Trace HW vsync enable by Jesse Hall · 11 years ago
  40. eb21986 Merge "Update currentConfig variable when active display is changed." into lmp-dev by Michael Lentine · 11 years ago
  41. d3e6914 Update currentConfig variable when active display is changed. by Michael Lentine · 11 years ago
  42. 949ea08 sf: Clear display configs when hot pluggable display is disconnected by Naseer Ahmed · 11 years ago
  43. b54ee77 Change output format to not throw warning on volantis. by Michael Lentine · 11 years ago
  44. 258ee43 Build fix for printf with int64 and size_t by Michael Lentine · 11 years ago
  45. fd9d183 Build fix to use the correct source. by Michael Lentine · 11 years ago
  46. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 11 years ago
  47. 6c9e34a Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig. by Michael Lentine · 11 years ago
  48. 03414a1 Turn on support for async cursor update in surfaceflinger. by Riley Andrews · 11 years ago
  49. 24cd98e Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE] by Jesse Hall · 11 years ago
  50. dc56bf7 Merge "BufferQueue: Add allocateBuffers method" by Dan Stoza · 11 years ago
  51. 29a3e90 BufferQueue: Add allocateBuffers method by Dan Stoza · 11 years ago
  52. ef472ec SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  53. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 11 years ago
  54. f0058ca Add IMPLEMENTATION_DEFINED to dump by Andy McFadden · 11 years ago
  55. dd02391 Merge "Enable changing display configuration" by Dan Stoza · 11 years ago
  56. 7f7da32 Enable changing display configuration by Dan Stoza · 11 years ago
  57. 98e1ebc Merge "Improve SurfaceFlinger PTS estimation" by Andy McFadden · 11 years ago
  58. 41d67d7 Improve SurfaceFlinger PTS estimation by Andy McFadden · 11 years ago
  59. 0b63cd1 Handle failed requestBuffer after successful dequeueBuffer by Jesse Hall · 11 years ago
  60. 4669545 Merge "Update HWC dump format" by Andy McFadden · 11 years ago
  61. 4df87bd Update HWC dump format by Andy McFadden · 11 years ago
  62. fb39827 Merge "BufferQueue: Increase max slots from 32 to 64" by Dan Stoza · 11 years ago
  63. febd4f4 BufferQueue: Increase max slots from 32 to 64 by Dan Stoza · 11 years ago
  64. d9822a3 BufferQueueProducer: add detachNextBuffer by Dan Stoza · 11 years ago
  65. 4098f03 Revert "SurfaceFlinger: send VSYNC power hints to IPowerManager" by Ruchi Kandoi · 11 years ago
  66. d469a1c SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  67. f0eaf25 BufferQueue: Add producer buffer-released callback by Dan Stoza · 11 years ago
  68. b9b0883 Remove deprecated BufferQueue constructor by Dan Stoza · 11 years ago
  69. 9931460 am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  70. 73ed82f Merge "Add sideband streams to BufferQueue and related classes" by Jesse Hall · 11 years ago
  71. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  72. 88a459a VirtualDisplaySurface: no attach/detach support by Dan Stoza · 11 years ago
  73. 399184a Add sideband streams to BufferQueue and related classes by Jesse Hall · 11 years ago
  74. 9f3053d BufferQueue: Allow detaching/reattaching buffers by Dan Stoza · 11 years ago
  75. 7143316 Fix virtual display nesting by Dan Stoza · 11 years ago
  76. ef11a6c am ade9a911: am f65ebc3b: am f5bcb391: Merge "SurfaceFlinger: mFbProducerSlot initailization" by Jesse Hall · 12 years ago
  77. fdfde88 SurfaceFlinger: mFbProducerSlot initailization by mayank parshar · 12 years ago
  78. 467113c am 25f75c36: am 8c303f7e: am fcf9c1ba: Merge "SurfaceFlinger: mFbFence initialization" by Jesse Hall · 12 years ago
  79. b988f85 SurfaceFlinger: mFbFence initialization by mayank parshar · 12 years ago
  80. 5246725 am 03691218: am e5f7bf74: am b6c21004: Merge "Implement per-display EGLConfig and configless EGLContext" by Jesse Hall · 12 years ago
  81. 19e8729 Implement per-display EGLConfig and configless EGLContext by Jesse Hall · 12 years ago
  82. 324c69b am 1ee45c2d: am 14e8b01a: Don\'t change the framebuffer target until we render a new one by Jesse Hall · 12 years ago
  83. 14e8b01 Don't change the framebuffer target until we render a new one by Jesse Hall · 12 years ago android-4.4.1_r1 android-4.4.1_r1.0.1 android-4.4.2_r1 android-4.4.2_r1.0.1 android-4.4.2_r2 android-4.4.2_r2.0.1 android-sdk-4.4.2_r1 android-sdk-4.4.2_r1.0.1
  84. ad78055 am 2d32aa59: am 356c2386: Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev by Jesse Hall · 12 years ago
  85. 356c238 Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev by Jesse Hall · 12 years ago
  86. 45c9c04 am f111ee13: am 49318631: Merge "Don\'t use implementation-defined format with CPU consumers" into klp-dev by Jesse Hall · 12 years ago
  87. f7a6758 Provide virtual display output buffer to HWC in prepare by Jesse Hall · 12 years ago
  88. 497ba0e Don't use implementation-defined format with CPU consumers by Jesse Hall · 12 years ago
  89. 45cb6ec am 96002be4: am c354effe: Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS by Jesse Hall · 12 years ago
  90. c354eff Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS by Jesse Hall · 12 years ago
  91. 6fdaaf5 am a54a8b63: am 93fcb823: Merge "Add a boardconfig to force HWC composition of virtual displays" into klp-dev by Jesse Hall · 12 years ago
  92. 014dd9f am 48775386: am c5807f90: Merge "Use implementation-defined format when HWC writes to output buffer" into klp-dev by Jesse Hall · 12 years ago
  93. 6a96846 Add a boardconfig to force HWC composition of virtual displays by Naseer Ahmed · 12 years ago
  94. 1e27ba2 Use implementation-defined format when HWC writes to output buffer by Jesse Hall · 12 years ago
  95. adbb306 am a04fd39c: am 8e26b28b: Filter out vsync events from HWC with duplicate timestamps by Jesse Hall · 12 years ago
  96. 8e26b28 Filter out vsync events from HWC with duplicate timestamps by Jesse Hall · 12 years ago
  97. b85d2cf resolved conflicts for merge of 790b6d09 to master by Jamie Gennis · 12 years ago
  98. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 12 years ago
  99. fee52e2 am f3fa0712: am 93573e91: Merge "Treat composition frames with no layers as using GLES composition" into klp-dev by Jesse Hall · 12 years ago
  100. 10a9ca1 am 72d270c5: am b716e570: Set the outbuf acquire fence after we actually have it. by Jesse Hall · 12 years ago