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