1. 9ba189d libui: add support for android.hardware.graphics by Chia-I Wu · 8 years ago
  2. c7d352e Use snprintf for SurfaceFlinger fence name am: fd4c8c3805 by Matthew Bouyack · 8 years ago
  3. fd4c8c3 Use snprintf for SurfaceFlinger fence name by Matthew Bouyack · 8 years ago
  4. 66b52ba Use uint32_t consistently for region op am: 8f279960c6 am: 19bf9a2f27 by Colin Cross · 8 years ago
  5. 8f27996 Use uint32_t consistently for region op by Colin Cross · 8 years ago
  6. 14107b1 Merge "Convert libui to Android.bp" am: f0346ab68e am: 55ef158c5d by Dan Willemsen · 8 years ago
  7. c7dd2b9 Convert libui to Android.bp by Dan Willemsen · 8 years ago
  8. 82e5e2e Squashed: gralloc1/binder/requestor am: f62eaf5994 am: c76b6fb0c8 by Dan Stoza · 8 years ago
  9. 0d85101 libui: Add Gralloc1On0Adapter and C++ shim am: eb03fd3a8b am: e9a0705cf5 by Dan Stoza · 8 years ago
  10. f62eaf5 Squashed: gralloc1/binder/requestor by Dan Stoza · 9 years ago
  11. eb03fd3 libui: Add Gralloc1On0Adapter and C++ shim by Dan Stoza · 9 years ago
  12. df34094 Merge "Remove FRAMEBUFFER_FORCE_FORMAT" am: 0322a7176f am: 04f46f0347 by Dan Willemsen · 8 years ago
  13. 7a21351 Remove FRAMEBUFFER_FORCE_FORMAT by Dan Willemsen · 8 years ago
  14. d4079af Add requestor name to GraphicBuffer alloc metadata by Dan Stoza · 8 years ago
  15. e31fd64 Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d am: 0ec362e024 by Pablo Ceballos · 8 years ago
  16. 38f2d8a Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d am: 0ec362e024 by Pablo Ceballos · 8 years ago
  17. b82c6f5 Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d by Pablo Ceballos · 8 years ago
  18. 1a65fcc Region: Detect malicious overflow in unflatten by Pablo Ceballos · 8 years ago
  19. 923c066 gralloc1: Add mutexes by Dan Stoza · 9 years ago
  20. 8deb4da libui: Convert Allocator and Mapper to gralloc1 by Dan Stoza · 9 years ago
  21. 41b1261 libui: Adds C++ shim for gralloc1 by Dan Stoza · 9 years ago
  22. 1e2a2a0 libui: Add Gralloc1On0Adapter by Dan Stoza · 9 years ago
  23. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  24. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  25. b93445d Merge changes I0f07043f,Ib4635ee4,I472ad9f0 into nyc-dev am: 97a46df by Dan Stoza · 9 years ago
  26. 7d7ae73 HWC2: Add getHdrCapabilities to C++ shim by Dan Stoza · 9 years ago
  27. dc5b351 Merge "Split increments to silence a compiler warning." am: 0f73649 am: 25b103a by Stephen Hines · 9 years ago
  28. 9c22c3c Split increments to silence a compiler warning. by Stephen Hines · 9 years ago
  29. 19d72c0 ui: Fix Rect::reduce by Pablo Ceballos · 9 years ago
  30. 9c024aa libui: Remove FramebufferNativeWindow by Dan Stoza · 9 years ago
  31. 22e4cc3 libgui: assign handle to NULL after free by Praveen Chavan · 9 years ago
  32. f53f3c8 Remove usage of SharedBuffer by Pablo Ceballos · 9 years ago
  33. e1b63cc Merge "Remove usage of SharedBuffer" by Pablo Ceballos · 9 years ago
  34. d814cf2 Remove usage of SharedBuffer by Pablo Ceballos · 9 years ago
  35. 4107f8f am 1769e697: am 6d59e98b: am 8c77ec50: Merge "Enable fsanitize integer in ui" by Dan Austin · 9 years ago
  36. ff7ede3 Enable fsanitize integer in ui by Dan Austin · 9 years ago
  37. 60d6922 libsgui: Change Rect default constructor by Pablo Ceballos · 9 years ago
  38. 53390e1 libgui/SF: Fix some code warnings by Pablo Ceballos · 9 years ago
  39. 993772a libgui: Add generation numbers to BufferQueue by Dan Stoza · 10 years ago
  40. 812ed06 libgui: Add generation numbers to BufferQueue by Dan Stoza · 10 years ago
  41. 24fa67f libui: Apply GRALLOC_USAGE_ALLOC_MASK during alloc by Dan Stoza · 10 years ago
  42. b8efdc4 libui: Apply GRALLOC_USAGE_ALLOC_MASK during alloc by Dan Stoza · 10 years ago
  43. 4d0cd3f Close Fence FDs in error cases of Surface and GraphicBufferMapper by Taiju Tsuiki · 10 years ago
  44. ed6e907 Merge "Close Fence FDs in error cases of Surface and GraphicBufferMapper" by Dan Stoza · 10 years ago
  45. 84f1d9c Avoid closing invalid FD in Surface and GraphicBufferMapper by Taiju Tsuiki · 10 years ago
  46. f0c17b0 Merge "Avoid closing invalid FD in Surface and GraphicBufferMapper" by Dan Stoza · 10 years ago
  47. dcfe91e Avoid closing invalid FD in Surface and GraphicBufferMapper by Taiju Tsuiki · 10 years ago
  48. c7263fb Close Fence FDs in error cases of Surface and GraphicBufferMapper by Taiju Tsuiki · 10 years ago
  49. 958f501 Merge "libgui: Allow an IGBProducer to disable allocation" by Dan Stoza · 10 years ago
  50. 9de7293 libgui: Allow an IGBProducer to disable allocation by Dan Stoza · 10 years ago
  51. eea6d68 libui/libgui: Fix errors in parceling by Dan Stoza · 10 years ago
  52. 5065a55 libgui: Pass surface damage through BufferQueue by Dan Stoza · 10 years ago
  53. 4d769d8 Merge "libui: Clean up Fence and Region flattening" by Dan Stoza · 10 years ago
  54. 6fbefbb libui: Clean up Fence and Region flattening by Dan Stoza · 10 years ago
  55. aef0445 Fix a memory corruption issue when vector resize by ywen · 10 years ago
  56. 82c6bcc DO NOT MERGE Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 10 years ago
  57. c168b8a Update maxNumber to be smaller. by Michael Lentine · 10 years ago
  58. 180c2ba resolved conflicts for merge of 1f9f71e1 to lmp-mr1-dev-plus-aosp by Lajos Molnar · 10 years ago
  59. 1f9f71e GraphicBufferMapper: handle devices that do not implement lock_ycbcr by Lajos Molnar · 10 years ago
  60. fe4966d Restore Region::set(uint32_t, uint32_t) by Bernhard Rosenkraenzer · 10 years ago
  61. ff78750 Libui: Remove unused variables by Andreas Gampe · 10 years ago
  62. 133caac Fix -Werror on 64-bit builds by Dan Stoza · 10 years ago
  63. 42af278 Disable struct padding warning/error by Dan Stoza · 10 years ago
  64. d318240 libui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  65. 01049c8 Enable clang for libui/libgui/surfaceflinger by Dan Stoza · 10 years ago
  66. 3880326 Fix for corruption when numFds or numInts is too large. by Michael Lentine · 10 years ago
  67. dfd06b8 Fix for corruption when numFds or numInts is too large. by Michael Lentine · 10 years ago
  68. 5583370 am c52e54c4: Merge "Some more test cleanup." by Dan Albert · 10 years ago
  69. ed7d193 Some more test cleanup. by Dan Albert · 10 years ago
  70. 18fae75 crash if getNativeBuffer() called on NULL GraphicBuffer by Colin Cross · 10 years ago
  71. f974bff am 38c9e132: am c1ffd351: am bd20e551: Merge "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  72. 8f39601 Use asynchronous lock/unlock API by Francis Hart · 11 years ago
  73. 2f3dca1 am 9493d492: am 9eb142e3: am a9d49f99: Merge "Revert "Use asynchronous lock/unlock API"" by Greg Hackmann · 11 years ago
  74. 02528cf am 4b46776f: am 8a6cd189: am f60564a1: Merge "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  75. a9d49f9 Merge "Revert "Use asynchronous lock/unlock API"" by Greg Hackmann · 11 years ago
  76. 53ec725 Revert "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  77. f60564a Merge "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  78. 378ef07 Use asynchronous lock/unlock API by Francis Hart · 11 years ago
  79. e2d1157 fix GraphicBuffer::flatten crash issue when handle is null by Jun Jiang · 11 years ago
  80. c3911c6 am b8ceeb8f: am 85085cd6: Merge "libui: fix passing Fence object over binder" by Colin Cross · 11 years ago
  81. 288f2ef libui: fix passing Fence object over binder by Colin Cross · 11 years ago
  82. 21f18e6 Merge "Add unique ID to GraphicBuffer" by Dan Stoza · 11 years ago
  83. d85084b Adding render stats APIs to UiAutomation (framework native). by Svetoslav · 11 years ago
  84. b1363d3 Add unique ID to GraphicBuffer by Dan Stoza · 11 years ago
  85. bc96e47 Added null check by Andy McFadden · 11 years ago
  86. 9931460 am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  87. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  88. 646e2fb am 0a643374: am 6b4e5b7f: Merge "Fix misuse of ." by Ying Wang · 11 years ago
  89. a3cc7ed Fix misuse of $(my-dir). by Ying Wang · 11 years ago
  90. 1c284a9 Add contains point method to Region by Michael Wright · 11 years ago
  91. 6a5d35d libgui: Add a test for SRGB surfaces by Dan Stoza · 11 years ago
  92. d213910 am 9b5534b0: Merge changes I8283a989,I64add89a into klp-dev by Mathias Agopian · 11 years ago
  93. 595ea77 vector and matrix classes for graphics use by Mathias Agopian · 11 years ago
  94. 771ed8d am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer" by Jesse Hall · 11 years ago
  95. 2aff702 Graphics:Add error check when create GraphicBuffer by Lingyun Zhu · 12 years ago
  96. 87f9b87 remove unused code form GraphicBuffer by Mathias Agopian · 11 years ago
  97. e142428 Make Flattenable not virtual by Mathias Agopian · 11 years ago
  98. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago
  99. 5773d3f get rid of PixelFormatInfo and simplify things by Mathias Agopian · 11 years ago
  100. 2381033 am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago