1. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 8 years ago
  2. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 8 years ago
  3. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 8 years ago
  4. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 8 years ago
  5. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 8 years ago
  6. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 8 years ago
  7. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 8 years ago
  8. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 8 years ago
  9. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 8 years ago
  10. 6382f45 Replace log2 with SkNextLog2 by Brian Osman · 8 years ago
  11. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  12. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 8 years ago
  13. 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 8 years ago
  14. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  15. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  16. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 9 years ago
  17. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 9 years ago
  18. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 9 years ago
  19. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 9 years ago
  20. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  21. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 9 years ago
  22. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  23. 8cbb424 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  24. 4784225 Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 9 years ago
  25. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  26. a8b1e6d Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 9 years ago
  27. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  28. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 9 years ago
  29. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 9 years ago[Renamed (91%) from src/gpu/text/GrBatchFontCache.cpp]
  30. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 9 years ago
  31. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 9 years ago
  32. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 9 years ago
  33. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 9 years ago
  34. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  35. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 9 years ago
  36. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  37. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  38. 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
  39. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  40. c2878e2 Remove GrFontScaler class. by bsalomon · 9 years ago
  41. c5fd5c4 Remove GrFontDescKey. by bsalomon · 9 years ago
  42. 94b25b0 Remove unneeded reference count churn. by bungeman · 9 years ago
  43. 852f15d free -> reset by mtklein · 9 years ago
  44. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  45. 0e3738d free -> reset by mtklein · 9 years ago
  46. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  47. 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
  48. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  49. e804292 Move all text stuff to its own folder by joshualitt · 10 years ago[Renamed from src/gpu/GrBatchFontCache.cpp]
  50. 50aa15b Remove unecessary GetGlyphIdMetrics call by joshualitt · 10 years ago
  51. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 10 years ago
  52. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  53. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  54. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 10 years ago
  55. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 10 years ago
  56. b356cbc Move atlas creation to internal to GrResourceProvider by joshualitt · 10 years ago
  57. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 10 years ago
  58. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 10 years ago
  59. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 10 years ago
  60. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 10 years ago
  61. 58ff81b Remove unused field in micro cleanup by joshualitt · 10 years ago
  62. 4f19ca3 Dont try to draw glyphs with unexpected mask formats by joshualitt · 10 years ago
  63. 6c2c2b0 Minimize retrieving SkGlyph in GrTextContext by joshualitt · 10 years ago
  64. 265697d Remove some redundant fields from BitmapTextBatch (and rename to TextBatch). by bsalomon · 10 years ago
  65. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 10 years ago
  66. 29f8679 Removing GrAutoMalloc by joshualitt · 10 years ago
  67. a5f1d5a fix for atlas is abandoned text corruption by joshualitt · 10 years ago
  68. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  69. 010db53 Some simple optimizations for improving GrAtlasTextContext perf by joshualitt · 10 years ago
  70. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 10 years ago
  71. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
  72. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  73. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 10 years ago
  74. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  75. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  76. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  77. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago