1. 08576e6 Fix error with transforming custom/large glyphs by Jim Van Verth · 8 years ago
  2. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  3. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  4. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  5. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  6. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  7. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 8 years ago
  8. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  9. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  10. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 8 years ago
  11. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  12. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  13. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  14. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  15. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  20. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  21. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  23. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  24. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  25. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  26. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  27. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  28. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  29. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  30. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  31. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  32. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  33. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  34. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  35. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  36. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 8 years ago
  37. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  38. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 8 years ago
  39. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  40. 180500e Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ ) by brianosman · 8 years ago
  41. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  42. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  43. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  44. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  45. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  46. 8b6fa5e Make GrAtlasTextBlob::run own effects it points to. by bsalomon · 8 years ago
  47. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  48. c2878e2 Remove GrFontScaler class. by bsalomon · 8 years ago
  49. c5fd5c4 Remove GrFontDescKey. by bsalomon · 8 years ago
  50. c5d07fa Rename SkDescriptor::equals to SkDescriptor::operator== by bsalomon · 8 years ago
  51. 4bb7ce7 Make GrFontScaler not be ref-counted by bsalomon · 8 years ago
  52. 94b25b0 Remove unneeded reference count churn. by bungeman · 8 years ago
  53. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  54. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  55. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  56. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  57. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  58. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  59. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  60. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  61. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 9 years ago
  62. 7715e06 Retract SkDevice a bit more by robertphillips · 9 years ago
  63. 8d7ffce Include scaler context flags (gamma and contrast boost) in the text blob cache key. by brianosman · 9 years ago
  64. 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 9 years ago
  65. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  66. 0586f5c sRGB support for distance field text. by brianosman · 9 years ago
  67. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  68. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  69. c791728 Pass effects directly to fontcache by reed · 9 years ago
  70. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
  71. 32f7782 sRGB text fake-gamma progress: by brianosman · 9 years ago
  72. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  73. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  74. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  75. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  76. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  77. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  78. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  79. 852f15d free -> reset by mtklein · 9 years ago
  80. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  81. 0e3738d free -> reset by mtklein · 9 years ago
  82. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  83. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  84. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  85. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  86. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  87. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  88. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  89. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 9 years ago
  90. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 9 years ago
  91. 2a7cf5f Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ ) by robertphillips · 9 years ago
  92. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  93. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  94. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  95. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  96. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  97. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  98. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  99. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  100. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago