1. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 9 years ago
  2. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 9 years ago
  3. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 9 years ago
  4. 8fe485b Just pass the draw context to paint conversion by brianosman · 9 years ago
  5. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 9 years ago
  6. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 9 years ago
  7. 2895eeb Retract PipelineBuilder some more by robertphillips · 9 years ago
  8. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 9 years ago
  9. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 9 years ago
  10. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 9 years ago
  11. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 9 years ago
  12. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 9 years ago
  13. e34f17d Make SkFont a bit more useable by robertphillips · 9 years ago
  14. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 9 years ago
  15. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  16. 180500e Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ ) by brianosman · 9 years ago
  17. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  18. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 9 years ago
  19. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 9 years ago
  20. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 9 years ago
  21. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 9 years ago
  22. 8b6fa5e Make GrAtlasTextBlob::run own effects it points to. by bsalomon · 9 years ago
  23. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 9 years ago
  24. c2878e2 Remove GrFontScaler class. by bsalomon · 9 years ago
  25. c5fd5c4 Remove GrFontDescKey. by bsalomon · 9 years ago
  26. c5d07fa Rename SkDescriptor::equals to SkDescriptor::operator== by bsalomon · 9 years ago
  27. 4bb7ce7 Make GrFontScaler not be ref-counted by bsalomon · 9 years ago
  28. 94b25b0 Remove unneeded reference count churn. by bungeman · 9 years ago
  29. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 9 years ago
  30. 193d9cf Eliminate special case nvpr batch handling by cdalton · 9 years ago
  31. 93a379b Separate user and raw stencil settings by cdalton · 9 years ago
  32. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 9 years ago
  33. 12dbb39 Separate user and raw stencil settings by cdalton · 9 years ago
  34. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago
  35. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 9 years ago
  36. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago
  37. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 9 years ago
  38. 7715e06 Retract SkDevice a bit more by robertphillips · 9 years ago
  39. 8d7ffce Include scaler context flags (gamma and contrast boost) in the text blob cache key. by brianosman · 9 years ago
  40. 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 9 years ago
  41. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  42. 0586f5c sRGB support for distance field text. by brianosman · 9 years ago
  43. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  44. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  45. c791728 Pass effects directly to fontcache by reed · 9 years ago
  46. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
  47. 32f7782 sRGB text fake-gamma progress: by brianosman · 9 years ago
  48. 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
  49. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  50. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  51. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  52. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  53. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  54. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  55. 852f15d free -> reset by mtklein · 9 years ago
  56. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  57. 0e3738d free -> reset by mtklein · 9 years ago
  58. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  59. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  60. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  61. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  62. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  63. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  64. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  65. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 9 years ago
  66. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 9 years ago
  67. 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
  68. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  69. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  70. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  71. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  72. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  73. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  74. 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
  75. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  76. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  77. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  78. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
  79. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  80. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  81. e55750e Start whittling down GrTextContext by joshualitt · 9 years ago
  82. 9230377 Remove GrTextBlobCache/GrAtlasTextBlob friendliness by joshualitt · 9 years ago
  83. 2f2ee83 cleanup textblob cache sanity check and prevent it from bitrotting by joshualitt · 9 years ago
  84. 7481e75 Fix GrAtlasTextBlob bounds management by joshualitt · 10 years ago
  85. 269a82f Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of https://codereview.chromium.org/1605013002/ ) by joshualitt · 10 years ago
  86. ae473fd Fix GrAtlasTextBlob bounds management by joshualitt · 10 years ago
  87. 323c2eb A few more small changes to make GrAtlasTextBlob nearly self contained by joshualitt · 10 years ago
  88. 0d2199b Move distance field text positioning into GrTextUtils by joshualitt · 10 years ago
  89. a6bf4c5 This CL moves a bit more logic into GrAtlasTextBlob by joshualitt · 10 years ago
  90. 20ccd40 Add assert that memory pool is empty when GrTextBlobCache frees by joshualitt · 10 years ago
  91. e76b4bb3 Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 10 years ago
  92. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 10 years ago
  93. 6695794 Make draw* lines responsible for cache management by joshualitt · 10 years ago
  94. 5425a9a A change to cleanup some organization around df text by joshualitt · 10 years ago
  95. e804292 Move all text stuff to its own folder by joshualitt · 10 years ago