1. 3e45a2f Directly use SkScalerContextRec. by Ben Wagner · 7 years ago
  2. 89ab240 Gradient cleanup pass by Florin Malita · 7 years ago
  3. a47b575 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  4. 1af37b7 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  5. f0429db consolidate SkSRGB functions, and remove unused by Mike Klein · 7 years ago
  6. 61b43da Plumb internal helper to enable more GPU GMs w/SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  7. 2d59d2f Update GrTextureMaker to handle mips when copying for npot by Greg Daniel · 7 years ago
  8. 56c3714 More attempts at clipping perf. by Jim Van Verth · 7 years ago
  9. 503bdcd fix typo in SkJpegCodec.cpp by Mike Klein · 7 years ago
  10. 0b78a69 another batch of lowp stages by Mike Klein · 7 years ago
  11. 4dbdc67 Fix undefined behavior in normalize_t_s by Chris Dalton · 7 years ago
  12. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 7 years ago
  13. 3cbcb73 Some lowp refactoring by Mike Klein · 7 years ago
  14. e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 7 years ago
  15. 43fd6d8 Devirtualized token management in GrDeferredUploadTarget. by Brian Salomon · 7 years ago
  16. a511553 clean up SK_LEGACY_LOWP_STAGES by Mike Klein · 7 years ago
  17. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  18. f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
  19. e7ac58c Remove SK_IGNORE_SUBPIXEL_HINTING_FIX. by Ben Wagner · 7 years ago
  20. 39d71de Don't store legacy colors in gradient shaders by Florin Malita · 7 years ago
  21. b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 7 years ago
  22. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  23. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  24. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  25. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  26. 9e272cb Initialize mask to 0 during AntiRect optimization by Yuqian Li · 7 years ago
  27. ef0c9fd fix skslc splitting escape sequences in half by Ethan Nicholas · 7 years ago
  28. 03141d2 remove SkThread, using std::thread instead by Mike Klein · 7 years ago
  29. cad3b8c Remove gradient SkFixed position records by Florin Malita · 7 years ago
  30. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  31. 9be0f57 Do not TryBlitFatAntiRect if isInverse by Yuqian Li · 7 years ago
  32. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  33. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  34. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  35. ed6ae56 Re-land: Stop using fixed point recs for gradient positioning info by Florin Malita · 7 years ago
  36. 7947193 Merge clip rects in GrReducedClip by Chris Dalton · 7 years ago
  37. 495f423 Remove fallback to path drawing from stencil and cover text context. by Brian Salomon · 7 years ago
  38. 6566b97 add Type enum to SkColorSpace by Mike Reed · 7 years ago
  39. 2d6b393 Remove subpixel positioning implies no bytecode hinting. by Ben Wagner · 7 years ago
  40. 3fa6c29 Revert "Stop using fixed point recs for gradient positioning info" by Florin Malita · 7 years ago
  41. 8713b88 Add workaround for Gallium TexImage internalFormat for Alpha8 by Greg Daniel · 7 years ago
  42. 9729350 Stop using fixed point recs for gradient positioning info by Florin Malita · 7 years ago
  43. 1a8f234 Fix assert in text clipping. by Jim Van Verth · 7 years ago
  44. 2501917 Add GalliumLLVM GrGLRenderer and fix alpha8 renderability by Greg Daniel · 7 years ago
  45. 8f912d5 Tweak gradient shader code to avoid hangs on Tegra3 by Brian Osman · 7 years ago
  46. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago
  47. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  48. d4e9ec8 Delete GradientShaderCache by Florin Malita · 7 years ago
  49. b87f798 Consistently round fOffset in SkOffsetImageFilter by Fredrik Söderquist · 7 years ago
  50. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  51. 84d7cf9 Stop using GradientShaderCache for gradient textures by Florin Malita · 7 years ago
  52. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  53. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  54. e8d55d5 Remove unused (?) gradient context class by Brian Osman · 7 years ago
  55. c8a65e3 Some more clipped text optimizations. by Jim Van Verth · 7 years ago
  56. 5911a7c Remove GrColorSpaceXform from GrGradientEffect by Brian Osman · 7 years ago
  57. cc58664 Remove GradientShaderCache dither and paint alpha support by Florin Malita · 7 years ago
  58. 87ce15e Short-circuit gradient color space conversion by Florin Malita · 7 years ago
  59. 7306bcd - add bench for pixmap orient by Mike Reed · 7 years ago
  60. cc0ab7e Address CCPR TODOs now that we are in device space by Chris Dalton · 7 years ago
  61. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  62. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  63. ca5d2cf fine-grained ARMv7 CPU feature detection by Mike Klein · 7 years ago
  64. 51ebd66 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  65. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  66. 6dd0d8a Revert "Add vector GrSLTypes for shorts" by Chris Dalton · 7 years ago
  67. af37a53 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  68. 0cb1589 add srcover_bgra_8888 by Mike Klein · 7 years ago
  69. be0bd92 more easy lowp shader stages by Mike Klein · 7 years ago
  70. f47069c Create mipped texture proxys for PictureImageGenerator by Greg Daniel · 7 years ago
  71. 6337653 Avoid double-dithering of legacy/gpu gradients by Florin Malita · 7 years ago
  72. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  73. 027815f Respect if texture proxy will have mips or not when computing size by Greg Daniel · 7 years ago
  74. 794cdb2 make enabling LOWP stages simpler by Mike Klein · 7 years ago
  75. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  76. d99d157 Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes by Yuqian Li · 7 years ago
  77. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  78. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  79. e25d119 Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code by Florin Malita · 7 years ago
  80. b350f1c Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffect by Robert Phillips · 7 years ago
  81. 2b2936e Make GrRectBlurEffect use bilerp by Robert Phillips · 7 years ago
  82. f04ff76 translate+scale -> scale+translate by Mike Klein · 7 years ago
  83. 955ed3d start on lowp shaders by Mike Klein · 7 years ago
  84. 329d504 remove off64_t in SkHeifCodec by Mike Klein · 7 years ago
  85. 328a33f Use uint16_t instead of SkIPoint16 when clipping texCoords for text. by Jim Van Verth · 7 years ago
  86. 36f182f add SkStubHeifDecoderAPI.h by Mike Klein · 7 years ago
  87. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  88. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  89. dbfecd0 Re-land unit test for clear bug (w/ AMD work-arounds) by Robert Phillips · 7 years ago
  90. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  91. b68defa Fix ASAN issue with clipped text. by Jim Van Verth · 7 years ago
  92. 58c3cce Clip text geometrically when possible. by Jim Van Verth · 7 years ago
  93. d43f7b6 Simplify GrGradientEffect color handling by Brian Osman · 7 years ago
  94. a4aa133 Remove color space xform from alpha threshold FP by Brian Osman · 7 years ago
  95. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  96. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  97. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  98. 32a0a63 speculative fix for Android roll by Mike Klein · 7 years ago
  99. 0341f16 replace gInited with SkOnce by Mike Klein · 7 years ago
  100. eac0301 fix mapRect to always return the same as rectStaysRect by Mike Reed · 7 years ago