1. 733e443 Fix __ANDROID_API__ guards for libnativewindow by Ryan Prichard · 6 years ago
  2. 426f72f Merge "Add __INTRODUCED_IN to <android/native_window.h>." am: 135828f325 by Elliott Hughes · 6 years ago
  3. d8712d4 Merge "Add __INTRODUCED_IN annotations to <android/hardware_buffer.h>." am: 28046cb2d7 by Elliott Hughes · 6 years ago
  4. df3e78c Merge "Add __INTRODUCED_IN to <android/native_window.h>." am: 135828f325 by Elliott Hughes · 6 years ago
  5. 64ceec1 Merge "Add __INTRODUCED_IN annotations to <android/hardware_buffer.h>." by Elliott Hughes · 6 years ago
  6. 135828f Merge "Add __INTRODUCED_IN to <android/native_window.h>." by Elliott Hughes · 6 years ago
  7. 28046cb Merge "Add __INTRODUCED_IN annotations to <android/hardware_buffer.h>." by Elliott Hughes · 6 years ago
  8. b01d6dc Merge "Add VNDK AHardwareBuffer_createFromHandle" am: a0cef47054 am: 154a9b3799 by Jesse Hall · 6 years ago
  9. 154a9b3 Merge "Add VNDK AHardwareBuffer_createFromHandle" am: a0cef47054 by Jesse Hall · 6 years ago
  10. fbe5835 Add VNDK AHardwareBuffer_createFromHandle by Jesse Hall · 7 years ago
  11. a2c9607 Add __INTRODUCED_IN to <android/native_window.h>. by Elliott Hughes · 6 years ago
  12. 493f4a2 Add __INTRODUCED_IN annotations to <android/hardware_buffer.h>. by Elliott Hughes · 6 years ago
  13. 65ecbd0 Fix enum-compare warning by Yi Kong · 6 years ago
  14. 81312f0 Merge "[VNDK] Update document for return value of various APIs." into pi-dev by Peiyong Lin · 7 years ago
  15. 134063d [VNDK] Update document for return value of various APIs. by Peiyong Lin · 7 years ago
  16. 5d7f81c Merge "Add missing @addtogroup tags." am: 16207d9a08 am: d934ff975d by Dan Albert · 7 years ago
  17. a0a2595 Add missing @addtogroup tags. by Dan Albert · 7 years ago
  18. 3836d4c Merge "ANativeWindow_setBuffersTransform: Allow forwarding INVERSE_DISPLAY" into pi-dev by Rob Carr · 7 years ago
  19. 175ed5b ANativeWindow_setBuffersTransform: Allow forwarding INVERSE_DISPLAY by Robert Carr · 7 years ago
  20. 00bf642 Do not allocate protected AHardwareBuffers with CPU access. by Krzysztof Kosiński · 7 years ago
  21. bd5cb48 frameworks/native: Fixes for AHardwareBuffer, ANativeWindow and ARect docs. by Krzysztof Kosiński · 7 years ago
  22. 166564f libnativewindow: remove software flex pixel formats from VNDK by Chia-I Wu · 7 years ago
  23. dbd9615 swapchain: add query for MaxBufferCount by Yiwei Zhang · 7 years ago
  24. 654f87b [NDK] Expose NDK API to set buffers data space for P. by Peiyong Lin · 7 years ago
  25. e6ecb92 Add new AHardwareBuffer formats and usages with latest HAL change by Craig Donner · 7 years ago
  26. 44444f9 Revert "Add new AHardwareBuffer formats and usages with latest HAL change." by Craig Donner · 7 years ago
  27. b3899e5 Add new AHardwareBuffer formats and usages with latest HAL change. by Craig Donner · 7 years ago
  28. 9bad0d7 Add plumbing for HDR metadata by Courtney Goeltzenleuchter · 7 years ago
  29. ef5dcaa Merge "Actually apply version script" by Treehugger Robot · 7 years ago
  30. ab66edc Do not export private headers with llndk library by Justin Yun · 7 years ago
  31. b9fdddb Actually apply version script by dimitry · 7 years ago
  32. 28fd4b7 Merge "Use -Werror in frameworks/native/libs/nativewindow" am: 9d87e1b86c am: 77ea102064 by Chih-hung Hsieh · 7 years ago
  33. 77ea102 Merge "Use -Werror in frameworks/native/libs/nativewindow" am: 9d87e1b86c by Chih-hung Hsieh · 7 years ago
  34. 6e36725 Use -Werror in frameworks/native/libs/nativewindow by Chih-Hung Hsieh · 7 years ago
  35. 5d53b3d Make libnativewindow as LL-NDK by Jiyong Park · 8 years ago
  36. e2786ea libgui: support 64-bit BQ consumer usage by Chia-I Wu · 7 years ago
  37. b52ddcb Merge "Add missing VNDK pixel formats to AHardwareBuffer" into oc-dev by Mathias Agopian · 7 years ago
  38. 3a11413a Add missing VNDK pixel formats to AHardwareBuffer by Mathias Agopian · 7 years ago
  39. ae6955f No crash from AHardwareBuffer_unlock on NULL fence by Jiwen 'Steve' Cai · 7 years ago
  40. 6cdbb53 No crash from AHardwareBuffer_unlock on NULL fence by Jiwen 'Steve' Cai · 7 years ago
  41. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 7 years ago
  42. 1671de0 Revert "use 64-bits usage bits almost everywhere" by Guang Zhu · 7 years ago
  43. 175d987 use 64-bits usage bits almost everywhere by Mathias Agopian · 7 years ago
  44. 7c0188a Merge "add # vndk tags to vndk-only symbols of libnativewindow" by TreeHugger Robot · 7 years ago
  45. 8a14742 Merge "Handle EINTR from sendmsg/recvmsg" into oc-dev am: 1df013c3ef by Jesse Hall · 7 years ago
  46. 81d3197 Handle EINTR from sendmsg/recvmsg by Jesse Hall · 7 years ago
  47. cb66849 Merge "docs: Fixed comments to generate API refs correctly. Test: Verified by manually generating the API refs." into oc-dev am: a68ae7232b by Quddus Chong · 7 years ago
  48. ae6bcd2 fix circular dependency libnativewindow <-> libui by Mathias Agopian · 7 years ago
  49. 3aea0e3 docs: Fixed comments to generate API refs correctly. by Quddus Chong · 7 years ago
  50. 6a3c05b fix circular dependency libnativewindow <-> libui by Mathias Agopian · 8 years ago
  51. 8ebc072 add # vndk tags to vndk-only symbols of libnativewindow by Jiyong Park · 8 years ago
  52. 1388edb BufferQueue: plumbing mConsumerIsProtected am: 2041913a05 am: b450ebe0f9 by Jiwen 'Steve' Cai · 8 years ago
  53. 2041913 BufferQueue: plumbing mConsumerIsProtected by Jiwen 'Steve' Cai · 8 years ago
  54. 73ac419 Make libnativewindow as LL-NDK by Jiyong Park · 8 years ago
  55. 07b920e AHardwareBuffer now reports its stride by Mathias Agopian · 8 years ago
  56. 2c38b56 Plumb gralloc producer/consumer bits correctly by Mathias Agopian · 8 years ago
  57. d410630 nativewindow: Adjust for libui gralloc flags change by Chris Forbes · 8 years ago
  58. ec37174 Merge "Fix AHardwareBuffer 10:10:10:2 format" into oc-dev by TreeHugger Robot · 8 years ago
  59. 577aa75 Fix AHardwareBuffer 10:10:10:2 format by Jesse Hall · 8 years ago
  60. 1ee859f Move AHardwareBuffer_getNativeHandle to VNDK by Jesse Hall · 8 years ago
  61. 0556d79 get rid of IGraphicBufferAlloc by Mathias Agopian · 8 years ago
  62. 1b1d300 Use a separate heap size to receive buffer by Craig Donner · 8 years ago
  63. 21d072a Merge changes from topic 'presentFenceNotReliable' into oc-dev by Brian C. Anderson · 8 years ago
  64. dc96fdf egl: Differentiate pending vs invalid timestamps. by Brian Anderson · 8 years ago
  65. 6b37671 egl: Avoid use of retire as present by Brian Anderson · 8 years ago
  66. 8644409 Remove .(ll)ndk suffix from (ll)ndk_library by Steven Moreland · 8 years ago
  67. 31ee0e6 Merge "Add VNDK API to access AHardwareBuffer from ANativeWindowBuffer" into oc-dev by Mathias Agopian · 8 years ago
  68. 453effd Add VNDK API to access AHardwareBuffer from ANativeWindowBuffer by Mathias Agopian · 8 years ago
  69. 3ff7723 Use gralloc1 usage in AHardwareBuffer_describe by Jiwen 'Steve' Cai · 8 years ago
  70. 0e95cad vndk/window.h must be C compatible by Mathias Agopian · 8 years ago
  71. 7992781 Use gralloc usage conversion library by Jesse Hall · 8 years ago
  72. 000879a VNDK ANativeWindow API - step 2 by Mathias Agopian · 8 years ago
  73. a6c0e20 VNDK ANativeWindow API by Mathias Agopian · 8 years ago
  74. bf92722 Merge "Remove AHARDWAREBUFFER_USAGE0_GPU_CUBEMAP as it has no corresponding bit in gralloc1." by TreeHugger Robot · 8 years ago
  75. f185378 Remove AHARDWAREBUFFER_USAGE0_GPU_CUBEMAP as it has no corresponding by Craig Donner · 8 years ago
  76. f8b4ca5 Revert "Get rid of IGraphicBufferAlloc" by Romain Guy · 8 years ago
  77. 78491c9 Get rid of IGraphicBufferAlloc by Mathias Agopian · 8 years ago
  78. fcf7e25 Merge "Add ANativeWindow_setBuffersTransform" by TreeHugger Robot · 8 years ago
  79. 09932ec Add ANativeWindow_setBuffersTransform by Jesse Hall · 8 years ago
  80. 527747d Revert "get rid of IGraphicBufferAlloc" by Chia-I Wu · 8 years ago
  81. 1da94df get rid of IGraphicBufferAlloc by Mathias Agopian · 8 years ago
  82. 6196340 Remove a dependency of EGL on ui/GraphicBuffer.h by Mathias Agopian · 8 years ago
  83. 4a67a5f make libnativewindow part of the NDK by Mathias Agopian · 8 years ago
  84. a5a719e Add private consumer and producer flags to AHardwareBuffer. by Craig Donner · 8 years ago
  85. 74e6475 fix typo (minor) by Mathias Agopian · 8 years ago
  86. 89ed4c8 split libandroid.so by Mathias Agopian · 8 years ago