1. 4f217ce Merge "libui: use uint64_t in dump and getTotalSize to avoid overflow issues" am: 8fc7c37cfd by Tapani Pälli · 6 years ago
  2. 8fc7c37 Merge "libui: use uint64_t in dump and getTotalSize to avoid overflow issues" by Treehugger Robot · 6 years ago
  3. c760968 Fixing crash on allocation am: 6cac55670e by Valerie Hau · 6 years ago
  4. 6cac556 Fixing crash on allocation by Valerie Hau · 6 years ago
  5. 161b7e3 Capping buffer size to std::numeric_limits<size_t>::max() am: 587484f3bf by Valerie Hau · 6 years ago
  6. 587484f Capping buffer size to std::numeric_limits<size_t>::max() by Valerie Hau · 6 years ago
  7. 42b60ba libui: use uint64_t in dump and getTotalSize to avoid overflow issues by Tapani Pälli · 6 years ago
  8. 0b8612b Merge "[frameworks][native][libs]{math|ui} fix -Wimplicit-int-float-conversion" by Nick Desaulniers · 6 years ago
  9. ea6c713 [frameworks][native][libs]{math|ui} fix -Wimplicit-int-float-conversion by Nick Desaulniers · 6 years ago
  10. d41a470 DO NOT MERGE: Fixing overflow bug by Valerie Hau · 6 years ago
  11. 45de5ba [libui/sf] Add total buffer size tracing to SF by Dan Stoza · 6 years ago
  12. 250c654 Adding optional 3.0 lock support to GraphicBuffer by Valerie Hau · 7 years ago
  13. 925bf7f gralloc: add allocator and mapper 3.0 support to SF by Marissa Wall · 7 years ago
  14. d380e2c gralloc: create a common gralloc interface by Marissa Wall · 7 years ago
  15. 1e77925 gralloc: move gralloc2 code inside gralloc2 by Marissa Wall · 7 years ago
  16. 41b393f Merge "libui: filter out invalid buffer usage bits" by Peiyong Lin · 7 years ago
  17. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 7 years ago
  18. 12ca527 libui: filter out invalid buffer usage bits by Chia-I Wu · 7 years ago
  19. 82c0498 ui: Rework GraphicBuffer + Allocator for 64bit usage by Chris Forbes · 8 years ago
  20. 0ffa62b libui: log an error on allocation failure by Chia-I Wu · 8 years ago
  21. cb8405e libui: remove gralloc0/gralloc1 support by Chia-I Wu · 8 years ago
  22. 5bac7f3 libui: update for revised HIDL gralloc by Chia-I Wu · 8 years ago
  23. fe2f54f cleanup libui’s includes by Mathias Agopian · 9 years ago
  24. e96a325 Add methods for allocating and locking GraphicBuffers via gralloc1 flags by Craig Donner · 9 years ago
  25. 1093cf3 Fix -Wdouble-promotion warnings by George Burgess IV · 9 years ago
  26. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 9 years ago
  27. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  28. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 9 years ago
  29. 67e376d Replace non-const references by pointers by Chia-I Wu · 9 years ago
  30. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  31. b018bf0 libui: update for IAllocator changes by Chia-I Wu · 9 years ago
  32. 6ebc46a Add layered buffer support to libui and libgui. by Craig Donner · 9 years ago
  33. 9ba189d libui: add support for android.hardware.graphics by Chia-I Wu · 9 years ago
  34. f62eaf5 Squashed: gralloc1/binder/requestor by Dan Stoza · 9 years ago
  35. 024e931 Add requestor name to GraphicBuffer alloc metadata by Dan Stoza · 9 years ago
  36. 8deb4da libui: Convert Allocator and Mapper to gralloc1 by Dan Stoza · 9 years ago
  37. 24fa67f libui: Apply GRALLOC_USAGE_ALLOC_MASK during alloc by Dan Stoza · 10 years ago
  38. d318240 libui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  39. cf56319 add more tracing for buffer allocation by Mathias Agopian · 14 years ago
  40. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  41. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  42. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  43. a947de8 improve GraphicAllocator dump method by Mathias Agopian · 14 years ago
  44. 48b888a improve SurfaceFlinger 'dumpsys' log by Mathias Agopian · 15 years ago
  45. 0a75781 fix [3259708] Graphic Buffer Mapper does not support YV12 by Mathias Agopian · 15 years ago
  46. 1d21a9c surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 15 years ago
  47. 678bdd6 [3171580] don't automatically log GraphicBuffer allocation failures by Mathias Agopian · 15 years ago
  48. 5629eb1 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  49. c8620b6 fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  50. b26af23 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 16 years ago
  51. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago[Renamed (85%) from libs/surfaceflinger/BufferAllocator.cpp]
  52. 0b3ad46 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  53. 737e786 Allways dump the list of allocated buffers when an allocation fails. by Mathias Agopian · 16 years ago
  54. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  55. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  56. 9f88afb Squashed commit of the following: by Mathias Agopian · 16 years ago
  57. 4243e66 fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the BufferMapper's debugging, but turn it off. by Mathias Agopian · 16 years ago
  58. 8b765b7 more debugging tools around BufferMapper by Mathias Agopian · 16 years ago
  59. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago