1. 228f46b Introduce DynamicDisplayInfo by Marin Shalamanov · 3 years, 7 months ago
  2. fd9c1ed Added libui dependencies for input by chaviw · 4 years, 2 months ago
  3. a9a6b46 Revert^2 "libui: rewrite Region with FatVector" by Jagadeesh Pakaravoor · 4 years, 4 months ago
  4. b11abe7 Revert "libui: rewrite Region with FatVector" by Tim Murray · 4 years, 7 months ago
  5. 52c2cab libui: rewrite Region with FatVector by Tim Murray · 4 years, 9 months ago
  6. 15375f9 libui: remove frameworks/native/include/ui symlink by Marissa Wall · 4 years, 9 months ago
  7. e7ec834 Headers of libui is moved to the local directory by Jiyong Park · 7 years ago
  8. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 7 years ago
  9. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 7 years ago
  10. c0a749e Merge "GraphicsEnv is separated from libui" by TreeHugger Robot · 7 years ago
  11. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 7 years ago
  12. 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 7 years ago
  13. 4f8f371 Add decodePixelFormat for debugging by Courtney Goeltzenleuchter · 7 years ago
  14. 82c0498 ui: Rework GraphicBuffer + Allocator for 64bit usage by Chris Forbes · 7 years ago
  15. cb8405e libui: remove gralloc0/gralloc1 support by Chia-I Wu · 7 years ago
  16. 5bac7f3 libui: update for revised HIDL gralloc by Chia-I Wu · 7 years ago
  17. e06ad18 Add debug string functions for graphics.h enums by Courtney Goeltzenleuchter · 7 years ago
  18. f543e5a Remove useless GraphicBuffer() constructor by Mathias Agopian · 7 years ago
  19. b42f171 libui: clean up GraphicBuffer interface by Chia-I Wu · 7 years ago
  20. 982cf47 Update native ColorSpace API for libhwui by Romain Guy · 7 years ago
  21. 6e1193a Make IGraphicBufferProducer a hybrid interface. by Pawin Vongmasa · 8 years ago
  22. fe2f54f cleanup libui’s includes by Mathias Agopian · 8 years ago
  23. 1d77b71 move vector math out of libui by Mathias Agopian · 8 years ago
  24. bf3729b Merge "Add tool to generate color space conversion 3D LUTs" by TreeHugger Robot · 8 years ago
  25. fb94f1d Merge "Break a dependency of libui on libandroid" by TreeHugger Robot · 8 years ago
  26. 25bbdcf Add tool to generate color space conversion 3D LUTs by Romain Guy · 8 years ago
  27. 873e2ee Merge "Move FloatRect from libgfx to libui" by TreeHugger Robot · 8 years ago
  28. a934764 Break a dependency of libui on libandroid by Mathias Agopian · 8 years ago
  29. 0ed70dd Merge "Add RGBA 10:10:10:2 format for surfaces" by Romain Guy · 8 years ago
  30. 5a423ea Move FloatRect from libgfx to libui by Dan Stoza · 8 years ago
  31. a34320a libui: Remove STL from Fence by Dan Stoza · 8 years ago
  32. 541f226 Add RGBA 10:10:10:2 format for surfaces by Romain Guy · 8 years ago
  33. 7bd8adb libui: add notes to registerBuffer(buffer_handle_t) by Chia-I Wu · 8 years ago
  34. 841abed clean-ups, remove warnings, fix includes. by Mathias Agopian · 8 years ago
  35. 5c0a87e Merge "Break dependency of libui on libbinder" by Mathias Agopian · 8 years ago
  36. 21f9b57 Merge "VR: Update VR HWC and VR WM to use GrallocMapper" by TreeHugger Robot · 8 years ago
  37. 1c45710 VR: Update VR HWC and VR WM to use GrallocMapper by Daniel Nicoara · 8 years ago
  38. e1f5e6f Break dependency of libui on libbinder by Mathias Agopian · 8 years ago
  39. 2a902d7 Merge "move GraphicEnv from libgui to libui" by Mathias Agopian · 8 years ago
  40. 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago
  41. 58a1ef2 Adds support for more gralloc1 functions to GrallocMapper. by Craig Donner · 8 years ago
  42. e96a325 Add methods for allocating and locking GraphicBuffers via gralloc1 flags by Craig Donner · 8 years ago
  43. eedb69a Add ColorSpace::createLUT by Romain Guy · 8 years ago
  44. 5453474 Add color space connection by Romain Guy · 8 years ago
  45. 11ecb63 Add various vector functions by Romain Guy · 8 years ago
  46. b621c5f Merge "Clean up Fence a little." by Brian C. Anderson · 8 years ago
  47. 9119078 Merge changes I6f728af0,I580409f0 by Brian C. Anderson · 8 years ago
  48. 175a720 Clean up Fence a little. by Brian Anderson · 8 years ago
  49. 3da8d27 Surface unit tests for getFrameTimestamps. by Brian Anderson · 8 years ago
  50. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  51. fbc9758 Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: d655e61a22 by Mark Salyzyn · 8 years ago
  52. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  53. ace30d2 Merge "Add android/log.h to Rect.h" am: a422103c90 am: 20b8c55a5e am: a58d700c85 by Steve Paik · 8 years ago
  54. a58d700 Merge "Add android/log.h to Rect.h" am: a422103c90 am: 20b8c55a5e by Steve Paik · 8 years ago
  55. 003b412 Add android/log.h to Rect.h by Steve Paik · 8 years ago
  56. 71bded5 Create libgfx, starting with FloatRect by Dan Stoza · 8 years ago
  57. 3166947 libui: use HIDLized gralloc-mapper by Chia-I Wu · 8 years ago
  58. 67e376d Replace non-const references by pointers by Chia-I Wu · 8 years ago
  59. d3e08d4 Remove RGBX_FP16 format by Romain Guy · 8 years ago
  60. e2caadc Merge "Add fp16 pixel and window formats" by TreeHugger Robot · 8 years ago
  61. ff41514 Add fp16 pixel and window formats by Romain Guy · 8 years ago
  62. d46a65c Merge "Add Fence helpers: Time, Timeline, Snapshot" by Brian C. Anderson · 8 years ago
  63. 3691aba Fix typo on function comment by Courtney Goeltzenleuchter · 8 years ago
  64. b018bf0 libui: update for IAllocator changes by Chia-I Wu · 8 years ago
  65. 221de2a Add Fence helpers: Time, Timeline, Snapshot by Brian Anderson · 8 years ago
  66. 5901fda Use android.hardware.graphics.common@1.0 by Chia-I Wu · 8 years ago
  67. 13a20a2 Merge "Don't clamp when converting to XYZ" by TreeHugger Robot · 8 years ago
  68. 597cd60 Don't clamp when converting to XYZ by Romain Guy · 8 years ago
  69. 6ebc46a Add layered buffer support to libui and libgui. by Craig Donner · 8 years ago
  70. caf2ca4 Add ColorSpace class by Romain Guy · 8 years ago
  71. 5d4bae7 Merge Filament's math library by Romain Guy · 8 years ago
  72. f873bd4 libui: Change hasSignaled to return optional<bool> am: 6db42ac36e by Dan Stoza · 8 years ago
  73. 6db42ac libui: Change hasSignaled to return optional<bool> by Dan Stoza · 8 years ago
  74. 0eeb676 libui: Change hasSignaled to return optional<bool> by Dan Stoza · 8 years ago
  75. 70d2598 libui: Add hasSignaled() method to Fence am: 5736f7dc15 am: 236c475de4 by Dan Stoza · 8 years ago
  76. 236c475 libui: Add hasSignaled() method to Fence am: 5736f7dc15 by Dan Stoza · 8 years ago
  77. 9ba189d libui: add support for android.hardware.graphics by Chia-I Wu · 8 years ago
  78. 5736f7d libui: Add hasSignaled() method to Fence by Dan Stoza · 8 years ago
  79. 6a242ba Use snprintf for SurfaceFlinger fence name am: fd4c8c3805 am: c7d352eb17 by Matthew Bouyack · 8 years ago
  80. c7d352e Use snprintf for SurfaceFlinger fence name am: fd4c8c3805 by Matthew Bouyack · 8 years ago
  81. fd4c8c3 Use snprintf for SurfaceFlinger fence name by Matthew Bouyack · 8 years ago
  82. 00dfc46 Merge "Fix google-explicit-constructor warnings in gui and ui." am: 170454b0fa am: 5a283bbd40 am: e7f4cb46c4 by Chih-hung Hsieh · 8 years ago
  83. d2c6b7f Merge "Fix google-explicit-constructor warnings in gui and ui." am: 170454b0fa am: 5a283bbd40 by Chih-hung Hsieh · 8 years ago
  84. 170454b Merge "Fix google-explicit-constructor warnings in gui and ui." by Chih-hung Hsieh · 8 years ago
  85. a7715f4 Merge "Fix order of operations warning in libui" am: 73d4186757 am: 1b080b15aa am: 544c391292 by Colin Cross · 8 years ago
  86. 793c047 Merge "Fix struct vs. class mismatch in forward definitions" am: 8cdcd15c38 am: 5c9421500e am: ef2e1afdc2 by Colin Cross · 8 years ago
  87. 1f54f9b Merge "Fix order of operations warning in libui" am: 73d4186757 am: 1b080b15aa by Colin Cross · 8 years ago
  88. 8bd2f6c Merge "Fix struct vs. class mismatch in forward definitions" am: 8cdcd15c38 am: 5c9421500e by Colin Cross · 8 years ago
  89. 2722416 Fix order of operations warning in libui by Colin Cross · 8 years ago
  90. a2362b4 Fix struct vs. class mismatch in forward definitions by Colin Cross · 8 years ago
  91. 5b443e3 Fix constructor parameters shadowing member variables am: 382ecd3d63 am: 6c79fc7bec am: 177b452c8c by Colin Cross · 8 years ago
  92. e26b762 Use uint32_t consistently for region op am: 8f279960c6 am: 19bf9a2f27 am: 66b52bae7a by Colin Cross · 8 years ago
  93. 28f36ea Fix trailing semicolon warnings am: 17576de056 am: 170ae8a510 am: df1b5a19fd by Colin Cross · 8 years ago
  94. 3dee7b7 Fix constructor parameters shadowing member variables am: 382ecd3d63 am: 6c79fc7bec by Colin Cross · 8 years ago
  95. 461b4e4 Use uint32_t consistently for region op am: 8f279960c6 am: 19bf9a2f27 by Colin Cross · 8 years ago
  96. b0300ea Fix trailing semicolon warnings am: 17576de056 am: 170ae8a510 am: df1b5a19fd by Colin Cross · 8 years ago
  97. 382ecd3 Fix constructor parameters shadowing member variables by Colin Cross · 8 years ago
  98. 8f27996 Use uint32_t consistently for region op by Colin Cross · 8 years ago
  99. 17576de Fix trailing semicolon warnings by Colin Cross · 8 years ago
  100. f62eaf5 Squashed: gralloc1/binder/requestor by Dan Stoza · 8 years ago