index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrXferProcessor.h
Commit message (
Expand
)
Author
Age
*
Create a static instances of SrcOver XferProcessor
egdaniel
2015-11-30
*
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...
ethannicholas
2015-11-30
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Move XferProcessors to glsl
egdaniel
2015-11-13
*
Convert child FPs from refs to pending executions when parent converts
bsalomon
2015-08-27
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....
bsalomon
2015-07-08
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Move blend enums into GrBlend.h
cdalton
2015-06-12
*
Add mixed samples support to XPs
cdalton
2015-06-08
*
Apply coverage in XP base class when using dst reads
cdalton
2015-06-08
*
Update XPF invariant info to not account for conflation
cdalton
2015-06-02
*
Implement Porter Duff XP with a blend table
cdalton
2015-05-27
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-26
*
Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001...
bungeman
2015-05-22
*
Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...
bungeman
2015-05-22
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-22
*
Implement Porter Duff XP with a blend table
cdalton
2015-05-22
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
Add function for logging blend info on XP.
bsalomon
2015-05-11
*
Only discard for XP dstCopies if we have a coverage value.
egdaniel
2015-05-10
*
Implement support for KHR_blend_equation_advanced
cdalton
2015-05-06
*
Remove canTweakAlphaForCoverage from XP's since batch reads flag.
egdaniel
2015-05-04
*
Use texture barriers to read directly from the RT
cdalton
2015-04-29
*
Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps
jvanverth
2015-04-29
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
Add onGetBlendInfo to GrXferProcessor
cdalton
2015-04-23
*
Remove canApplyCoverage from XP and all related functions in gpu code.
egdaniel
2015-02-23
*
Use dst copies in porter duffer XP to correctly render certain blends.
egdaniel
2015-02-17
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.
egdaniel
2015-02-13
*
Revert of Use dst copies in porter duffer XP to correctly render certain blen...
egdaniel
2015-02-13
*
Use dst copies in porter duffer XP to correctly render certain blends.
egdaniel
2015-02-13
*
Pass in ProcOptInfos into willNeedDstCopy on XPs
egdaniel
2015-02-13
*
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #...
bsalomon
2015-02-06
*
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:2000...
bsalomon
2015-02-05
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-05
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1...
egdaniel
2015-02-04
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-03
*
Remove willReadDst from GrFragmentProcessor.
egdaniel
2015-01-20
*
Add XP to handle the cases where we disable color write.
egdaniel
2014-12-22
*
Add an InvariantOutput for the XPF.
egdaniel
2014-12-18
*
Add Coverage Drawing XP
egdaniel
2014-12-17
*
This change will ultimately pull uniform color, and to a much lesser degree u...
joshualitt
2014-12-15
*
Add xp optimization for RGB coverage.
egdaniel
2014-12-15
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
[next]