1. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  2. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  3. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  4. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  5. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  6. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  7. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  8. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  9. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  10. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  11. 274218e move largest apis into private by Mike Reed · 7 years ago
  12. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  13. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  14. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  15. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  16. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  17. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  18. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  19. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 7 years ago
  20. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  21. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  22. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  23. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  24. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  25. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  26. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  27. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  28. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  29. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  30. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  31. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  32. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  33. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  34. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  35. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  36. 11edad9 Fix for degenerate stroke rect by joshualitt · 9 years ago
  37. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  38. fb69bb3 Fix to call SkDelete_array instead of SkDelete to fix ASAN error. by egdaniel · 9 years ago
  39. 9d144ac This is a speculative fix for the crash on IOS TBR=mtklein by egdaniel · 9 years ago
  40. f159518 This iOS crash makes little sense to me. Add some debugging. by mtklein · 9 years ago
  41. 30e4d75 This iOS crash makes little sense to me. Add some debugging. by mtklein · 9 years ago
  42. 275412c Plug a leak in GrTestUtils. by senorblanco · 9 years ago
  43. b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 9 years ago
  44. 59cd367 Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) by senorblanco · 9 years ago
  45. 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 9 years ago
  46. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  47. 8e5c177 convex path renderer unit tests by joshualitt · 9 years ago
  48. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  49. 2fbd406 tesselating path renderer unit tests by joshualitt · 9 years ago
  50. 40ded32 Add hairlines batch unit test by joshualitt · 9 years ago
  51. 3e708c5 Add batch unit tests for ovals by joshualitt · 9 years ago
  52. fa2008f Add dash lines batch unit test by joshualitt · 9 years ago
  53. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  54. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago