1. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 10 months ago
  2. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  3. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 1 month ago
  4. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years ago
  5. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 1 month ago
  6. 13e3fae reduce mutex use and switch to spinlock by Herb Derby · 4 years, 3 months ago
  7. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  8. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  9. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 3 months ago
  10. 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 4 years, 3 months ago
  11. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 3 months ago
  12. 1ca54d4 remove purge more interface from GrTextBlobCache by Herb Derby · 4 years, 4 months ago
  13. 88a3b46 turn off 2M glyph test by Herb Derby · 4 years, 5 months ago
  14. 317dce5 Drop SkTextBlobs with > 2M glyphs. by Herb Derby · 4 years, 5 months ago
  15. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 7 months ago
  16. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 9 months ago
  17. 2638f3d rename atlassize->atlasdimensions by Brian Salomon · 5 years ago
  18. 9830fc4 A fix and unit test for jagged characters by Herb Derby · 5 years ago
  19. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  20. 7c59774 Convert some unit tests from NullGL to Mock context by Brian Osman · 6 years ago
  21. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  22. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 6 years ago
  23. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 6 years ago
  24. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  25. 70914f5 Use SkFont in textblobs by Mike Reed · 6 years ago
  26. 278b067 Less stress for chromecast by Herb Derby · 6 years ago
  27. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  28. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  29. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  30. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  31. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  32. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  33. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  34. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  35. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  36. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  37. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  38. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  39. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  40. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  41. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  42. e8f3062 switch surface to sk_sp by reed · 9 years ago
  43. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  44. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  45. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  46. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  47. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  50. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 9 years ago
  51. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  52. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  53. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  54. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  55. 11dfc8e Small tweak to TextBlobCacheTest by joshualitt · 9 years ago
  56. bedf7e5 fix memory leak in TextBlobCacheTest by joshualitt · 9 years ago
  57. 404d9d6 Fix up textblobcachetest by joshualitt · 9 years ago
  58. e49109f adding unit test for textblob cache / GrBatchAtlas by joshualitt · 9 years ago