1. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  2. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  3. 5d08d44 minor cleanup by joshualitt · 9 years ago
  4. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  5. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  6. 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
  7. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  8. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  9. c8d3f57 Fail early in GrPipeline::CreateAt() if XP creation fails by bsalomon · 9 years ago
  10. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  11. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  12. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  13. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  14. 7441782 Make folder for batches by joshualitt · 9 years ago
  15. 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
  16. 8cab9a7 All batches do their own pipeline compare by joshualitt · 9 years ago
  17. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  18. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  19. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  20. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  21. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  22. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  23. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  24. 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
  25. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  26. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  27. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  28. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  29. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 9 years ago
  30. 060a52c Set willReadFragmentPosition on XP when doing a DstCopy. by egdaniel · 9 years ago
  31. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  32. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  33. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  34. 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
  35. 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
  36. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  37. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  38. 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
  39. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  40. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  41. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  42. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  43. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  44. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  45. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  46. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago[Renamed (66%) from src/gpu/GrOptDrawState.cpp]
  47. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  48. 873ad0e BUG=skia: by joshualitt · 10 years ago
  49. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  50. f351aa3 Add Arithmetic mode xp. by egdaniel · 10 years ago
  51. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  52. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  53. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  54. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  55. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  56. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  57. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  58. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  59. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  60. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  61. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  62. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  63. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  64. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  65. 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
  66. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  67. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  68. 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
  69. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  70. 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
  71. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  72. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  73. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  74. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  75. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  76. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  77. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  78. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  79. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  80. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  81. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  82. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  83. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  84. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  85. 912b3d2 Use DrawStates ProcOptInfo when creating the Optimized Draw State. by egdaniel · 10 years ago
  86. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  87. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  88. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  89. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  90. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  91. 4973d9d Default geometry processor by joshualitt · 10 years ago
  92. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  93. ff34307 Default geometry processor by joshualitt · 10 years ago
  94. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  95. c0651c1 Add check to see if we need to remove fixed funciton VA in OptDrawState by egdaniel · 10 years ago
  96. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  97. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  98. 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
  99. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  100. d9aa218 Store color and coverage stages in a single array in GrOptDrawState. by egdaniel · 10 years ago