1. 3682251 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 7 years ago
  2. c0cd1d7f Merge "New WebViewFunctor API" by John Reck · 7 years ago
  3. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 7 years ago
  4. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  5. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 7 years ago
  6. 283bb46 New WebViewFunctor API by John Reck · 7 years ago
  7. 05f1d5c remove overrides of onDrawText -- no longer called by Mike Reed · 7 years ago
  8. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 7 years ago
  9. 5fdb83b Merge "Set the color space to sRGB on the Surface and remove colorFilter." by Derek Sollenberger · 7 years ago
  10. dbb4bc8 Update method signature to match private Skia header. by Derek Sollenberger · 7 years ago
  11. 8e539ca Add a sprinkle of speculative anti-crash dust by John Reck · 7 years ago
  12. d01b591 Set the color space to sRGB on the Surface and remove colorFilter. by Derek Sollenberger · 7 years ago
  13. 54c6a27 Keep file path used to create SkTypeface in MinikinFontSkia by Seigo Nonaka · 7 years ago
  14. e65e6c0 Merge "Remove unused classes from HWUI." by Derek Sollenberger · 7 years ago
  15. d0a6156 delete tests for deprecated isABitmap by Mike Reed · 7 years ago
  16. f3338bd SkRect::MakeLargest is deprecated, so create our own by Mike Reed · 7 years ago
  17. 7290327 Remove unused classes from HWUI. by Derek Sollenberger · 7 years ago
  18. 189021b Partially revert "[HWUI] Implement legacy color mode." by Peiyong Lin · 7 years ago
  19. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 7 years ago
  20. a500cea Merge "Implement WebView support for Vulkan using temporary buffer" by TreeHugger Robot · 7 years ago
  21. 11606ff Implement WebView support for Vulkan using temporary buffer by Stan Iliev · 7 years ago
  22. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 7 years ago
  23. 1f6aa12 [HWUI] Implement legacy color mode. by Peiyong Lin · 7 years ago
  24. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 7 years ago
  25. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 7 years ago
  26. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 7 years ago
  27. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 7 years ago
  28. 8f45d4a New DisplayList v2 by John Reck · 7 years ago
  29. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 7 years ago
  30. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 7 years ago
  31. d19d394 onDrawTextOnPath is deprecated (not called) by Mike Reed · 7 years ago
  32. 54d7032 Restore matrix transform for out-of-order render nodes by Stan Iliev · 7 years ago
  33. faaf687 remove unneeded RecordedOps by Mike Reed · 7 years ago
  34. d9d7f12 Delete a bunch of code by John Reck · 7 years ago
  35. 551d08e Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing by Derek Sollenberger · 7 years ago
  36. 635dc18 Merge "Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing" by android-build-team Robot · 7 years ago
  37. be3876c Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing by Derek Sollenberger · 7 years ago
  38. 1e51071 Remove RenderThread from EglManager by John Reck · 7 years ago
  39. 8d009c6 Merge "Adding privacy tags to graphicsstats proto." by TreeHugger Robot · 7 years ago
  40. 1856a4c Adding privacy tags to graphicsstats proto. by Kweku Adams · 7 years ago
  41. 228b6d2 Adding privacy tags to graphicsstats proto. by Kweku Adams · 7 years ago
  42. 18f442e Remove RenderPipelineType::OpenGL (1/many) by John Reck · 7 years ago
  43. b1f27aa Free up all scratch resources when the app's UI is hidden by Derek Sollenberger · 7 years ago
  44. 4ad0e14 More path validation for better error message by Doris Liu · 7 years ago
  45. 5642847 Don't use IPC in isolateProcess by John Reck · 7 years ago
  46. 71195ab Fix the Skia roll - implement onWritePixels by Leon Scroggins III · 7 years ago
  47. 5b5e00a Merge "Cache VectorDrawable bounds at record time" by TreeHugger Robot · 7 years ago
  48. 65e678f Cache VectorDrawable bounds at record time by Stan Iliev · 7 years ago
  49. 0606a88 Use new minikin::Font constructor by Seigo Nonaka · 8 years ago
  50. 36dadcf Revert "Use new minikin::Font constructor" by Seigo Nonaka · 7 years ago
  51. ab40df9 Use new minikin::Font constructor by Seigo Nonaka · 8 years ago
  52. 99d66f0 Update Typeface test implementation not to copy minikin::Font by Seigo Nonaka · 8 years ago
  53. 7e100e9 Improve layer rendering quality by Stan Iliev · 8 years ago
  54. ec08381 Refactor TestUtils::drawUtf8ToCanvas usage in macrobench tests by Stan Iliev · 8 years ago
  55. 12f9b06 Update VectorDrawables to use Skia's drawArc implementation. by Derek Sollenberger · 8 years ago
  56. 03e6cff7 Allocate textures in multiples of LAYER_SIZE. by Derek Sollenberger · 8 years ago
  57. 70910fd Verify that b/68859852 won't happen again by Yuqian Li · 8 years ago
  58. c52075e Update FontStyle location in minikin. by Seigo Nonaka · 8 years ago
  59. d495f43 Implement SkSL cache by Stan Iliev · 8 years ago
  60. 20866c1 Use enum class for FontVariation and update MinikinUtils by Seigo Nonaka · 8 years ago
  61. 1bcacfd Format the world (or just HWUI) by John Reck · 8 years ago
  62. 9e5f228 Merge "Switch to a fancy new queue" by John Reck · 8 years ago
  63. f8441e6 Switch to a fancy new queue by John Reck · 8 years ago
  64. 7c93e86 Make casting to bidi flags explicit by Seigo Nonaka · 8 years ago
  65. 30dfc68 Merge "Convert skpCaptureEnabled compile time flag into a property" by TreeHugger Robot · 8 years ago
  66. e9d0012 Convert skpCaptureEnabled compile time flag into a property by Stan Iliev · 8 years ago
  67. 47fed6ba Fix crash in "Tree::updateBitmapCache" by Stan Iliev · 8 years ago
  68. 2763fb7 Use own enum instead of SkTypeface::Style. by Ben Wagner · 8 years ago
  69. 839a186 use new SkFontMgr API by Mike Reed · 8 years ago
  70. 1346202 Merge "Add test for first draw blend behavior in HWUI pipeline" into oc-mr1-dev am: 8f50f52eb2 by Chris Craik · 8 years ago
  71. 01ed792 Add test for first draw blend behavior in HWUI pipeline by Chris Craik · 8 years ago
  72. 938e884 Avoid setting high contrast in every view draw by John Reck · 8 years ago
  73. 642ebea Delete all ro.hwui.* props by John Reck · 8 years ago
  74. 891f481 Merge "Refactoring: Deprecate Paint.mNativeTypeface." by TreeHugger Robot · 8 years ago
  75. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 8 years ago
  76. fa3e340 Use colorFilters when rendering to an sRGB bitmap. by Derek Sollenberger · 8 years ago
  77. a7f6af2c Revert "Use colorFilters when rendering to an sRGB bitmap." by Derek Sollenberger · 8 years ago
  78. b851b19 Use colorFilters when rendering to an sRGB bitmap. by Derek Sollenberger · 8 years ago
  79. 5693b24 Merge "Delete all ro.hwui.* props" by John Reck · 8 years ago
  80. 8dc02f9 Delete all ro.hwui.* props by John Reck · 8 years ago
  81. 3310fb1 Cache VectorDrawables in an atlas by Stan Iliev · 8 years ago
  82. f51a80d Remove more references to kIndex_8 by Leon Scroggins III · 8 years ago
  83. 7075c79 Split out jank data from policy by John Reck · 8 years ago
  84. 46199f8 relax expected tile modes by Mike Reed · 8 years ago
  85. 07ae505 Use RGBA16F layers when wide color gamut rendering is on by Romain Guy · 8 years ago
  86. f9e45d1 Implement CacheManager for the Skia pipelines. by Derek Sollenberger · 8 years ago
  87. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 8 years ago
  88. 2653f83 don't need custom shader to track ref-counts by Mike Reed · 8 years ago
  89. 915883b Switch to protobuf lite by John Reck · 8 years ago
  90. 61563f9 Merge "Remove unused lambda captures" am: 1101f45613 am: c7ce115073 am: ca9988f0f9 by Yi Kong · 8 years ago
  91. d71a903 Merge "Remove unused lambda captures" am: 1101f45613 am: c7ce115073 by Yi Kong · 8 years ago
  92. 1f9c461 Fix double bolding by Seigo Nonaka · 8 years ago
  93. b223382 Remove unused lambda captures by Yi Kong · 8 years ago
  94. 99c9bf6 Fix 64-bit GraphicStats.findRootPath test by Colin Cross · 8 years ago
  95. d1267d3 Merge "Make all FrameBuilderTests run on RT" into oc-dev am: ecc121d8bf by Chris Craik · 8 years ago
  96. e681bf6 Make all FrameBuilderTests run on RT by Chris Craik · 8 years ago
  97. 31e44d8 Merge "Add unit test for Skia path behavior" into oc-dev am: dc3ab163d3 by Matt Sarett · 8 years ago
  98. e07a91a Add unit test for Skia path behavior by Matt Sarett · 8 years ago
  99. 6954897 Merge "bitmaps and pixelrefs no longer need lock/unlock" by TreeHugger Robot · 8 years ago
  100. 7c0ae0f bitmaps and pixelrefs no longer need lock/unlock by Mike Reed · 8 years ago