1. e650b85 SkPDF: SkPDFMakeArray; clean up pdfutils, pdfresourcedict by Hal Canary · 6 years ago
  2. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  3. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  4. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  5. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  6. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  7. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  8. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 6 years ago
  9. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  10. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  11. 15e60a4 Remove occluded rrect blur benchmark by Robert Phillips · 6 years ago
  12. cf7258a add bench for cubicmap by Mike Reed · 6 years ago
  13. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  14. 1e4a4da Remove dead code from Benchmark by Brian Osman · 6 years ago
  15. c857956 transform colors with steps + raster pipeline in SkColorSpaceXformer by Mike Klein · 6 years ago
  16. 430424b Update text blob benchmark to reflect reality by Herb Derby · 6 years ago
  17. 4ed73e0 Add a bench for various single color xforms by Mike Klein · 6 years ago
  18. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  19. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  20. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  21. 986f64c Remove multitexturing support from GrTextureOp. by Brian Salomon · 6 years ago
  22. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  23. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  24. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  25. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  26. 0067369 Reland "Reland "Add some optimizations to PolyUtils"" by Jim Van Verth · 6 years ago
  27. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  28. e9dd316 Revert "Reland "Add some optimizations to PolyUtils"" by Ben Wagner · 6 years ago
  29. 946c370 Reland "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  30. 3229e65 Revert "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  31. 8bb0db3 Add some optimizations to PolyUtils by Jim Van Verth · 6 years ago
  32. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  33. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  34. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 6 years ago
  35. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  36. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  37. e0a9962 Interpolate patch vertices in destination color space by Brian Osman · 6 years ago
  38. 0e4041f update software DM/nanobench configs for color testing by Mike Klein · 6 years ago
  39. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  40. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  41. e72e773 remove SkTCast by Mike Klein · 6 years ago
  42. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  43. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  44. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  45. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  46. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  47. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  48. bfe4db5 remove unimportant bench by Mike Klein · 6 years ago
  49. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  50. 6120164 remove "srgb" config from DM,nanobench by Mike Klein · 6 years ago
  51. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  52. b4a8a62 SkFloatToDecimal: optimize the less common cases. by Hal Canary · 6 years ago
  53. 2372a33 add std::sort() to SortBench by Mike Klein · 6 years ago
  54. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  55. fe75169 Remove ColorCodecBench by Brian Osman · 6 years ago
  56. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  57. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 6 years ago
  58. 6f5e77a ccpr: Cull extremely thin triangles by Chris Dalton · 6 years ago
  59. b3a6959 ccpr: Clean up GrCCGeometry by Chris Dalton · 6 years ago
  60. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 6 years ago
  61. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 6 years ago
  62. 15a64e7 Convert A8 D32 mask blitters to Sk4px by Florin Malita · 6 years ago
  63. 840c66c Rename SkGlyphCacheGlobals to SkStrikeCache by Herb Derby · 6 years ago
  64. 2dc50cc add conservative bounds to raster tiling by Mike Reed · 6 years ago
  65. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 6 years ago
  66. 7a002c3 Revert "allow timing in release-with-assert builds" by Mike Klein · 6 years ago
  67. 97708e5 allow timing in release-with-assert builds by Mike Klein · 6 years ago
  68. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  69. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  70. 0f66681 BUILD: build when !skia_use_expat by Hal Canary · 6 years ago
  71. 4e34a01 Remove more uses of SkAutoGlyphCache. by Herb Derby · 6 years ago
  72. 6357116 Allow only Android to use SkAutoGlyphCacheNoGamma by Herb Derby · 6 years ago
  73. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  74. 0118e97 Remove calls to computeOutputColor- Type and Space by Leon Scroggins III · 6 years ago
  75. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  76. c2ef4ab Remove all uses of getCache with get. by Herb Derby · 6 years ago
  77. ab6fd7e Revert "Remove attach and detach glyph cache." by Herb Derby · 6 years ago
  78. 61d56b9 Remove attach and detach glyph cache. by Herb Derby · 6 years ago
  79. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  80. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  81. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  82. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  83. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  84. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  85. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  86. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  87. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  88. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  89. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  90. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  91. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  92. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  93. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  94. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  95. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  96. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  97. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  98. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  99. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  100. c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago