1. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  2. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  3. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  4. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  5. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  6. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  7. 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
  8. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  9. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  10. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  11. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  12. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  13. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 9 years ago
  14. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  15. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  16. 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
  17. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  18. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  19. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  20. 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
  21. 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
  22. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  23. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  24. 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
  25. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  26. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  27. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  28. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  29. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  30. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  31. 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
  32. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  33. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  34. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  35. 06f019f Revert of Fix to set correct output type when blending when we've read dst (patchset #4 id:60001 of https://codereview.chromium.org/791143002/) by joshualitt · 10 years ago
  36. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  37. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  38. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  39. 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
  40. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  41. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  42. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago[Renamed from src/gpu/effects/GrPorterDuffXferProcessor.h]
  43. eb2a676 Remove backend factories by joshualitt · 10 years ago
  44. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  45. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago