sk_sp for Ganesh.
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrCustomXfermode.cpp
2016-06-09 bungemansk_sp for Ganesh.
2016-05-06 cdaltonRemove hasMixedSamples() from GrPipelineBuilder
2016-01-30 ethannicholasadded support for PLS path rendering
2016-01-27 robertphillipsAdd gpu implementation of OverdrawXfermode
2016-01-22 ethannicholasRevert of added support for PLS path rendering (patchse...
2016-01-22 robertphillipsRevert of Add gpu implementation of OverdrawXfermode...
2016-01-22 ethannicholasadded support for PLS path rendering
2016-01-20 robertphillipsAdd gpu implementation of OverdrawXfermode
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-12-01 egdanielAdd in shader blending for CoverageSetOp XP
2015-11-30 egdanielCreate a static instances of SrcOver XferProcessor
2015-11-30 ethannicholasAPIs which took colorPOI / coveragePOI pairs updated...
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-20 egdanielRevert of Make specialized SrcOver XPFactory (patchset...
2015-11-20 egdanielMake specialized SrcOver XPFactory
2015-11-18 egdanielAdd ShaderBuilders to EmitArgs and remove gettings...
2015-11-13 egdanielRename some processor functions from GL to GLSL
2015-11-13 egdanielMove XferProcessors to glsl
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-09-15 bsalomonCreate fragment processor for performing input color...
2015-08-29 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-29 rmistryRevert of Change SkShader;asFragmentProcessor signature...
2015-08-28 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-12 bsalomonCheck for xfer barriers in GrBatch, auto-issue barriers...
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittfix up test create functions
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
2015-07-08 bsalomonRevert of Rework GrPipelineInfo (patchset #7 id:120001...
2015-07-08 joshualittmore threading of GrShaderDataManager
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
2015-06-24 egdanielAlter shader code for soft light to avoid driver bug.
2015-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-06-12 cdaltonReview URL: https://codereview.chromium.org/1166513002
2015-06-08 cdaltonAdd mixed samples support to XPs
2015-06-08 cdaltonApply coverage in XP base class when using dst reads
2015-06-05 cdaltonOpt for advanced blend at creation time in CrCustomXfermode
2015-06-02 cdaltonUpdate XPF invariant info to not account for conflation
2015-05-26 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-22 bungemanRevert of Move DstCoordTexture to GrXP, rename and...
2015-05-22 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-05-11 cdaltonAdd assignment op to enum bitfield ops
2015-05-11 bsalomonAdd function for logging blend info on XP.
2015-05-10 egdanielOnly discard for XP dstCopies if we have a coverage...
2015-05-06 cdaltonImplement support for KHR_blend_equation_advanced
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-04-23 cdaltonAdd onGetBlendInfo to GrXferProcessor
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-17 egdanielUse dst copies in porter duffer XP to correctly render...
2015-02-13 egdanielRevert of Use dst copies in porter duffer XP to correct...
2015-02-13 egdanielUse dst copies in porter duffer XP to correctly render...
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-09 egdanielMove GrXferProcessor subclasses into cpp files
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-01-16 egdanielAdd Xfer Processor for GrCustomXfermodes
2015-01-15 egdanielMove XferEffects class to GrCustomXfermode file