aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrXferProcessor.h
Commit message (Expand)AuthorAge
* Revert "Revert "Make it possible to query GrXPFactory for dst texture without...Gravatar Brian Salomon2017-01-20
* Revert "Make it possible to query GrXPFactory for dst texture without GrPipel...Gravatar Brian Salomon2017-01-20
* Make it possible to query GrXPFactory for dst texture without GrPipelineAnaly...Gravatar Brian Salomon2017-01-20
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* Misc batch->op cleanup Part 1 of 2Gravatar Brian Salomon2016-12-21
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* don't memtion SkXfermode in publicGravatar Mike Reed2016-11-22
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Remove hasMixedSamples() from GrPipelineBuilderGravatar cdalton2016-05-06
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Create a static instances of SrcOver XferProcessorGravatar egdaniel2015-11-30
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Move XferProcessors to glslGravatar egdaniel2015-11-13
* Convert child FPs from refs to pending executions when parent convertsGravatar bsalomon2015-08-27
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....Gravatar bsalomon2015-07-08
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Move blend enums into GrBlend.hGravatar cdalton2015-06-12
* Add mixed samples support to XPsGravatar cdalton2015-06-08
* Apply coverage in XP base class when using dst readsGravatar cdalton2015-06-08
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* Implement Porter Duff XP with a blend tableGravatar cdalton2015-05-27
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-26
* Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001...Gravatar bungeman2015-05-22
* Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...Gravatar bungeman2015-05-22
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-22
* Implement Porter Duff XP with a blend tableGravatar cdalton2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Add function for logging blend info on XP.Gravatar bsalomon2015-05-11
* Only discard for XP dstCopies if we have a coverage value.Gravatar egdaniel2015-05-10
* Implement support for KHR_blend_equation_advancedGravatar cdalton2015-05-06
* Remove canTweakAlphaForCoverage from XP's since batch reads flag.Gravatar egdaniel2015-05-04
* Use texture barriers to read directly from the RTGravatar cdalton2015-04-29
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsGravatar jvanverth2015-04-29
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* Add onGetBlendInfo to GrXferProcessorGravatar cdalton2015-04-23
* Remove canApplyCoverage from XP and all related functions in gpu code.Gravatar egdaniel2015-02-23
* Use dst copies in porter duffer XP to correctly render certain blends.Gravatar egdaniel2015-02-17
* Use SkXfermode as public facing enum for GrPorterDuffXPGravatar egdaniel2015-02-17