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