1. d41a470 DO NOT MERGE: Fixing overflow bug by Valerie Hau · 7 years ago
  2. 1f98fbe Skip BufferHub_test if BufferHub service is not running by Jiwen 'Steve' Cai · 7 years ago
  3. 7791e64 Support GraphicBuffer::flatten and GraphicBuffer::unflatten with BufferHub by Tianyu Jiang · 7 years ago
  4. 750c887 Fix BufferHubBufferTest test crash by Tianyu Jiang · 7 years ago
  5. f377a76 Fix code style violation in the variables in BufferHubDefs::MetadataHeader by Tianyu Jiang · 7 years ago
  6. 8a7e765 Replace the use of native_handle_t by NativeHandle by Tianyu Jiang · 7 years ago
  7. 727ede4 Fix non camelCase function names by Tianyu Jiang · 7 years ago
  8. 1543d88 Fix non camelCase member variables by Tianyu Jiang · 7 years ago
  9. aacc97f Add more BufferHubEventFd tests by Tianyu Jiang · 7 years ago
  10. a8df5f3 Replace the use of helper function IsBufferReleased to member function by Tianyu Jiang · 7 years ago
  11. 0c9bc33 Merge "Fix BufferHubBuffer::Create crash" by TreeHugger Robot · 7 years ago
  12. ce23274 Fix BufferHubBuffer::Create crash by Tianyu Jiang · 7 years ago
  13. eb06dee Merge "Remove outdated comment" by TreeHugger Robot · 7 years ago
  14. e1f12b0 Merge changes from topic "bh_eventfd" by Tianyu Jiang · 7 years ago
  15. 5cf47bc Add BufferHubEventFd to bufferhub system by Fan Xu · 7 years ago
  16. d5855a6 Allow create BufferHubEventFd from existing fd by Fan Xu · 7 years ago
  17. 31cb294 SF: Separate out render surface code by Lloyd Pique · 7 years ago
  18. b2e2e2e Remove outdated comment by Tianyu Jiang · 7 years ago
  19. 021776e Refactor BufferHubBuffer to use hwbinder by Fan Xu · 7 years ago
  20. ec97b76 Post to all existing and non-existing clients of the buffer in BufferHubBuffer by Tianyu Jiang · 7 years ago
  21. 498b8ff Move IBufferHub-related test to VTS by Jiwen 'Steve' Cai · 7 years ago
  22. a99f911 Change atomics in ashmem from uint64_t to uint32_t by Tianyu Jiang · 7 years ago
  23. d93ee23 Merge "Combine tests into BufferHub_test" by TreeHugger Robot · 7 years ago
  24. fe603ed Merge "Expose mBufferId for GraphicBuffer" by TreeHugger Robot · 7 years ago
  25. 33fa236 Combine tests into BufferHub_test by Jiwen 'Steve' Cai · 7 years ago
  26. 29160fb Expose mBufferId for GraphicBuffer by Jiwen 'Steve' Cai · 7 years ago
  27. 7359dc9 Replace android::dvr::BufferHubDefs with android::BufferHubDefs by Tianyu Jiang · 7 years ago
  28. d34a80a Move BufferHubDefs namespace to ui/BufferHubDefs.h by Fan Xu · 7 years ago
  29. cfbe074 Move MetadataHeader to libui by Fan Xu · 7 years ago
  30. b08b722 Implement changes of buffer state in Gain/Post/Acquire/Release methods in BufferHubBuffer. by Tianyu Jiang · 7 years ago
  31. 154defa Merge "Fix BufferHubMetadata_test build on oc branch" by Fan Xu · 7 years ago
  32. aea8e5e Fix BufferHubMetadata_test build on oc branch by Fan Xu · 7 years ago
  33. 35b37c4 Fix the includes for BufferHubEventFd tests. by Tianyu Jiang · 7 years ago
  34. 7bd2757 Merge "Add BufferHubEventFd" by TreeHugger Robot · 7 years ago
  35. 42aa2a6 Merge changes from topic "bufferhub_gc" by Fan Xu · 7 years ago
  36. 99dacaa Add BufferHubEventFd by Tianyu Jiang · 7 years ago
  37. 023162b Merge "Change the definition of buffer state and client state bits." by Tianyu Jiang · 7 years ago
  38. a7422fe Implement IBufferClient::close on BufferClient by Fan Xu · 7 years ago
  39. 467e08f Implement importBuffer for BufferHubService by Fan Xu · 7 years ago
  40. f669f6a Change the definition of buffer state and client state bits. by Tianyu · 7 years ago
  41. 2daf518 Create GraphicBuffer backed by BufferHubBuffer by Jiwen 'Steve' Cai · 7 years ago
  42. 7878ccc Merge "Move BufferHubMetadata off pdx::fileHandle" by TreeHugger Robot · 7 years ago
  43. 069e838 Move BufferHubMetadata off pdx::fileHandle by Fan Xu · 7 years ago
  44. c32c172 Rewrite BufferHubBuffer_test to avoid test crash by Fan Xu · 7 years ago
  45. 18d90ea Implement duplicate buffer by Fan Xu · 7 years ago
  46. 93c9490 Implement allocateBuffer for BufferHubService by Fan Xu · 7 years ago
  47. ca70b7b Implement IBufferClient hwbinder interface by Fan Xu · 7 years ago
  48. 426e8fa Merge "Remove DetachedBufferHandle from libui" by Jiwen Cai · 7 years ago
  49. 7756557 Remove DetachedBufferHandle from libui by Jiwen 'Steve' Cai · 7 years ago
  50. 63dd7c3 Replace kProducerStateBit with kFirstClientBitMask. by Tianyu Jiang · 7 years ago
  51. eb3e844 Merge "Basic implementation for bufferhub HIDL service" by Jiwen Cai · 7 years ago
  52. 8f10b75 Improve test readability by Tianyu Jiang · 7 years ago
  53. d9f2abe Basic implementation for bufferhub HIDL service by Jiwen 'Steve' Cai · 7 years ago
  54. 7e204b7 Change the variable name "buffer_state_bit" into "client_state_mask". by Tianyu Jiang · 7 years ago
  55. b61df91 Remove the functionality of promoting a BufferHubBuffer to ProducerBuffer. by Tianyu · 7 years ago
  56. 0e7ee22 Move BufferHubBuffer_test to libui by Jiwen 'Steve' Cai · 7 years ago
  57. 8f51ec6 Move detached buffer to libui by Jiwen 'Steve' Cai · 8 years ago
  58. 44addfe GraphicBuffer: add optional DetachedBufferHandle by Jiwen 'Steve' Cai · 8 years ago
  59. d66be0a Use -Werror in frameworks/native/libs/gui and ui by Chih-Hung Hsieh · 8 years ago
  60. 5bac7f3 libui: update for revised HIDL gralloc by Chia-I Wu · 9 years ago
  61. 982cf47 Update native ColorSpace API for libhwui by Romain Guy · 9 years ago
  62. 4e1b9a7 Move Gralloc1Mapper test to libui/tests by Craig Donner · 9 years ago
  63. 1d77b71 move vector math out of libui by Mathias Agopian · 9 years ago
  64. eedb69a Add ColorSpace::createLUT by Romain Guy · 9 years ago
  65. 5453474 Add color space connection by Romain Guy · 9 years ago
  66. 11ecb63 Add various vector functions by Romain Guy · 9 years ago
  67. 3944d06 Fix broken opto-electronic transfer functions by Romain Guy · 9 years ago
  68. 597cd60 Don't clamp when converting to XYZ by Romain Guy · 9 years ago
  69. caf2ca4 Add ColorSpace class by Romain Guy · 9 years ago
  70. 5d4bae7 Merge Filament's math library by Romain Guy · 9 years ago
  71. 871dda3 Convert libui to Android.bp by Dan Willemsen · 10 years ago
  72. ed7d193 Some more test cleanup. by Dan Albert · 11 years ago
  73. a3cc7ed Fix misuse of $(my-dir). by Ying Wang · 12 years ago
  74. 595ea77 vector and matrix classes for graphics use by Mathias Agopian · 13 years ago
  75. 3e010f3 Add createTJunctionFreeRegion by Chris Craik · 13 years ago
  76. 4f4c101 frameworks/base refactoring by Mathias Agopian · 14 years ago
  77. 80c3918 frameworks/base refactoring. by Mathias Agopian · 14 years ago
  78. f0490c9 Implement batching of input events on the consumer side. by Jeff Brown · 14 years ago
  79. 6cdee98 Rewrite input transport using sockets. by Jeff Brown · 14 years ago
  80. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  81. 5873ce4 Refactor input reader to add stylus support. Bug: 5064702 by Jeff Brown · 15 years ago
  82. 0a1fdd7 Fix uses of all-subdir-makefiles by Ying Wang · 15 years ago
  83. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 15 years ago
  84. e959ed2 Add initial API for stylus and mouse buttons. by Jeff Brown · 15 years ago
  85. 3ea4de8 Add new axes for joysticks and mouse wheels. by Jeff Brown · 15 years ago
  86. b2d4435 Fix a regression with MotionEvent parceling. by Jeff Brown · 15 years ago
  87. 3e34146 Add support for arbitrary axes in MotionEvents. by Jeff Brown · 15 years ago
  88. 4125036 Mouse pointer integration. by Jeff Brown · 15 years ago
  89. 4c501a4 Add initial support for cursor-based pointing devices. by Jeff Brown · 15 years ago
  90. 02d85b5 Add support for fallback keycodes. by Jeff Brown · 15 years ago
  91. db36064 Improve support for external keyboards. by Jeff Brown · 15 years ago
  92. 53c1664 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 15 years ago
  93. 6688837 Support non-orientation aware keyboards and other devices. by Jeff Brown · 15 years ago
  94. 8149991 Tell system server whether the app handled input events. by Jeff Brown · 15 years ago
  95. d4ecee9 Rename the locked meta key constants for clarity. by Jeff Brown · 15 years ago
  96. 5e871b4 Add test stubs for newly added methods. by Jeff Brown · 15 years ago
  97. 3c3cc62 Add unit tests for native input and fix bugs identified. by Jeff Brown · 15 years ago
  98. af30ff6 Add support for secure views. by Jeff Brown · 15 years ago
  99. 5c1ed84 Add support for new input sources. by Jeff Brown · 16 years ago
  100. a50ee3e Don't build framework tests for simulator target. by Jeff Brown · 16 years ago