1. b5bc454 Teach LA how to destroy by John Reck · 9 years ago
  2. 1ed7237 Move LinearAlloc to libhuwi by John Reck · 9 years ago
  3. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  4. 2099ee8 Merge "Rename native DisplayListRenderer to DisplayListCanvas" by Chris Craik · 9 years ago
  5. dee66b6 Simplify TaskManager fallback path by Chris Craik · 9 years ago
  6. db663fe Rename native DisplayListRenderer to DisplayListCanvas by Chris Craik · 9 years ago
  7. 9d4efdf Revert "A bunch more cleanups" by John Reck · 9 years ago
  8. 7809f83 Revert "Move AssetAtlas off of SkBitmap*" by John Reck · 9 years ago
  9. afbeb2c Merge "Revert "Remove Bitmap#getSkBitmap"" by John Reck · 9 years ago
  10. 1ff961d Revert "Remove Bitmap#getSkBitmap" by John Reck · 9 years ago
  11. 9543c0b Merge "Fix offset of composeLayerRegion" by Tom Hudson · 9 years ago
  12. 040b6d8 Fix offset of composeLayerRegion by Tom Hudson · 9 years ago
  13. 8560630 Merge "Remove Bitmap#getSkBitmap" by John Reck · 9 years ago
  14. 4bd981e Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  15. 8315167 Merge "Move AssetAtlas off of SkBitmap*" by John Reck · 9 years ago
  16. 87ffb63 Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  17. 20c2b3e Fix positioned text bounds by Tom Hudson · 9 years ago
  18. f7a6148 Merge "A bunch more cleanups" by John Reck · 9 years ago
  19. 39606e9 am 7b09e7a9: am 44d7989a: am 571c5a26: Merge "Fix UB in ResourceTable::stringToInt." by Dan Albert · 9 years ago
  20. 571c5a2 Merge "Fix UB in ResourceTable::stringToInt." by Dan Albert · 9 years ago
  21. c294d12 A bunch more cleanups by John Reck · 9 years ago
  22. 34e79c1 Convert from glyph count to byte length by Tom Hudson · 9 years ago
  23. cdd3021 am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." by John Reck · 9 years ago
  24. 72aaa88 am 6b6645c8: am 1a595833: am d56e087b: Merge "Fixing memory leak in RenderBufferCache" by John Reck · 9 years ago
  25. a08f6a6 Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." by John Reck · 9 years ago
  26. d56e087 Merge "Fixing memory leak in RenderBufferCache" by John Reck · 9 years ago
  27. 3f6d5aa Merge "Update the shadow fall off function from cosine to gaussian." by ztenghui · 9 years ago
  28. ecf091e Update the shadow fall off function from cosine to gaussian. by ztenghui · 10 years ago
  29. 1b4f316 Fix UB in ResourceTable::stringToInt. by Dan Albert · 9 years ago
  30. 05f5674 Fix 64-bit build. by Ying Wang · 9 years ago
  31. 379f264 Add stat collection start time by John Reck · 9 years ago
  32. b7acab6 Merge "Fix path clipping in VectorDrawable" by Chris Craik · 9 years ago
  33. e9c01a4 Fix path clipping in VectorDrawable by Chris Craik · 9 years ago
  34. 8284073 Delete pre-glop path by Chris Craik · 9 years ago
  35. 98fa0a3 Fix warn log format by John Reck · 9 years ago
  36. f6967e6 Merge "Enter RectangleMode when the clip region is a rectangle" by Tom Hudson · 9 years ago
  37. 9d7b585 Merge "Fix glop usage for drawTextureLayer" by Chris Craik · 9 years ago
  38. 31dbfc1 Fix glop usage for drawTextureLayer by Chris Craik · 9 years ago
  39. e30b53c Enter RectangleMode when the clip region is a rectangle by Tom Hudson · 9 years ago
  40. c74e289 Merge "Add GraphicsStatsService" by John Reck · 9 years ago
  41. 6e6af0d Merge "Add payload-size preflight stage to full transport backup" by Christopher Tate · 9 years ago
  42. edc524c Add GraphicsStatsService by John Reck · 9 years ago
  43. 11ae768 Add payload-size preflight stage to full transport backup by Christopher Tate · 9 years ago
  44. 39c2750 am 485c25ba: am e3abfef6: am 82f6b16e: Merge "hwui : fix memory leak due to duplicate in shadow cache" by Chris Craik · 9 years ago
  45. 82f6b16 Merge "hwui : fix memory leak due to duplicate in shadow cache" by Chris Craik · 9 years ago
  46. 289e1b8 Update ShadowTesslator to support conics by Derek Sollenberger · 9 years ago
  47. 240d52c Merge "Fix DrawFilter's usage in HWUI." by Derek Sollenberger · 9 years ago
  48. 0b86062 Fix DrawFilter's usage in HWUI. by Derek Sollenberger · 9 years ago
  49. 2f6fb3d Merge "Shave another 10us off of hwuitask" by John Reck · 9 years ago
  50. bf29ee2 Shave another 10us off of hwuitask by John Reck · 9 years ago
  51. 125104f Merge "Shave 10us off of hwuitask" by John Reck · 9 years ago
  52. 815f2a0 Shave 10us off of hwuitask by John Reck · 9 years ago
  53. 111928f resolved conflicts for merge of 4142f026 to master by John Reck · 9 years ago
  54. 47fe60a Merge "Output modified bcp47 tag in ResTable_config::toString()" by Adam Lesinski · 9 years ago
  55. c80c9ad Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo' by youngmin0822.lee · 9 years ago
  56. c6128ba Fix clang build by Chris Craik · 9 years ago
  57. e2bb380 Use glops for text rendering by Chris Craik · 9 years ago
  58. b159633 hwui : fix memory leak due to duplicate in shadow cache by Mykola Kondratenko · 9 years ago
  59. 8a9355a Output modified bcp47 tag in ResTable_config::toString() by Adam Lesinski · 9 years ago
  60. dc16e24 Merge "Add conic support to HWUI path tessellator." by Derek Sollenberger · 9 years ago
  61. b0772a6 Add conic support to HWUI path tessellator. by Derek Sollenberger · 9 years ago
  62. 2a1ce8a use SkFilterQuality instead of SkPaint::FilterLevel by Mike Reed · 9 years ago
  63. ee24859 Refactor DisplayList path caching. by Derek Sollenberger · 10 years ago
  64. 1808d43 Merge "Enforce null-termination in ResStringPool::stringAt" by Vishwath Mohan · 9 years ago
  65. 6521a1b Enforce null-termination in ResStringPool::stringAt by Vishwath Mohan · 9 years ago
  66. b36016c Cleanups & simplifications by John Reck · 9 years ago
  67. 4e9e004 Merge "Prevent integer overflow in ResourceTypes" by Vishwath Mohan · 9 years ago
  68. 48f650c Track down unsupported texture target by Chris Craik · 9 years ago
  69. 6a2c23d Prevent integer overflow in ResourceTypes by Vishwath Mohan · 9 years ago
  70. edacf22 Merge "Glop based composeLayerRegion/Rect" by Chris Craik · 9 years ago
  71. 182952f Glop based composeLayerRegion/Rect by Chris Craik · 9 years ago
  72. 0a75d4e Merge "Rewrite glop texture asserts" by Chris Craik · 9 years ago
  73. eb911c2 Rewrite glop texture asserts by Chris Craik · 9 years ago
  74. 7830c81 Merge "Fix unused local variale warning from clang/llvm." by Chih-Hung Hsieh · 9 years ago
  75. 9ad6ac0 Fix unused local variale warning from clang/llvm. by Chih-Hung Hsieh · 9 years ago
  76. aa35d91 Merge "Add percentiles" by John Reck · 9 years ago
  77. e70c575 Add percentiles by John Reck · 9 years ago
  78. c0bf700 SkPorterDuff Multiply mode maps to SkXfermode modulate. by Derek Sollenberger · 9 years ago
  79. 97a351a Merge "Avoid invalid shader creation for certain blend modes" by Chris Craik · 9 years ago
  80. 1c1c3fe Avoid invalid shader creation for certain blend modes by Chris Craik · 9 years ago
  81. 0313f26 Remove uncessary include for SkPorterDuff.h by Derek Sollenberger · 9 years ago
  82. 8124e6a Merge "Fix bug, change crashes to warnings" by Tom Hudson · 9 years ago
  83. b1476ae Fix bug, change crashes to warnings by Tom Hudson · 9 years ago
  84. 8820fd1 Patch cleanup, reenable Patch Glops by Chris Craik · 9 years ago
  85. a9761e6 Temporarily disable Patch glops by Chris Craik · 9 years ago
  86. 9b98afc Merge "Glop DrawPatch support" by Chris Craik · 9 years ago
  87. e2e0073 Merge "Glop drawBitmaps, drawPatches" by Chris Craik · 9 years ago
  88. 0556d90 Glop DrawPatch support by Chris Craik · 9 years ago
  89. a6b5219 Glop drawBitmaps, drawPatches by Chris Craik · 9 years ago
  90. e5c6584 Constructor cleanup by Chris Craik · 9 years ago
  91. 083e733 Cleanup of FontRenderer by Chris Craik · 9 years ago
  92. 6b109c7 Fix glop rendering within unclipped saveLayers by Chris Craik · 9 years ago
  93. 26bf342 Glop TextureLayer support by Chris Craik · 9 years ago
  94. b11be29 Merge "Glop mesh reorg, support for drawBitmapMesh" by Chris Craik · 9 years ago
  95. ef25074 Glop mesh reorg, support for drawBitmapMesh by Chris Craik · 9 years ago
  96. ddd3092 Merge "Remove renderer abstract class" by Chris Craik · 9 years ago
  97. 1a83127 Merge "Glop support for custom textured UVs, simplify drawBitmap(src,dst)" by Chris Craik · 9 years ago
  98. fb10ffe Merge "Add null egl/gles stub support" by John Reck · 9 years ago
  99. 041b985 Add null egl/gles stub support by John Reck · 9 years ago
  100. 03ae272 Remove renderer abstract class by Chris Craik · 9 years ago