1. a81bc49 libgui: add more IGBC wrappers to ConsumerBase by Chia-I Wu · 7 years ago
  2. 0530f87 libgui: tidy up CpuConsumer by Chia-I Wu · 7 years ago
  3. 924454f libgui: fix and clean up CpuConsumer::unlockBuffer by Chia-I Wu · 7 years ago
  4. 96ad822 libgui: fix a race in CpuConsumer::lockNextBuffer by Chia-I Wu · 7 years ago
  5. 7e7256e libgui: add helper to initialize CpuConsumer::LockedBuffer by Chia-I Wu · 7 years ago
  6. cacfcc6 libgui: add helper to find CpuConsumer::AcquiredBuffer by Chia-I Wu · 7 years ago
  7. 541f226 Add RGBA 10:10:10:2 format for surfaces by Romain Guy · 7 years ago
  8. d3e08d4 Remove RGBX_FP16 format by Romain Guy · 8 years ago
  9. ff41514 Add fp16 pixel and window formats by Romain Guy · 8 years ago
  10. 65d9f6d libgui: Prevent segfaulting in abandoned ConsumerBase by Pablo Ceballos · 8 years ago
  11. 47650f4 native: Rename mBuf to mSlot by Pablo Ceballos · 9 years ago
  12. 847f11e Refactor ConsumerBase and it's derived classes. by Michael Lentine · 9 years ago
  13. 921d1d7 Revert "libgui: Plumb attach/detach through CpuConsumer" by Dan Stoza · 9 years ago
  14. 20c5672 libgui: Plumb attach/detach through CpuConsumer by Dan Stoza · 9 years ago
  15. 724768f Revert "libgui: Plumb attach/detach through CpuConsumer" by Dan Stoza · 9 years ago
  16. 43078e2 libgui: Plumb attach/detach through CpuConsumer by Dan Stoza · 9 years ago
  17. dd26416 libgui: Prepare for IGBC::BufferItem removal by Dan Stoza · 9 years ago
  18. 5b75a51 Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 9 years ago
  19. b3ca72c CpuConsumer: fix build error by Lajos Molnar · 10 years ago
  20. bacce71 Merge commit 'ec41d55b8d018f349f7687cfe491651db600b51d' by Chad Jones · 10 years ago
  21. ec41d55 am 94ee9b59: Merge "CpuConsumer: lock buffers that could be YUV as ycbcr" into lmp-mr1-dev by Lajos Molnar · 10 years ago
  22. 6a26be7 CpuConsumer: lock buffers that could be YUV as ycbcr by Lajos Molnar · 10 years ago
  23. a21b7a0 am b93bca5d: am a59d7a6a: Merge "GUI: Remove unused variables" by Andreas Gampe · 10 years ago
  24. b93bca5 am a59d7a6a: Merge "GUI: Remove unused variables" by Andreas Gampe · 10 years ago
  25. 7398a5a GUI: Remove unused variables by Andreas Gampe · 10 years ago
  26. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  27. d723bd7 libgui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  28. 5273a97 resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp by Dan Albert · 10 years ago
  29. 8b49125 Make string literal concatenation play nice with C++11. by Dan Albert · 10 years ago
  30. d53e052 Within CpuConsumer, use gralloc lockAsync/unlockAsync by Riley Andrews · 10 years ago
  31. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 11 years ago
  32. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  33. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 11 years ago
  34. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  35. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 11 years ago
  36. b4b6370 CpuConsumer: Add set buffer size and format functions. by Zhijun He · 11 years ago
  37. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 11 years ago
  38. ea74d3b make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 11 years ago
  39. c43946b Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 by Eino-Ville Talvala · 11 years ago
  40. 042ecee CpuConsumer: Properly track acquired buffers by Eino-Ville Talvala · 11 years ago
  41. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 11 years ago
  42. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 11 years ago
  43. ba607d5 Add Fence::waitForever which logs a warning timeout, and use it by Jesse Hall · 12 years ago
  44. b272541 libgui: move fence handling into ConsumerBase by Jamie Gennis · 12 years ago
  45. 72f096f BufferQueue: use max acquired buffer count by Jamie Gennis · 12 years ago
  46. e232fdc Add BufferItemConsumer, a simple BufferQueue consumer. by Eino-Ville Talvala · 12 years ago
  47. f57e754 CpuConsumer: inherit from ConsumerBase by Eino-Ville Talvala · 12 years ago
  48. b42b1ac Return fence from acquireBuffer by Jesse Hall · 12 years ago
  49. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 12 years ago
  50. e41b318 Add a BufferQueue CPU consumer. by Eino-Ville Talvala · 12 years ago