1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  3. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  4. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  5. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 7 years ago
  6. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 7 years ago
  7. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 7 years ago
  8. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  9. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  10. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  11. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  12. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  13. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  14. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  15. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  16. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  17. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 7 years ago
  18. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 7 years ago
  19. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  20. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  21. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  22. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  23. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  24. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  25. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  26. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  27. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  28. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  29. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  30. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  31. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  32. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  33. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  34. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  35. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  36. 6a16fd3 Fix Perlin noise fuzz issue by robertphillips · 8 years ago
  37. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  38. 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
  39. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  40. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  41. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  42. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  43. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  44. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  45. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  46. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  47. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  48. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  49. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  50. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 8 years ago
  51. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  52. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  53. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  54. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  55. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  56. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  57. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  58. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  59. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  60. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  61. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  62. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  63. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  64. 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
  65. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  66. 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
  67. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  68. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  69. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  70. 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
  71. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  72. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  73. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  74. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  75. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  76. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  77. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  78. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  79. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  80. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  81. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  82. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  83. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  84. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  85. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  86. 11fa224 some utils for rect and matrix by reed · 9 years ago
  87. ea8b55d simplify logic in SkPerliNoiseShader for GPU when constant color by bsalomon · 9 years ago
  88. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  89. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  90. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  91. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  92. eb2a676 Remove backend factories by joshualitt · 10 years ago
  93. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  94. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  95. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  96. 267ce48 remove proc key by joshualitt · 10 years ago
  97. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  98. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  99. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  100. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago