Revert "replace SkXfermode obj with SkBlendMode enum in paints"
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrConfigConversionEffect.cpp
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-12 bsalomonRemove unneeded GrGLSLTransformedCoordsArray type
2016-09-06 brucedawsonWork around VS 2015 Update 3 optimizer internal compile...
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-19 bsalomonCreate DCs rather than textures in GrConfigConversionEffect
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-09 bungemansk_sp for Ganesh.
2016-05-24 brianosmanRemove sRGB overrides on GrTextureParams. Use GrPaint...
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-11 cdaltonRename EmitArgs::fSamplers to fTexSamplers
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-18 cdaltonAdd more specialized fragment builders
2016-02-03 robertphillipsClean up GrGLSLFragmentProcessor-derived classes
2016-01-22 bsalomonMake swizzling in read/write pixel copy code more generic
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-19 egdanielMove glsl onto EmitArgs struct for emitCode
2015-11-18 egdanielAdd ShaderBuilders to EmitArgs and remove gettings...
2015-11-13 egdanielRename some processor functions from GL to GLSL
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-05 bsalomonRename non-aa rect methods on GrDrawContext in anticipa...
2015-10-21 egdanielMove GrGLShaderVar to GrGLSL
2015-10-21 egdanielMove shader precision modifier check onto GLSLCaps
2015-10-17 robertphillipsRemove DrawingMgr shims from GrContext
2015-10-15 robertphillipsGrDrawContext now holds GrRenderTarget pointer
2015-10-06 bsalomonBye bye processor data manager.
2015-09-01 robertphillipsLimit lifetime of GrDrawContext objects
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-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-08-03 bsalomonUpdate assert to allow config conversion effect for...
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-22 robertphillipsMisc cleanup
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-07-08 joshualittfix up test create functions
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-04-30 bsalomonThis replaces the texture creation/caching functions...
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-28 joshualittcreate GrTestUtils.h, move some common functions into it
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-18 joshualittPass Rendertarget into context.
2015-02-10 robertphillipsClean up clipping code a bit
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2014-12-18 joshualittChange to create device coord coordset
2014-12-17 joshualittremove view matrix from context
2014-12-09 bsalomonMove shader precision out of GrShaderVar
2014-12-04 joshualittRemove backend factories
2014-11-25 joshualittremove proc key
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-16 bsalomonAuto-compare GrProcessors' texture accesses in isEqual().
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
2014-10-13 egdanielCreate helper functions to use in computeInvariantOutpu...
2014-10-09 joshualittFPs now use the correct builder types(just a rename)
2014-10-09 egdanielRemove tab parameter from GrGLSLMulVarBy4f function
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-18 joshualittChanges to remove program effects builder
2014-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-08-20 changjun.yangMake GrGLConfigConversionEffect work for Imagination...
2014-07-21 bsalomonAllow GrGLEffects to produce variable length keys.
2014-07-11 bsalomonThis moves us towards variable length effect keys....
2014-07-09 bsalomonRevert of Make GrGLConfigConversionEffect work for...
2014-07-09 changjun.yangMake GrGLConfigConversionEffect work for Imagination...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-08-30 commit-bot@chromiu... Rename ShaderType enum to ShaderVisibility
next