1. ea6c713 [frameworks][native][libs]{math|ui} fix -Wimplicit-int-float-conversion by Nick Desaulniers · 5 years ago
  2. 639a1e1 link libutilscallstack only when VALIDATE_REGIONS is defined by Chong Zhang · 5 years ago
  3. 48d7608 [libs/ui] Modernize codebase by replacing NULL with nullptr by Yi Kong · 5 years ago
  4. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 6 years ago
  5. 39d4aa5 Fix empty region if the scale is smaller than 1 by Riddle Hsu · 6 years ago
  6. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  7. 2d02306 Region: Speculative fix for ubsan abort by Dan Stoza · 6 years ago
  8. b420b58 libui: improve Region::validate by Chia-I Wu · 7 years ago
  9. 66b52ba Use uint32_t consistently for region op am: 8f279960c6 am: 19bf9a2f27 by Colin Cross · 8 years ago
  10. 8f27996 Use uint32_t consistently for region op by Colin Cross · 8 years ago
  11. e31fd64 Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d am: 0ec362e024 by Pablo Ceballos · 8 years ago
  12. b82c6f5 Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d by Pablo Ceballos · 8 years ago
  13. 1a65fcc Region: Detect malicious overflow in unflatten by Pablo Ceballos · 8 years ago
  14. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  15. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  16. dc5b351 Merge "Split increments to silence a compiler warning." am: 0f73649 am: 25b103a by Stephen Hines · 8 years ago
  17. 9c22c3c Split increments to silence a compiler warning. by Stephen Hines · 8 years ago
  18. f53f3c8 Remove usage of SharedBuffer by Pablo Ceballos · 9 years ago
  19. d814cf2 Remove usage of SharedBuffer by Pablo Ceballos · 9 years ago
  20. 60d6922 libsgui: Change Rect default constructor by Pablo Ceballos · 9 years ago
  21. 5065a55 libgui: Pass surface damage through BufferQueue by Dan Stoza · 10 years ago
  22. 4d769d8 Merge "libui: Clean up Fence and Region flattening" by Dan Stoza · 9 years ago
  23. 6fbefbb libui: Clean up Fence and Region flattening by Dan Stoza · 9 years ago
  24. aef0445 Fix a memory corruption issue when vector resize by ywen · 9 years ago
  25. fe4966d Restore Region::set(uint32_t, uint32_t) by Bernhard Rosenkraenzer · 10 years ago
  26. d318240 libui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  27. 9931460 am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  28. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  29. 1c284a9 Add contains point method to Region by Michael Wright · 11 years ago
  30. e142428 Make Flattenable not virtual by Mathias Agopian · 11 years ago
  31. 6c7f25a reformat Rect.{cpp|h} by Mathias Agopian · 11 years ago
  32. 2ca7939 latch transparent region hint only when we get a new frame by Mathias Agopian · 11 years ago
  33. cab25d6 improved CallStack a bit by Mathias Agopian · 11 years ago
  34. 3e010f3 Add createTJunctionFreeRegion by Chris Craik · 12 years ago
  35. 9ca6491 Region::validate() cannot be called from addRectUnchecked() by Mathias Agopian · 12 years ago
  36. 068d47f strengthen region validation by Mathias Agopian · 12 years ago
  37. 2401ead Add a way to retrieve a Region as a SharedBuffer by Mathias Agopian · 12 years ago
  38. 3ab6855 change how we store Region data internally by Mathias Agopian · 12 years ago
  39. 4c0a170 don't generate a new Region when translating by 0,0 by Mathias Agopian · 12 years ago
  40. 8683fca improve [un]marshalling of non-binder objects by Mathias Agopian · 12 years ago
  41. 3aecbb0 fix Region const_iterator. by Mathias Agopian · 12 years ago
  42. b8a2e98 Preliminary support for clipRect(Rect, Op) by Romain Guy · 13 years ago
  43. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  44. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  45. 0857c8f Region cannot handle malformed Rects. Abort the Region op in that case. by Mathias Agopian · 13 years ago
  46. 0450452 Make sure Region handles invalid rectangles by Mathias Agopian · 13 years ago
  47. d0b55c0 fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out by Mathias Agopian · 14 years ago
  48. b801624 Optimize FBO drawing with regions. by Romain Guy · 14 years ago
  49. b612142 Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  50. 72b0ffe should fix sim build by Mathias Agopian · 15 years ago
  51. 9f96145 Region::makeBoundsSelf() efficiently turns a region to its bounds by Mathias Agopian · 15 years ago
  52. bed9dd1 make sure the Region code disallows constructs like "(a+b)=c;", which is somewhat meaningless. by Mathias Agopian · 15 years ago
  53. 20f6878 Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 15 years ago
  54. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 15 years ago
  55. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  56. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  57. 2762932 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  58. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago