skia2/src/effects
2013-07-03 15:34:35 +00:00
..
gradients Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. 2013-05-24 14:58:44 +00:00
Sk1DPathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
Sk2DPathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
SkArithmeticMode.cpp Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU, since the SVG spec actually defines arithmetic compositing to operate on premul colours directly. 2013-06-12 22:15:43 +00:00
SkAvoidXfermode.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkBicubicImageFilter.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
SkBitmapSource.cpp This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). 2012-10-10 20:36:13 +00:00
SkBlendImageFilter.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
SkBlurDrawLooper.cpp Removed unused parameters 2013-03-11 18:50:03 +00:00
SkBlurImageFilter.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
SkBlurMask.cpp Remove the non-separable blur because it is no longer used. 2013-06-11 15:23:42 +00:00
SkBlurMask.h Remove the non-separable blur because it is no longer used. 2013-06-11 15:23:42 +00:00
SkBlurMaskFilter.cpp Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter 2013-07-03 15:34:35 +00:00
SkColorFilterImageFilter.cpp Remove SkImageFilter::getInputResult(), since its return value is not 2013-05-24 15:04:07 +00:00
SkColorFilters.cpp Add printing of SkColorFilter-derived classes to debugger 2013-05-23 14:00:17 +00:00
SkColorMatrix.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkColorMatrixFilter.cpp Fix compiler error/warning in r9255 2013-05-23 14:11:41 +00:00
SkCornerPathEffect.cpp bump picture version since SkPath has changed (conics) 2013-05-31 15:17:50 +00:00
SkDashPathEffect.cpp Add special handling of rectori case for gpu 2013-05-17 12:50:27 +00:00
SkDiscretePathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
SkDisplacementMapEffect.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
SkEmbossMask_Table.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkEmbossMask.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkEmbossMask.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkEmbossMaskFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-19 07:15:10 +00:00
SkKernel33MaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkLayerDrawLooper.cpp Add methods to SkLayerDrawLooper to allow adding layers on top 2013-05-22 12:35:50 +00:00
SkLayerRasterizer.cpp change all interfaces for SkRasterizer to const, in preparation for marking it 2012-12-18 16:57:03 +00:00
SkLerpXfermode.cpp add SkLerpXfermode 2013-05-21 21:33:11 +00:00
SkLightingImageFilter.cpp Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position 2013-05-09 14:55:46 +00:00
SkMagnifierImageFilter.cpp Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. 2013-04-08 19:43:22 +00:00
SkMatrixConvolutionImageFilter.cpp Remove SkImageFilter::getInputResult(), since its return value is not 2013-05-24 15:04:07 +00:00
SkMergeImageFilter.cpp Pull SkMergeImageFilter out into its own file. 2012-12-04 14:18:50 +00:00
SkMorphologyImageFilter.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
SkOffsetImageFilter.cpp Remove SkImageFilter::getInputResult(), since its return value is not 2013-05-24 15:04:07 +00:00
SkPaintFlagsDrawFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPerlinNoiseShader.cpp *** Perlin noise GM needs to be rebaselined *** 2013-06-17 14:19:01 +00:00
SkPixelXorXfermode.cpp Added toString to SkXfermode-derived classes (for debugger) 2013-01-22 14:32:09 +00:00
SkPorterDuff.cpp clone of https://codereview.appspot.com/7208043/ 2013-01-30 21:36:11 +00:00
SkRectShaderImageFilter.cpp Fix compile warning 2013-04-18 17:44:57 +00:00
SkStippleMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTableColorFilter.cpp check texture is not NULL to aovid segmentation fault. If the texture created by GrLockAndRefCachedBitmapTexture() is NULL, ColorTableEffect::Create will cause segmentation fault by GrAssert in src/gpu/GrTextureAccess.cpp. The simple patch checked texture to avoid segment fault, and returned a NULL effect to the caller. The caller will handle NULL effect, for example, it will set default effect. 2013-05-28 13:13:56 +00:00
SkTableMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTestImageFilters.cpp Removed unused parameters 2013-03-11 18:50:03 +00:00
SkTransparentShader.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkXfermodeImageFilter.cpp Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00