1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  3. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  4. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  5. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  6. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  7. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  8. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  9. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  10. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  11. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  12. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  13. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  16. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  17. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  18. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 8 years ago
  19. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  20. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  21. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  22. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  23. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  24. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  27. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  28. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  29. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  30. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  31. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  32. 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 9 years ago
  33. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  34. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  35. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  36. 44701df Move clip off of draw target by joshualitt · 9 years ago
  37. 4ccce7e YUV scale fix by sugoi · 9 years ago
  38. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 9 years ago
  39. e6eddf7 YUV scale fix by sugoi · 9 years ago
  40. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 9 years ago
  41. 1c40292 remove unused GM flags by mtklein · 9 years ago
  42. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 9 years ago
  43. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  44. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  45. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  46. 9853cce Drawstate on stack by joshualitt · 10 years ago
  47. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  48. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  49. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  50. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  51. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  52. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  53. 249af15 BUG=skia: by joshualitt · 10 years ago
  54. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  55. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  56. 24dcac2 YUV to RGB converter by sugoi · 10 years ago