1. 3399ec3 am b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip." by Ben Cheng · 11 years ago
  2. b386bfd am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip." by Ben Cheng · 11 years ago
  3. 65ba94f Use default visibility for Snapshot::getLocalClip. by Ben Cheng · 11 years ago
  4. 22d0746 resolved conflicts for merge of eaab4df0 to klp-modular-dev-plus-aosp by Narayan Kamath · 11 years ago
  5. eaab4df am cd3f60f3: Merge "AArch64: Make frameworks/base code more portable" by Narayan Kamath · 11 years ago
  6. f5df700 AArch64: Make frameworks/base code more portable by Ashok Bhat · 11 years ago
  7. 7e55b35 am 4118480a: am 80470cdf: Merge "Solve three memory leaks related to PatchCache" by Chris Craik · 11 years ago
  8. 4118480 am 80470cdf: Merge "Solve three memory leaks related to PatchCache" by Chris Craik · 11 years ago
  9. 6056e10 Solve three memory leaks related to PatchCache by Jens Gulin · 11 years ago
  10. 4eefde2 am 29f00c9f: am 7c9bd98a: am 89513ee5: Merge "Fix projection offset caching - DO NOT MERGE" into klp-dev by Chris Craik · 11 years ago
  11. 29f00c9 am 7c9bd98a: am 89513ee5: Merge "Fix projection offset caching - DO NOT MERGE" into klp-dev by Chris Craik · 11 years ago
  12. 5d39a77 Fix projection offset caching - DO NOT MERGE by Chris Craik · 11 years ago
  13. 96978ee am f8d8777d: Update framework to use M33 Skia. DO NOT MERGE by Leon Scroggins III · 11 years ago
  14. f8d8777 Update framework to use M33 Skia. DO NOT MERGE by Leon Scroggins III · 11 years ago
  15. bbf8266 am 6e2fb587: Merge "LP64: Make 9 patches architecture agnostic." by Narayan Kamath · 11 years ago
  16. 6381dd4 LP64: Make 9 patches architecture agnostic. by Narayan Kamath · 11 years ago
  17. 5e49b49 Update framework to use M33 Skia. DO NOT MERGE by Leon Scroggins III · 11 years ago
  18. 2c42b79 Fix AOSP build - DO NOT MERGE by Chris Craik · 11 years ago
  19. 36fad8f Fix graphics corruption caused by HWUI caches by Sangkyu Lee · 11 years ago
  20. 22c6663 Merge "Fixes for 64bit in libhwui" by Narayan Kamath · 11 years ago
  21. 73fc558 Fixes for 64bit in libhwui by Kévin PETIT · 11 years ago
  22. 4de3f48 AArch64: Make AssetAtlasService 64-bit compatible by Ashok Bhat · 11 years ago
  23. e9bea2a Fix TinyHashMap to use generic hash_type instead of hash_t by Ashok Bhat · 11 years ago
  24. 3ed1927 Fix for positioning of glyphs within a bitmap by Alexander Toresson · 11 years ago
  25. 9202873 Initialize pointer members to NULL to avoid illegal reference by lina.x.pi · 11 years ago
  26. 804ff38 Handle user-defined cache path for RS. by Tim Murray · 11 years ago
  27. dbccd44a Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 11 years ago
  28. a5ff739 Update the layer's alpha value upon composition of the layer by Digish Pandya · 11 years ago
  29. 318ae7b Take SkBitmap's stride into account when uploading textures Bug #10151807 by Romain Guy · 11 years ago
  30. d8a84a8 Merge "Correct bitmap merging logic" into klp-dev by Chris Craik · 11 years ago
  31. 996fe65 Correct bitmap merging logic by Chris Craik · 11 years ago
  32. 16c8406 fix emoji clipping in hw draw path by Victoria Lease · 11 years ago
  33. ce9ee16 Merge "Conservatively estimate geometry bounds" into klp-dev by Chris Craik · 11 years ago
  34. a42ceb0 Merge "Disallow negative scale matrices in merged Bitmap drawing" into klp-dev by Chris Craik · 11 years ago
  35. 32f05e3 Conservatively estimate geometry bounds by Chris Craik · 11 years ago
  36. d965bc5 Disallow negative scale matrices in merged Bitmap drawing by Chris Craik · 11 years ago
  37. 5af5fc5 Fix merged operation clipping by Chris Craik · 11 years ago
  38. 1de466f Always disable the clip for layers Bug #8149344 by Romain Guy · 11 years ago
  39. 88ee0da Merge "Move DeferredDisplayState out of ops" into klp-dev by Chris Craik · 11 years ago
  40. c1c5f08 Move DeferredDisplayState out of ops by Chris Craik · 11 years ago
  41. 874ae2a Merge "Fix scissor for functor invocation" into klp-dev by John Reck · 11 years ago
  42. 7a454ba Fix FontRenderer bug. by Tim Murray · 11 years ago
  43. 25d2f7b Fix scissor for functor invocation by John Reck · 11 years ago
  44. 9578e64 Add flags word to initialization. by Tim Murray · 11 years ago
  45. 66063ae Dump the right matrix when logging display lists by Chris Craik · 11 years ago
  46. 54f574a Move functor GL setup to just before functor by Chris Craik · 11 years ago
  47. 5d92320 Second attempt at avoiding infinite loop in PathCache::trim() Bug #10347089 by Romain Guy · 11 years ago
  48. 0a8c51b Properly account for created paths in the cache by Romain Guy · 11 years ago
  49. 627c6fd Add overdraw debugging that accounts for Deuteranomaly by Romain Guy · 11 years ago
  50. d8c8aaa Handle updates to C++ API. by Tim Murray · 11 years ago
  51. 46bfc48 Fix hardware layers lifecycle Bug #10075732 by Romain Guy · 11 years ago
  52. b0a41ed Prevent ANR in apps using drawPath() Bug #10347089 by Romain Guy · 11 years ago
  53. b746371 Clear FBO cache on full memory flush by Romain Guy · 11 years ago
  54. 723b2fe fix kBW_Format glyphs by Victoria Lease · 11 years ago
  55. 9b5a1a2 Take shadow bounds into account for quick rejects Bug #8634346 by Romain Guy · 11 years ago
  56. 0031230 Remove an unnecessary allocation by Romain Guy · 11 years ago
  57. 7f6d6b0 Split assets atlas batches Bug #10185769 by Romain Guy · 11 years ago
  58. 250b1cf Handle updates to RS C++ API. by Tim Murray · 11 years ago
  59. b213cec Merge "Fix quickReject's handling of AA ramp geometry" by Chris Craik · 11 years ago
  60. 5e49b30 Fix quickReject's handling of AA ramp geometry by Chris Craik · 11 years ago
  61. b7b93e0 Fix region clipping bugs See external bug #58344 by Romain Guy · 11 years ago
  62. 1e54681 Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) by Victoria Lease · 11 years ago
  63. fb6c743 Merge "Fix 9patches' limitation of 32 empty quads" by Romain Guy · 11 years ago
  64. 6cad757 Fix 9patches' limitation of 32 empty quads by Romain Guy · 11 years ago
  65. 9842770 Merge "Ensure glActiveTexture is cleaned up correctly on functor resume" by Chris Craik · 11 years ago
  66. 9ab2d18 Ensure glActiveTexture is cleaned up correctly on functor resume by Chris Craik · 11 years ago
  67. 448455f Use global indices array to draw layers by Romain Guy · 11 years ago
  68. b3d8388 Merge "Support stencil-based clipping for functors" by Chris Craik · 11 years ago
  69. 4e7b772 Fix crashes in setMatrix() and concat() by Romain Guy · 11 years ago
  70. ecca6da Support stencil-based clipping for functors by Chris Craik · 11 years ago
  71. 0c20c38 Use global references for Bitmap AndroidPixelRefs by Chris Craik · 11 years ago
  72. c36fe2f am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage2D Bug #9425270" into jb-mr2-dev by Romain Guy · 11 years ago
  73. b254c24 Fix out of range glCopyTexImage2D Bug #9425270 by Romain Guy · 11 years ago
  74. 55b6f95 Track the atlas' generation ID Bug #9589379 by Romain Guy · 11 years ago
  75. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  76. f296dca (Small) 9patch drawing improvements by Romain Guy · 11 years ago
  77. 4f20f8a Merge "Initialize MergingDrawBatch clip with viewport bounds" by Chris Craik · 11 years ago
  78. 0e87f00 Initialize MergingDrawBatch clip with viewport bounds by Chris Craik · 11 years ago
  79. 64d5921 Merge "Refcount the paint used by Canvas.drawPatch()" by Romain Guy · 11 years ago
  80. 16ea8d3 Refcount the paint used by Canvas.drawPatch() by Romain Guy · 11 years ago
  81. 2c29039 Merge "Batch 9-patches in a single mesh whenever possible" by Romain Guy · 11 years ago
  82. ede7eb7 Merge "Make op outputting const, for more general logging" by Chris Craik · 11 years ago
  83. 03c00b5 Batch 9-patches in a single mesh whenever possible by Romain Guy · 11 years ago
  84. d485ef2 Merge "An identity matrix should be considered a pure translate matrix" by Romain Guy · 11 years ago
  85. f6bed4f An identity matrix should be considered a pure translate matrix by Romain Guy · 11 years ago
  86. d4fed90 Merge "Add debugging logs for GPU pixel buffers" by Romain Guy · 11 years ago
  87. 9e6f3ac Add debugging logs for GPU pixel buffers by Romain Guy · 11 years ago
  88. c5493fb Make op outputting const, for more general logging by Chris Craik · 11 years ago
  89. fb5a41a Merge "Fix regression: TextureView.setAlpha() was ignored" by Romain Guy · 11 years ago
  90. 2458939 Fix regression: TextureView.setAlpha() was ignored by Romain Guy · 11 years ago
  91. cadc5bf Merge "Share Caches' index buffer with FontRenderer" by Romain Guy · 11 years ago
  92. 31e08e9 Share Caches' index buffer with FontRenderer by Romain Guy · 11 years ago
  93. 77d55c7e Merge "Take hinting into account when caching fonts Bug #9464403" by Romain Guy · 11 years ago
  94. 2d5945e Take hinting into account when caching fonts Bug #9464403 by Romain Guy · 11 years ago
  95. 49cc5d7 Merge "Handle all text bounds as post-translated" by Chris Craik · 11 years ago
  96. f09b746 Handle all text bounds as post-translated by Chris Craik · 11 years ago
  97. 36d38cb Merge "Better handle op size edge cases" by Chris Craik · 11 years ago
  98. d72b73c Better handle op size edge cases by Chris Craik · 11 years ago
  99. fb5c905 Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706" by Romain Guy · 11 years ago
  100. e93482f Cancel layer update when a layer is about to be destroyed Bug #9310706 by Romain Guy · 11 years ago