index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkArithmeticMode_gpu.h
Commit message (
Expand
)
Author
Age
*
added support for PLS path rendering
ethannicholas
2016-01-30
*
Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...
ethannicholas
2016-01-22
*
added support for PLS path rendering
ethannicholas
2016-01-22
*
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
*
Increase the amount of debug information printed out by batches
robertphillips
2015-11-16
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
more threading of GrShaderDataManager
joshualitt
2015-07-08
*
Add mixed samples support to XPs
cdalton
2015-06-08
*
Update XPF invariant info to not account for conflation
cdalton
2015-06-02
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-26
*
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
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
Remove canTweakAlphaForCoverage from XP's since batch reads flag.
egdaniel
2015-05-04
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
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
*
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
*
Move GrXferProcessor subclasses into cpp files
egdaniel
2015-02-09
*
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 include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build
egdaniel
2015-01-15
*
Add Arithmetic mode xp.
egdaniel
2015-01-14
*
Move Gpu ArithmeticMode xfer effect to _gpu files.
egdaniel
2015-01-14