1. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  2. 9cd2a5c IWYU by Mike Reed · 6 years ago
  3. a3c45c7 Add non-srcover fallback for drawImageSet by Michael Ludwig · 6 years ago
  4. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  5. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  6. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  7. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  8. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  9. cb7149e Temporarily disable etc1 GM on Google3 by Jim Van Verth · 6 years ago
  10. 2226bf6 Fix etc1 GM in preReleaseGpuContext mode. by Jim Van Verth · 6 years ago
  11. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  12. 4edd420 Bugfix for Nexus 5 mipmap+scissor generation failure by Michael Ludwig · 6 years ago
  13. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  14. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  15. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  16. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  17. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  18. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  19. a70ae1a drawText Cleanup, part 5 by Hal Canary · 6 years ago
  20. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  21. 8cb7376 SkPDF: rasterize for color-filter+layer by Hal Canary · 6 years ago
  22. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  23. 5880791 gm/gammagradienttext: Attempt to see what changed in gold. by Hal Canary · 6 years ago
  24. 6ac0df8 drawText Cleanup by Hal Canary · 6 years ago
  25. 07e4adf Remove SkCanvas::kPreserveLCDText_SaveLayerFlag by Florin Malita · 6 years ago
  26. c46a7bc Revert "update p3 GM" by Mike Klein · 6 years ago
  27. 754b5cb update p3 GM by Mike Klein · 6 years ago
  28. 1af9b48 use drawstring with font by Mike Reed · 6 years ago
  29. c4745d6 use drawString with font by Mike Reed · 6 years ago
  30. 4de2f1f add drawString to ease the pain of converting to skfont by Mike Reed · 6 years ago
  31. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  32. d5cdc2c paint is losing its text-related fields by Mike Reed · 6 years ago
  33. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  34. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  35. 48ce543 remove more extra semicolons by Kevin Lubick · 6 years ago
  36. b579f07 change textutils to require font param by Mike Reed · 6 years ago
  37. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  38. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  39. 0fe39ba move work out of GM ctor by Mike Klein · 6 years ago
  40. 0b53703 Support wide color in GrLatticeOp by Brian Osman · 6 years ago
  41. 568bec7 Remove templating from QuadUVMatrix::apply, and fix const-ness by Brian Osman · 6 years ago
  42. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  43. 088b74e use font instead of paint by Mike Reed · 6 years ago
  44. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  45. 28bd882 use font in tool_utils add_to_text_blob() by Mike Reed · 6 years ago
  46. ea8900e use fonts when making blobs by Mike Reed · 6 years ago
  47. 12a6d45 use font for measuring by Mike Reed · 6 years ago
  48. 38810f3 use font for measuring/paths by Mike Reed · 6 years ago
  49. df3d225 use SkFont for measuring and paths by Mike Reed · 6 years ago
  50. edce0aa add gm and fix origin for xform-based blobs by Mike Reed · 6 years ago
  51. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  52. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  53. dac694d draw big images (with raster pipeline) by Mike Klein · 6 years ago
  54. 36c4fb3 force balanced save/restore after calling a GM by Mike Reed · 6 years ago
  55. 753403c Add new GM to verify Plots marked correctly during regenerate. by Jim Van Verth · 6 years ago
  56. 7db6e28 gm: Fix eror in textToGlyphs/getXPos by Hal Canary · 6 years ago
  57. 5f7b014 Only reposition the fallback vertices once. by Herb Derby · 6 years ago
  58. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  59. 560d5b3 use font to measure by Mike Reed · 6 years ago
  60. 6cd43b4 Update SkCanonicalizeFont to also update paint by Mike Reed · 6 years ago
  61. 2e6db18 use font instead of paint by Mike Reed · 6 years ago
  62. 5ceda55 Fix stroked round capped circular arc batched with filled circle. by Brian Salomon · 6 years ago
  63. 42e7a7e use SkFont for text by Mike Reed · 6 years ago
  64. 4ca0145 use font for measuring by Mike Reed · 6 years ago
  65. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  66. 17c574a use font for measuring by Mike Reed · 6 years ago
  67. 5f6e20d add gm calling textblob intercepts with spacing by Mike Reed · 6 years ago
  68. 0aa0508 convert bug fiddle into a GM by Mike Klein · 6 years ago
  69. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  70. ae0d860 move intercepts call to textblob by Mike Reed · 6 years ago
  71. 158df43 hide non-blob versions of getTextIntercepts by Mike Reed · 6 years ago
  72. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  73. 60ac5d0 Add use of RG textures in wacky_yuv_formats by Jim Van Verth · 6 years ago
  74. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  75. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  76. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
  77. dbf2aec fix circle dash by Cary Clark · 6 years ago
  78. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  79. c32aeb3 Fix two GPU image filters handling of subset inputs by Brian Osman · 6 years ago
  80. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  81. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  82. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  83. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  84. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  85. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  86. 017aa53 Remove tonalshadows GMs by Brian Osman · 6 years ago
  87. baa2a28 tests: do not crash with missing resources. by Hal Canary · 6 years ago
  88. 368895b Remove gamut GM by Brian Osman · 6 years ago
  89. 975197c Fix sampling location for dashed circle in p3_ovals by Brian Osman · 6 years ago
  90. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  91. e3caf2d Use GrVertexColor in various oval ops by Brian Osman · 6 years ago
  92. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  93. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  94. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  95. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  96. dde5c0c hide (unused) intercepts methods -- for staging migration to SkFont by Mike Reed · 6 years ago
  97. c8429ad Add SkImage::MakeFromYUVAPixmaps by Jim Van Verth · 6 years ago
  98. e3deee1 Use a smaller tolerance when chopping conics to quads by Brian Osman · 6 years ago
  99. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  100. 3d139a4 Use half floats for non-normalized color in GrTextureOp by Brian Osman · 6 years ago