Create GLSLUniformHandler class for gpu backend
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrDisableColorXP.cpp
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-11-30 egdanielCreate a static instances of SrcOver XferProcessor
2015-11-30 ethannicholasAPIs which took colorPOI / coveragePOI pairs updated...
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-11 egdanielMove all ShaderBuilder files to GLSL
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
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-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-08 joshualittfix up test create functions
2015-06-08 cdaltonAdd mixed samples support to XPs
2015-06-08 cdaltonApply coverage in XP base class when using dst reads
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-10 egdanielOnly discard for XP dstCopies if we have a coverage...
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-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.
2014-12-30 egdanielFix for disabled color writes xp on n6
2014-12-22 egdanielAdd XP to handle the cases where we disable color write.