1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  3. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  4. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  5. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  6. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  7. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  8. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  9. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  10. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  11. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  12. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  13. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  14. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  15. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  16. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  17. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  18. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  19. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  20. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  21. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  22. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  23. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  24. 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
  25. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  26. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  27. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  28. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  29. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  30. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  31. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  32. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  33. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  34. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  35. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  36. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  37. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  38. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  39. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  40. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  41. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  42. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  43. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  44. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  45. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  46. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  47. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  48. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  49. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  50. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  51. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  52. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  53. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  54. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  55. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  56. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  57. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  58. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  59. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  60. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  61. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  62. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  63. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  64. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  65. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  66. a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 9 years ago
  67. 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
  68. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  69. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  70. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  71. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  72. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  73. 8a8d841 add virtuals to optimize composing colorfilters by reed · 9 years ago
  74. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  75. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  76. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  77. eb2a676 Remove backend factories by joshualitt · 10 years ago
  78. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  79. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  80. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  81. 267ce48 remove proc key by joshualitt · 10 years ago
  82. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  83. c6327a8 stuff by bsalomon · 10 years ago
  84. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  85. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  86. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  87. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  88. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  89. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  90. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  91. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  92. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  93. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  94. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  95. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  96. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  97. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  98. 91c395a Fix SkTableColorFilter deserialization validation. by senorblanco · 10 years ago
  99. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  100. 49586be removing GrDrawEffect by joshualitt · 10 years ago