- 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
- c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
- 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
- ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
- 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
- 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 9 years ago
- 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
- 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
- 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
- 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
- de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
- c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
- f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
- a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
- e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
- 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
- 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
- f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
- 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
- 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
- ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
- 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
- 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
- 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
- c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- 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
- ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 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
- 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
- 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
- b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
- 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
- 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
- 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
- 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
- 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
- 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
- bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
- 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
- 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
- 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 10 years ago
- cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
- c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
- 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago
- dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
- 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
- b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
- 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
- 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
- e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
- 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
- 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
- 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
- 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
- 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
- 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
- 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
- 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
- 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
- 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
- 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
- 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
- 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
- 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
- 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
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
- c230414 Create xfer processor backend. by egdaniel · 10 years ago
- 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
- 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
- 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
- 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
- 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 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
- 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
- 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago