1. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 8 years ago
  2. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  3. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  4. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  5. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  6. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  7. 780b41f Add query to GrXPFactory about coverage-as-alpha optimization by Brian Salomon · 8 years ago
  8. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  9. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  10. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  11. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  12. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  13. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  14. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  15. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  16. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  17. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  18. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  19. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  20. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  21. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  22. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  23. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  24. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  25. c747bb6 Make all GrXPFactory instances statics. by Brian Salomon · 8 years ago
  26. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  27. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  28. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  29. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  30. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  31. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  32. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  33. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  34. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  35. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  36. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  37. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  38. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  39. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  40. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  41. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  42. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  43. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  44. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  45. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  46. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  47. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  48. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  49. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  50. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  51. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  52. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  53. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  54. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  55. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  56. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  57. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  58. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  59. 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
  60. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  61. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  62. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  63. 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
  64. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  65. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  66. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  67. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  68. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  69. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  70. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  71. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  72. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  73. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  74. 724ae28 Alter shader code for soft light to avoid driver bug. by egdaniel · 9 years ago
  75. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  76. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  77. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  78. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  79. f0df189 Opt for advanced blend at creation time in CrCustomXfermode by cdalton · 9 years ago
  80. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  81. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  82. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  83. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  84. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  85. 3211770 Add assignment op to enum bitfield ops by cdalton · 9 years ago
  86. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  87. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 9 years ago
  88. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  89. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 10 years ago
  90. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  91. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
  92. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  93. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  94. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  95. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  96. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  97. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  98. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  99. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  100. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago