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