1. 87e99a2 Ensure that hardware Bitmap has a ColorSpace by Leon Scroggins III · 6 years ago
  2. 1249757 Remove references to ANDROID_ENABLE_LINEAR_BLENDING by Leon Scroggins III · 6 years ago
  3. 6e35e63 Don't assume all FP16 bitmaps are linearly encoded. by Derek Sollenberger · 6 years ago
  4. be8fac26 Switch to skcms-based factories and getters in SkColorSpace by Brian Osman · 6 years ago
  5. 2c9dad7 Merge "Fix/suppress hwui google-explicit-constructor warnings" am: dcfef16295 am: 50991469e3 by Chih-Hung Hsieh · 6 years ago
  6. f21b0b6 Fix/suppress hwui google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  7. e216948 Cleanup of Bitmap.h entry points. by Derek Sollenberger · 6 years ago
  8. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 6 years ago
  9. 0aff62d Fix failing TextureViewTest by John Reck · 6 years ago
  10. 8e539ca Add a sprinkle of speculative anti-crash dust by John Reck · 6 years ago
  11. 189021b Partially revert "[HWUI] Implement legacy color mode." by Peiyong Lin · 6 years ago
  12. 11606ff Implement WebView support for Vulkan using temporary buffer by Stan Iliev · 6 years ago
  13. 1f6aa12 [HWUI] Implement legacy color mode. by Peiyong Lin · 6 years ago
  14. c3b7c20 Remove dead code by John Reck · 6 years ago
  15. 8f45d4a New DisplayList v2 by John Reck · 6 years ago
  16. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 6 years ago
  17. 339cf9b More auto-dark stuff by John Reck · 6 years ago
  18. d9d7f12 Delete a bunch of code by John Reck · 7 years ago
  19. 8cafcc6 remove (dead) caches from hwui by Mike Reed · 7 years ago
  20. 551d08e Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing by Derek Sollenberger · 7 years ago
  21. be3876c Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing by Derek Sollenberger · 7 years ago
  22. 8546c30 Revert "Revert "Update material_deep_teal_500 to #008577."" by Andrew Sapperstein · 7 years ago
  23. 9720a34 Revert "Revert "Update material_deep_teal_500 to #008577."" by Andrew Sapperstein · 7 years ago
  24. 431d9d6 Revert "Update material_deep_teal_500 to #008577." by Andrew Sapperstein · 7 years ago
  25. 5c228d5 Update material_deep_teal_500 to #008577. by Andrew Sapperstein · 7 years ago
  26. 12f9b06 Update VectorDrawables to use Skia's drawArc implementation. by Derek Sollenberger · 7 years ago
  27. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  28. caaaa66 Convert bitmaps to sRGB/scRGB when they have a color profile by Romain Guy · 8 years ago
  29. a0a74d5 use _deprecated suffix for deprecated clipops by Mike Reed · 8 years ago
  30. 7ef25b7 Merge "Add ColorSpace information on Bitmap" by TreeHugger Robot · 8 years ago
  31. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 8 years ago
  32. 792fb32 Use SkPaint.nothingToDraw instead of PaintUtils helper. by Derek Sollenberger · 8 years ago
  33. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 8 years ago
  34. 91627f6 Fix incorrect comments by Romain Guy · 8 years ago
  35. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 8 years ago
  36. db15537 resolve merge conflicts of 082a1721b516 to master by Mark Salyzyn · 8 years ago
  37. 52eb4e0 Replace cutils/log.h and log/logger.h with log/log.h by Mark Salyzyn · 8 years ago
  38. 66b9d44 Revert "try to stop using exotic clipps" by Chris Craik · 8 years ago
  39. 834653b try to stop using exotic clipps by Mike Reed · 8 years ago
  40. 6c67f1d SkClipOp is now an enum class by Mike Reed · 8 years ago
  41. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  42. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  43. c2f31df use SkBlendMode by Mike Reed · 8 years ago
  44. 97cc85f Merge "Routine to upload hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  45. 694d499 Routine to upload hardware bitmaps by sergeyv · 8 years ago
  46. 7de7385 Implement getTransparentRegion() using SkLatticeIter by Matt Sarett · 8 years ago
  47. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  48. 8762e33 Various fixes for linear blending and gradients by Romain Guy · 8 years ago
  49. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  50. 25c9f6c Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7 am: d7a69e04eb am: 842f1e48e7 by Chih-hung Hsieh · 8 years ago
  51. 1f50f80 Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7 am: d7a69e04eb by Chih-hung Hsieh · 8 years ago
  52. a619ec7 Fix google-explicit-constructor warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  53. 56996ff resolve merge conflicts of 76ce8e5 to stage-aosp-master am: ed935c32f4 by Chih-Hung Hsieh · 8 years ago
  54. ed935c3 resolve merge conflicts of 76ce8e5 to stage-aosp-master by Chih-Hung Hsieh · 8 years ago
  55. f35c939 Fix clang-tidy warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  56. 4979645 Fix clang-tidy warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  57. c3849aa HWUI: reimplement rendernode ouput for single stream by sergeyv · 8 years ago
  58. 29c32cd Remove unused include SkNinePatch.h by Matt Sarett · 8 years ago
  59. 63d8aa9 Merge \\\"Fix missing IpConnectivity metrics\\\" into nyc-mr1-dev am: 66e7752ad1 am: b2db402899 by Hugo Benichi · 8 years ago
  60. fb5c675 resolve merge conflicts of 67daab6 to nyc-mr1-dev-plus-aosp by John Reck · 8 years ago
  61. 2d5b8d7 Teach JankTracker about new swap behaviors by John Reck · 8 years ago
  62. faecb78 Fix google-explicit-constructor warnings in frameworks/base by Chih-Hung Hsieh · 8 years ago
  63. 5e00c7c Delete old rendering pipeline by Chris Craik · 8 years ago
  64. ab1080c Delete unused args by John Reck · 8 years ago
  65. 1ec2fd7 stephenli@ manually merge many commits up to '032dcff' by The Android Automerger · 8 years ago
  66. 0a87059 resolve merge conflicts of 404e2b2 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  67. cef190d Fix misc-macro-parentheses warnings in hwui and graphic jni. by Chih-Hung Hsieh · 8 years ago
  68. a7a6be1 Merge "Turn off some path drawing logs by default" by Tenghui Zhu · 8 years ago
  69. 3727a7f Remove dead code from NinePatch::Draw by Matt Sarett · 8 years ago
  70. d53e3be Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  71. 85d9952 Turn off some path drawing logs by default by Teng-Hui Zhu · 9 years ago
  72. 849ffa3 Merge "Stop comparing Descriptions with memcmp" into nyc-dev am: e414371 by Sergei Vasilinetc · 9 years ago
  73. e414371 Merge "Stop comparing Descriptions with memcmp" into nyc-dev by Sergei Vasilinetc · 9 years ago
  74. 7224e2b Stop comparing Descriptions with memcmp by sergeyv · 9 years ago
  75. 4e2838e Merge "Fix some edge cases" into nyc-dev am: 4a62eff am: c01a9b6 by John Reck · 9 years ago
  76. 51f2d60 Fix some edge cases by John Reck · 9 years ago
  77. 5a23f2d Merge "Overdraw avoidance in new pipeline" into nyc-dev am: 80a67f3 am: f42e9b1 by Chris Craik · 9 years ago
  78. 80d2ade Overdraw avoidance in new pipeline by Chris Craik · 9 years ago
  79. a15762e Support op dumping in new pipeline am: 91eff22b5d am: d39f57e0a7 by Chris Craik · 9 years ago
  80. 91eff22 Support op dumping in new pipeline by Chris Craik · 9 years ago
  81. a17b536 Merge "Add create_trivial_array" into nyc-dev am: 339fc0a1d2 am: 064b467718 by Chris Craik · 9 years ago
  82. ed87fa2 Use android_memset32 instead of sk_memset32. by Ben Wagner · 9 years ago
  83. 7a89600 Add create_trivial_array by Chris Craik · 9 years ago
  84. 7df9ff2 Fix all LA memory leaks forever! by John Reck · 9 years ago
  85. e537330 Revert "Fix all LA memory leaks forever!" by John Reck · 9 years ago
  86. 499d83f Fix all LA memory leaks forever! by John Reck · 9 years ago
  87. c52ac0b Merge "Add fine-grained debug layer" by John Reck · 9 years ago
  88. 975591a Add fine-grained debug layer by John Reck · 9 years ago
  89. a3f16d4 Replace SkALWAYSBREAK with equivalent Android macros. by Derek Sollenberger · 9 years ago
  90. 2de7771 Normalize GL_UNPACK_ALIGNMENT by John Reck · 9 years ago
  91. 9372ac3 Fix ordering of texture->upload arguments by John Reck · 9 years ago
  92. cbc5bd5 Merge "Track texture memory globally" by John Reck · 9 years ago
  93. 38e0c32 Track texture memory globally by John Reck · 9 years ago
  94. 3d5278b Update TestWindowContext to work with new HWUI ops. by Derek Sollenberger · 9 years ago
  95. f5baedb Merge "Stencil support in new recorder/reorderer" by Chris Craik · 9 years ago
  96. e4db79d Stencil support in new recorder/reorderer by Chris Craik · 9 years ago
  97. 4bbc293 VectorDrawable native rendering - Step 3 of MANY by Doris Liu · 9 years ago
  98. 58862c9 Fix leak of file descriptors in test code by Tom Hudson · 9 years ago
  99. a21c1da make RingBuffer const viable by Andres Morales · 9 years ago
  100. 8160f20 Reorganize hwui test directories by Chris Craik · 9 years ago