1. 6c67f1d SkClipOp is now an enum class by Mike Reed · 9 years ago
  2. 68a9dd8 Merge "HWUI: set correct sampler for external texture in shaders" by Sergei Vasilinetc · 9 years ago
  3. 9c97e48 HWUI: set correct sampler for external texture in shaders by sergeyv · 9 years ago
  4. fb1bc8b Merge "SkCanvas is no longer refcnted, use SkClipOps" by TreeHugger Robot · 9 years ago
  5. a247df0 Merge "Pre-multiply gradient colors the right way" by Romain Guy · 9 years ago
  6. d43eaa9 SkCanvas is no longer refcnted, use SkClipOps by Mike Reed · 9 years ago
  7. ee708fa Remove unnecessary dependency, and fix the chain by Leon Scroggins III · 9 years ago
  8. a0ed6f0 Pre-multiply gradient colors the right way by Romain Guy · 9 years ago
  9. 7a7c921 Merge "Add more Skia pipeline unit tests." by TreeHugger Robot · 9 years ago
  10. 5277127 Add more Skia pipeline unit tests. by Stan Iliev · 9 years ago
  11. 8600928 Merge "Make HWUI makefile include external/skia/src/utils" by TreeHugger Robot · 9 years ago
  12. 82c581d Make HWUI makefile include external/skia/src/utils by Leon Scroggins III · 9 years ago
  13. ce44045 Merge "Fix window copy for rotation = 90/270" by John Reck · 9 years ago
  14. cd55852 Make buffer age work in Vulkan by Greg Daniel · 9 years ago
  15. 912bebe Fix window copy for rotation = 90/270 by John Reck · 9 years ago
  16. 9a648a1 Merge "switch over clip calls to use SkClipOp instead of SkRegion::Op" by Mike Reed · 9 years ago
  17. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 9 years ago
  18. 10219fb SkImageEncoder->SkEncodeImage by Hal Canary · 9 years ago
  19. f223774 Merge "Recreate the bitmap cache when it is smaller than needed" by Tenghui Zhu · 9 years ago
  20. 4a3818d Merge "Fix a crash in skia pipeline, when empty reorder block is first" by TreeHugger Robot · 9 years ago
  21. e9bf7c8 Merge "Introduce PathInterpolator to native animators" by TreeHugger Robot · 9 years ago
  22. 54f67e7 Merge changes from topic 'glbytebuffer' by TreeHugger Robot · 9 years ago
  23. b136c85 Query GL version before using it by Romain Guy · 9 years ago
  24. 347691f Fix a crash in skia pipeline, when empty reorder block is first by Stan Iliev · 9 years ago
  25. 6c670ec Merge "Add hwui test for correct refcounting of SkColorTable in Bitmap" by TreeHugger Robot · 9 years ago
  26. 8a5a950 Fix LUTInterpolator lookup table position calc am: 0940834c8c am: 00d348ec26 by Doris Liu · 9 years ago
  27. 00d348e Fix LUTInterpolator lookup table position calc am: 0940834c8c by Doris Liu · 9 years ago
  28. 9e9eeee Introduce PathInterpolator to native animators by Doris Liu · 9 years ago
  29. 0940834 Fix LUTInterpolator lookup table position calc by Doris Liu · 9 years ago
  30. 71c4477 Add hwui test for correct refcounting of SkColorTable in Bitmap by sergeyv · 9 years ago
  31. c1e6a12 Merge "Add createHardwareBitmap on GraphicBuffer for SysUI" by Sergei Vasilinetc · 9 years ago
  32. 9a02987 Add createHardwareBitmap on GraphicBuffer for SysUI by sergeyv · 9 years ago
  33. 711b6ae Merge "Add overdraw debugging feature to Skia pipelines" by Matt Sarett · 9 years ago
  34. f58cc92 Add overdraw debugging feature to Skia pipelines by Matt Sarett · 9 years ago
  35. d738d1b Merge "Fix hwui compile error only seen with debug switch." by TreeHugger Robot · 9 years ago
  36. 338da9c Merge "SkCanvas is no longer reference-counted" by Mike Reed · 9 years ago
  37. 116c376 Fix hwui compile error only seen with debug switch. by Daichi Hirono · 9 years ago
  38. 88e0891 Fix draw order for non-RenderNode draw commands by Stan Iliev · 9 years ago
  39. 6acfe16 SkCanvas is no longer reference-counted by Mike Reed · 9 years ago
  40. db45a4b Fix Skia render node projection to match HWUI by Stan Iliev · 9 years ago
  41. 57624d1 Merge "Support readback from hardware bitmaps" by TreeHugger Robot · 9 years ago
  42. 59eecb52 Support readback from hardware bitmaps by sergeyv · 9 years ago
  43. b2db159 Merge "Remove obsolete interface GetTable." by Seigo Nonaka · 9 years ago
  44. 91d1bbc Merge "Avoid starving RT anims" am: f77c220aa9 am: 7269372d5f by John Reck · 9 years ago
  45. 7269372 Merge "Avoid starving RT anims" am: f77c220aa9 by John Reck · 9 years ago
  46. f77c220 Merge "Avoid starving RT anims" by Treehugger Robot · 9 years ago
  47. a5b7b89 Avoid starving RT anims by John Reck · 9 years ago
  48. 769ccdb Merge "Avoid starving RT anims" by John Reck · 9 years ago
  49. e92d404 Merge "Update pinImages to report when GPU resource limits are exceeded." by Derek Sollenberger · 9 years ago
  50. 6acb4ef Merge "Support Surface and Layer Readback in the SkiaPipelines." by TreeHugger Robot · 9 years ago
  51. 189e874 Update pinImages to report when GPU resource limits are exceeded. by Derek Sollenberger · 9 years ago
  52. b7e33a0 Remove obsolete interface GetTable. by Seigo Nonaka · 9 years ago
  53. 1a62591 Merge "Add wordSpacing parameter to Paint" by Seigo Nonaka · 9 years ago
  54. c4428c1 Merge "Add layer updates debugging feature to Skia pipelines" by TreeHugger Robot · 9 years ago
  55. 037fc18 Recreate the bitmap cache when it is smaller than needed by Teng-Hui Zhu · 9 years ago
  56. 79756be Add layer updates debugging feature to Skia pipelines by Matt Sarett · 9 years ago
  57. c4fbada Support Surface and Layer Readback in the SkiaPipelines. by Derek Sollenberger · 9 years ago
  58. 5e3935e Merge "Support hardware bitmaps in bitmap shaders" by Sergei Vasilinetc · 9 years ago
  59. 7b4d850 Fix call to deprecated range_x(). by Martijn Coenen · 9 years ago
  60. bbec302 Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a am: 6e2c276c78 by Martijn Coenen · 9 years ago
  61. 6e2c276 Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a by Martijn Coenen · 9 years ago
  62. d03b17c Merge "Fix deprecated range_x calls." am: 87cafe8f33 by Martijn Coenen · 9 years ago
  63. 219e2c79 Add wordSpacing parameter to Paint by Seigo Nonaka · 9 years ago
  64. 554ffeb Support hardware bitmaps in bitmap shaders by sergeyv · 9 years ago
  65. 9669487 Merge "Move test only initialization to each test setup." by Seigo Nonaka · 9 years ago
  66. 12efa55 Avoid starving RT anims by John Reck · 9 years ago
  67. 90213f3 Fix deprecated range_x calls. by Martijn Coenen · 9 years ago
  68. 199ab1f Merge "Use layered version of graphic buffer allocation calls." by TreeHugger Robot · 9 years ago
  69. b6e2013 Move test only initialization to each test setup. by Seigo Nonaka · 9 years ago
  70. af9dc4d Merge "Handle vulkan windowing directly in SkiaVulkanPipeline" by Derek Sollenberger · 9 years ago
  71. 0b5c643 Fix unit tests by John Reck · 9 years ago
  72. 850054c Use layered version of graphic buffer allocation calls. by Craig Donner · 9 years ago
  73. e547dd0 Cleanup asserts and remove usage of deprecated data structure. by Derek Sollenberger · 9 years ago
  74. 0e3cba3 Handle vulkan windowing directly in SkiaVulkanPipeline by Derek Sollenberger · 9 years ago
  75. e3d281e Merge "Add debug memory tracking to SkiaGLPipeline" by TreeHugger Robot · 9 years ago
  76. 4bda6bf Add debug memory tracking to SkiaGLPipeline by Matt Sarett · 9 years ago
  77. 9310f59 Merge "Fix bug with displaying visual profile bars" by TreeHugger Robot · 9 years ago
  78. 3e62009 Merge "Refactor pin/unpinImages to work across pipelines." by Derek Sollenberger · 9 years ago
  79. 1dc5fba Merge "Enable SkiaPipelines to interoperate with existing GlesDriver configs." by Derek Sollenberger · 9 years ago
  80. 4c9bbf4 Fix bug with displaying visual profile bars by Matt Sarett · 9 years ago
  81. 7e044fe Enable SkiaPipelines to interoperate with existing GlesDriver configs. by Derek Sollenberger · 9 years ago
  82. b7d34b6 Refactor pin/unpinImages to work across pipelines. by Derek Sollenberger · 9 years ago
  83. 4b561774 Merge "Make sure the Typeface is loaded before calling measureText." by Seigo Nonaka · 9 years ago
  84. b365b0d Merge "Re-unite sources with their headers" am: e43444a00b am: 946d11d216 by John Reck · 9 years ago
  85. 946d11d Merge "Re-unite sources with their headers" am: e43444a00b by John Reck · 9 years ago
  86. 03b5d50 Re-unite sources with their headers by John Reck · 9 years ago
  87. 437d4e0 Merge "Re-unite sources with their headers" by John Reck · 9 years ago
  88. 3d36fac Merge "Add SkiaProfileRenderer to draw visual debugging info" by TreeHugger Robot · 9 years ago
  89. cf2c05c Add SkiaProfileRenderer to draw visual debugging info by Matt Sarett · 9 years ago
  90. f6113af Re-unite sources with their headers by John Reck · 9 years ago
  91. eea591b Merge "Fix RenderNodeDrawable to draw nonzero Z nodes when needed" by TreeHugger Robot · 9 years ago
  92. 18da04e Merge "Implement onDrawTextBlob in the SkiaCanvasProxy." by TreeHugger Robot · 9 years ago
  93. 4080072 Merge "Implement Skia pipelines for OpenGL and Vulkan." by TreeHugger Robot · 9 years ago
  94. 1106b82 Merge "Reference ctable when adopting pointer in Bitmap" by TreeHugger Robot · 9 years ago
  95. c96468b Merge "update callers to newer Skia APIs" by TreeHugger Robot · 9 years ago
  96. 2f06e8a Fix RenderNodeDrawable to draw nonzero Z nodes when needed by Stan Iliev · 9 years ago
  97. 09bd6c2 Implement onDrawTextBlob in the SkiaCanvasProxy. by Derek Sollenberger · 9 years ago
  98. 500a0c3 Implement Skia pipelines for OpenGL and Vulkan. by Stan Iliev · 9 years ago
  99. f0503b0 Merge "Add benchmarks for View inflation" by John Reck · 9 years ago
  100. 003f142 Reference ctable when adopting pointer in Bitmap by sergeyv · 9 years ago