1. 4c86e68 FPII-2683:Fix idmap leak in zygote process by neo.chae · 8 years ago FP2-open-17.01.0
  2. 2f3b243 Merge tag 'android-5.1.0_r1' into HEAD by Anh Nguyen · 9 years ago
  3. 5799801 Allow ~Layer() to happen after onGLContextDestroyed by John Reck · 9 years ago
  4. 42eea27 Process base APK by Adam Lesinski · 9 years ago
  5. 53af1cd Merge "Vsyncs are hard" into lmp-mr1-dev by John Reck · 9 years ago
  6. 43a4a8c Fix redundant file backups by Christopher Tate · 9 years ago
  7. a22c9b2 Vsyncs are hard by John Reck · 9 years ago
  8. a733f89 Tweak RT-animator scheduling by John Reck · 9 years ago
  9. c748832 Merge "Revert overdraw avoidance visualization change" into lmp-mr1-dev by Chris Craik · 9 years ago
  10. ef8d6f2 Revert overdraw avoidance visualization change by Chris Craik · 9 years ago
  11. b9a4d15 Merge "Force-flush state sync on texid change" into lmp-mr1-dev by John Reck · 10 years ago
  12. 63c7b24 Merge "Correct layer size formatting in trace" into lmp-mr1-dev by Chris Craik · 10 years ago
  13. c237907 Correct layer size formatting in trace by Chris Craik · 10 years ago
  14. 9a7fe1a Force-flush state sync on texid change by John Reck · 10 years ago
  15. eb2dcc7 Merge "Don't preload textures for AssetAtlas" into lmp-mr1-dev by John Reck · 10 years ago
  16. ebd5261 Don't preload textures for AssetAtlas by John Reck · 10 years ago
  17. c780187 Merge "Fix issue where non-resource attributes would cause obtainStyleAttributes to fail" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  18. 4ac36f8 Fix frame-allocated path lifecycles by Chris Craik · 10 years ago
  19. 5dce5e6 Fix issue where non-resource attributes would cause obtainStyleAttributes to fail by Adam Lesinski · 10 years ago
  20. 4f1942d Merge "Teach AssetAtlas about more drawables" into lmp-mr1-dev by John Reck · 10 years ago
  21. dad7d84 Teach AssetAtlas about more drawables by John Reck · 10 years ago
  22. ee648e5 Remove unnecessary/erroneous reference counting by Derek Sollenberger · 10 years ago
  23. 720beef Merge "AAPT: Move private attrs to new type for framework" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  24. 9b624c1 AAPT: Move private attrs to new type for framework by Adam Lesinski · 10 years ago
  25. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 10 years ago
  26. ef12488 Merge "Clip outline to View clip bounds for shadow computation" into lmp-mr1-dev by Chris Craik · 10 years ago
  27. faa79ff Clip outline to View clip bounds for shadow computation by Chris Craik · 10 years ago
  28. 76de898 Merge "Prevent calling GL functions with an invalid surface" into lmp-mr1-dev by John Reck · 10 years ago
  29. a12b240 Prevent calling GL functions with an invalid surface by Sangkyu Lee · 10 years ago
  30. 659de83 Merge "Enable stencil clipping within clearLayerRegions" into lmp-mr1-dev by Chris Craik · 10 years ago
  31. ca84c8b Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 10 years ago
  32. 9f81485 Revert "Force-use the pbuffer surface for destroy" by Chris Craik · 10 years ago
  33. 52b2cf9 Enable stencil clipping within clearLayerRegions by Dohyun Lee · 10 years ago
  34. dec3f13 Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 10 years ago
  35. ee66065 Merge "Improve DisplayList state output" into lmp-mr1-dev by Chris Craik · 10 years ago
  36. b945f23 Force-use the pbuffer surface for destroy by John Reck · 10 years ago
  37. 71d08a0 Switch TextureCache to SkPixelRef::fStableId by John Reck · 10 years ago
  38. b5a5435 Improve DisplayList state output by Chris Craik · 10 years ago
  39. 29dc496 Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-dev by Chris Craik · 10 years ago
  40. 69e6501 Revert "Add a way to override Xfermode DO NOT MERGE" by Chris Craik · 10 years ago
  41. 3b2ba44 Merge "Improve logging around performance critical events" into lmp-mr1-dev by Chris Craik · 10 years ago
  42. 70850ea Improve logging around performance critical events by Chris Craik · 10 years ago
  43. f0f6811 Merge "Trace some interesting events" into lmp-mr1-dev by John Reck · 10 years ago
  44. cd6f00c Merge "Implement back-tracking when searching for attributes in XML or resource bag" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  45. fbc8df0 Trace some interesting events by John Reck · 10 years ago
  46. 41a8043 Merge "Add a way to override Xfermode DO NOT MERGE" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  47. 4e50ee4 Merge "Shadow: Fix the crash in spot shadow" into lmp-mr1-dev by ztenghui · 10 years ago
  48. 3932063 Shadow: Fix the crash in spot shadow by ztenghui · 10 years ago
  49. 4678dcc Add a way to override Xfermode DO NOT MERGE by Rob Tsuk · 10 years ago
  50. ca93f69 Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev by John Reck · 10 years ago
  51. aa95a88 Have an actual fallback if the surface is lost by John Reck · 10 years ago
  52. 4b19b7a Merge "Fix wrong-thread issue" into lmp-mr1-dev by John Reck · 10 years ago
  53. 12f5e34 Fix wrong-thread issue by John Reck · 10 years ago
  54. 7ae6fc8 Merge "A better looking and faster spot shadow." into lmp-mr1-dev by ztenghui · 10 years ago
  55. d2dcd6f A better looking and faster spot shadow. by ztenghui · 10 years ago
  56. a35778c Yank ResourceCache out of Caches by John Reck · 10 years ago
  57. 6c96cbf Merge "Log shader source when it fails to compile" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  58. fd15f47 Log shader source when it fails to compile by Rob Tsuk · 10 years ago
  59. 69ecfa9 Merge "Add error checking to aapt for split generation" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  60. 91a2b58 androidfw: Use the last package to create idmap. by yingying · 10 years ago
  61. a7d1d73 Implement back-tracking when searching for attributes in XML or resource bag by Adam Lesinski · 10 years ago
  62. 5221b38 androidfw: Init the items which are not present in the idmap as 0xffffffff. by yingying · 10 years ago
  63. aaa2170 Add Digital Pen system service and its features. by Pradosh Das · 10 years ago
  64. 1655452 Remove opaque check in preparing dirty region by Rama Vaddula · 11 years ago
  65. cb122b7 base: Fix the problems for runtime overlay. by yingying · 10 years ago
  66. e6c0bda Merge "Make points drawn with default paint visible" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  67. b7c2656 Make points drawn with default paint visible by Rob Tsuk · 10 years ago
  68. de7de47 Add error checking to aapt for split generation by Adam Lesinski · 10 years ago
  69. 668f0a3 Merge "Fix issues that will be present in C++11" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  70. 4bf5810 Fix issues that will be present in C++11 by Adam Lesinski · 10 years ago
  71. 88f5fc7 Fix counting by John Reck · 10 years ago
  72. a8d83d6 Merge "Layer changes" into lmp-mr1-dev by John Reck · 10 years ago
  73. 0e89e2b Layer changes by John Reck · 10 years ago
  74. f296940 Distinguish unspecified and explicit null values in resources by Alan Viverette · 10 years ago
  75. 141823e Merge "Be more conservative about current buffer" into lmp-mr1-dev by John Reck · 10 years ago
  76. 31b76b6 Merge "libandroidfw: Do not build device library when building SDK" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  77. 950ff1b Be more conservative about current buffer by John Reck · 10 years ago
  78. 23d307c Cleanup debug options by John Reck · 10 years ago
  79. f001e37 libandroidfw: Do not build device library when building SDK by Adam Lesinski · 10 years ago
  80. 879f237 Merge "Added some more Split density tests" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  81. 6029319 Added some more Split density tests by Adam Lesinski · 10 years ago
  82. badac04 Merge "Add some free zoom to lockHardwareCanvas" into lmp-mr1-dev by John Reck · 10 years ago
  83. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 10 years ago
  84. 5c9d717 Fix damage bug by John Reck · 10 years ago
  85. 733bb3b Merge "Fix memory corruption in test" into lmp-mr1-dev by John Reck · 10 years ago
  86. bb2d0cc Surface:lockHardwareCanvas by John Reck · 10 years ago
  87. af60831 Fix memory corruption in test by John Reck · 10 years ago
  88. 94c40fe CARD LAND! by John Reck · 10 years ago
  89. be003a3 am f23e3ea6: am aeef612f: Merge "Search all packages for a given type string when looking up resources by name" into lmp-dev by Adam Lesinski · 10 years ago
  90. e60a87f Search all packages for a given type string when looking up resources by name by Adam Lesinski · 10 years ago
  91. 786afcb Trim graphics memory when closing the shade by Jorim Jaggi · 10 years ago
  92. 8cdb0bc Merge "Use float instead of double to increase spot shadow perf" into lmp-mr1-dev by ztenghui · 10 years ago
  93. 6a2296d am 9da6e743: am d988a45d: Merge "Cleanup DeferredLayerUpdater" into lmp-dev by John Reck · 10 years ago
  94. 9122b1b Use float instead of double to increase spot shadow perf by ztenghui · 10 years ago
  95. 749906b Cleanup DeferredLayerUpdater by John Reck · 10 years ago
  96. 497cb6c Merge "Avoid creating Caches instance with gfxinfo dump" into lmp-mr1-dev by Chris Craik · 10 years ago
  97. 59e129f Merge "Account for colorfilter transparency in determining paint opacity" into lmp-mr1-dev by Chris Craik · 10 years ago
  98. 5f24386 am 9ad17521: am f9033048: Merge "+ correcting shadow visual appearance (b/17610926)" into lmp-dev by ztenghui · 10 years ago
  99. c5b5f05 Account for colorfilter transparency in determining paint opacity by Chris Craik · 10 years ago
  100. 8def74d + correcting shadow visual appearance (b/17610926) by ztenghui · 10 years ago