aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/SkDisplacementMapEffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsbsalomon2015-08-271-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-11/+5
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...rmistry2015-08-261-1/+1
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsbsalomon2015-08-261-1/+1
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...wangyix2015-08-181-6/+8
* Added registerChild; transforms, textures, glKey automatically handled.wangyix2015-08-041-5/+5
* Some cleanup in GrTextureProvider and GrResourceProvider.bsalomon2015-07-311-2/+1
* Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()wangyix2015-07-221-20/+11
* Misc cleanuprobertphillips2015-07-221-11/+11
* Moved GrGLFragmentProcessor definition to its own filewangyix2015-07-221-1/+1
* rename GrShaderDataManager -> GrProcessorDataManagerjoshualitt2015-07-091-6/+6
* fix up test create functionsjoshualitt2015-07-081-18/+14
* more threading of GrShaderDataManagerjoshualitt2015-07-081-4/+11
* Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...robertphillips2015-07-061-2/+1
* Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...jvanverth2015-07-031-1/+2
* Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...bsalomon2015-07-011-2/+1
* Fix SkTileImageFilter clipping/cropRect interaction issuerobertphillips2015-06-261-1/+2
* Split drawing functionality out of GrContext and into new GrDrawContextrobertphillips2015-05-261-2/+9
* rename GrDrawTargetCaps to GrCapsbsalomon2015-05-191-1/+1
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...reed2015-05-121-3/+3
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...reed2015-05-121-3/+3
* stop calling SkScalarDivreed2015-05-121-3/+3
* This replaces the texture creation/caching functions on GrContext with a GrTe...bsalomon2015-04-301-2/+2
* Make XPFragmentBuilder only Builder with access to DstCopy.egdaniel2015-04-291-1/+1
* Use GLSLCaps for creating processor keys and GLSL-specific programsjvanverth2015-04-281-3/+3
* Switch textures created by DeviceImageFilterProxy tosenorblanco2015-04-071-18/+25
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-7/+7
* Remove uniqueID from all filter serialization.senorblanco2015-03-181-6/+5
* I'd really like to land this before the branch so speedy reviews are apprecia...joshualitt2015-02-251-1/+2
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...joshualitt2015-02-251-2/+1
* I'd really like to land this before the branch so speedy reviews are apprecia...joshualitt2015-02-251-1/+2
* Dynamically create stencil buffer when needed.bsalomon2015-02-231-1/+1
* Pass Rendertarget into context.joshualitt2015-02-181-3/+1
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-5/+5
* This CL cleans up the last remaining users of localCoordChange on paintjoshualitt2014-12-221-3/+5
* Add toString methods to SkImageFilter-derived classesrobertphillips2014-12-191-0/+17
* remove view matrix from contextjoshualitt2014-12-171-4/+1
* Use threshold of 1 texture coord value per pixel w/ nearest neighbor.bsalomon2014-12-091-2/+3
* Make addUniform take a precisionbsalomon2014-12-091-1/+1
* Remove backend factoriesjoshualitt2014-12-041-14/+14
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.mtklein2014-12-011-13/+0
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...mtklein2014-12-011-0/+13
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.mtklein2014-12-011-13/+0
* remove proc keyjoshualitt2014-11-251-2/+0
* Move GrInvariantOutput out of GrProcessor and into its own class.egdaniel2014-11-121-3/+4
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsbsalomon2014-10-281-2/+2
* Auto-compare GrProcessors' texture accesses in isEqual().bsalomon2014-10-161-3/+1
* Move willUseInputColor check to computeInvariantOutputegdaniel2014-10-151-2/+1
* Push isEqual/onIsEqual down from GrProcessor to subclasses.bsalomon2014-10-151-2/+2
* Remove uses of GrAutoScratchTexture.bsalomon2014-10-141-3/+4