1. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  2. 465283c Remove batchtracker by joshualitt · 9 years ago
  3. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. 4bf69f7 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
  8. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  9. 06a7f9c Remove unused calcPOIs with color/coverage input. by egdaniel · 9 years ago
  10. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  11. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  12. 7441782 Make folder for batches by joshualitt · 9 years ago
  13. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  14. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  15. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  16. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  17. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  18. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  19. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  20. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  21. 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
  22. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  23. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  24. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  25. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  26. d0a840d Disable GL_MULTISAMPLE when it's not being used by cdalton · 9 years ago
  27. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  28. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 9 years ago
  29. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  30. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  31. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  32. 44701df Move clip off of draw target by joshualitt · 9 years ago
  33. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 9 years ago
  34. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  35. 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
  36. 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
  37. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  38. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  39. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  40. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  41. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  42. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  43. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  44. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  45. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  46. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  47. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago[Renamed (71%) from src/gpu/GrDrawState.cpp]
  48. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  49. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  50. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  51. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  52. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  53. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  54. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  55. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  56. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  57. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  58. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  59. f364b61 Really fix valgrind issue by joshualitt · 10 years ago
  60. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  61. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  62. 9b33822 fix for valgrind uninit variables by joshualitt · 10 years ago
  63. 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
  64. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  65. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  66. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  67. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  68. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  69. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  70. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  71. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  72. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  73. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  74. b1cff03 Relax constraints on src coeff in GrDrawState::willBlendWithDst. by egdaniel · 10 years ago
  75. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  76. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  77. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  78. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  79. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  80. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  81. a703b84 Add Geometry processor to srcAlphaWillBeOne check. by egdaniel · 10 years ago
  82. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  83. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  84. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  85. acd3e6d Fix restore in AVMR to have correct coverage count. by egdaniel · 10 years ago
  86. 6517134 gl programs rewrite by joshualitt · 10 years ago
  87. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  88. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  89. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  90. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  91. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  92. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 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. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  97. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  98. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  99. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  100. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago