1. fddb6c0 Setup CCPR testing with GrMockContext by Chris Dalton · 7 years ago
  2. e4aa0c4 Disable CCPR while we sort out clipping by Chris Dalton · 7 years ago
  3. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  4. 0cbc10f Make SkImageGeneratorCG apply encoded origin by Leon Scroggins III · 7 years ago
  5. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  6. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  7. 88ea5b9 add client-context to SkWriteBuffer by Mike Reed · 7 years ago
  8. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  9. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  10. 61b43da Plumb internal helper to enable more GPU GMs w/SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  11. a097173 Add a GM to test out odd matrix draws (take 2) by Robert Phillips · 7 years ago
  12. 9d15b07 Revert "Add a GM to test out odd matrix draws" by Robert Phillips · 7 years ago
  13. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  14. 761f448 Add a GM to test out odd matrix draws by Robert Phillips · 7 years ago
  15. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  16. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  17. cc309eb generated include refresh by Cary Clark · 7 years ago
  18. 6566b97 add Type enum to SkColorSpace by Mike Reed · 7 years ago
  19. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  20. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  21. 51ebd66 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  22. 6dd0d8a Revert "Add vector GrSLTypes for shorts" by Chris Dalton · 7 years ago
  23. af37a53 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  24. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  25. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  26. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  27. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  28. 7a0248f Compute inverse gamma table at compile time. by Ben Wagner · 7 years ago
  29. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  30. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  31. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  32. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  33. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  34. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  35. d71c6d1 Make SkTFitsIn and SkTo constexpr. by Ben Wagner · 7 years ago
  36. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  37. a2ac30d Enable CCPR for volatile paths by Chris Dalton · 7 years ago
  38. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  39. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  40. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  41. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  42. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  43. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  44. 1bd76c4 Cleanup references to AHardwareBuffer to match NDK declarations. by Derek Sollenberger · 7 years ago
  45. 71ff4b9 remove unused SkMatrix setIDiv by Cary Clark · 7 years ago
  46. d40b3b0 Make SkTypeface::Style and FromOldStyle private. by Ben Wagner · 7 years ago
  47. 3bd0fec remove dead code for getSize, getSafeSize, etc. by Mike Reed · 7 years ago
  48. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  49. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  50. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  51. 9b64f97 remove dead flag by Mike Reed · 7 years ago
  52. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  53. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  54. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  55. 20d479c abort SkRRect::transform() before dst->scaleRadii() asserts by Mike Klein · 7 years ago
  56. 298143e Update Skia milestone to 64 by Heather Miller · 7 years ago
  57. cd975d5 Implement getGrContext in SkPaintFilterCanvas by Stan Iliev · 7 years ago
  58. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  59. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  60. 3758c75 remove dead code for returning 0 on overflow by Mike Reed · 7 years ago
  61. 4815db5 removed dead code behind legacy fontmgr api flag by Mike Reed · 7 years ago
  62. e076223 clone saturating cast code for doubles by Mike Reed · 7 years ago
  63. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  64. a108c92 Fix drawSpecialImage by Robert Phillips · 7 years ago
  65. 1c35e57 Revert "Revert "Fix a couple float-cast-overflow in SkScan*."" by Ben Wagner · 7 years ago
  66. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  67. 4ba211f Revert "Enable coverage counting path rendering except on Android framework" by Chris Dalton · 7 years ago
  68. b6abb9b Revert "Fix a couple float-cast-overflow in SkScan*." by Ben Wagner · 7 years ago
  69. 7281801 Revert "Revert "change computeByteSize to return max_size_t on overflow"" by Mike Reed · 7 years ago
  70. c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
  71. 67ef5d7 Remove SkTypeface::Style use in API. by Ben Wagner · 7 years ago
  72. 3cd0bef Fix a couple float-cast-overflow in SkScan*. by Ben Wagner · 7 years ago
  73. 196efbf Enable coverage counting path rendering except on Android framework by Chris Dalton · 7 years ago
  74. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  75. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  76. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  77. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  78. eccda1c Clean up SkString reference counting a bit. by Ben Wagner · 7 years ago
  79. 583dd2b add constexpr to SkRect, SkIRect Make functions by Cary Clark · 7 years ago
  80. 01f8e41 Revert "Clean up SkString reference counting a bit." by Robert Phillips · 7 years ago
  81. a910c84 Clean up SkString reference counting a bit. by Ben Wagner · 7 years ago
  82. 490847e add missing params by Cary Clark · 7 years ago
  83. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  84. af89366 Make SkString reference counting thread/TSAN safe. by Ben Wagner · 7 years ago
  85. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  86. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  87. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  88. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  89. e4679fa CCPR: Blacklist Mali GPUs and Vulkan while we work through issues by Chris Dalton · 7 years ago
  90. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  91. f57c6de Revert "Enable coverage counting path rendering on non-Android" by Jim Van Verth · 7 years ago
  92. e74dafc Just add new safe size apis by Mike Reed · 7 years ago
  93. c739b72 Enable coverage counting path rendering on non-Android by Chris Dalton · 7 years ago
  94. 6e3d995 Add width and height option to SampleApp by Yuqian Li · 7 years ago
  95. 37bbfe3 Make SkASSERT and co. constexpr compatible. by Mike Klein · 7 years ago
  96. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  97. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  98. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  99. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  100. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago