aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* Fix compiler warning/error in r10936Gravatar robertphillips@google.com2013-08-27
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* Update SkLumaMaskXfermode partial coverage handling.Gravatar fmalita@google.com2013-08-26
* Add luminance mask transfer modes.Gravatar commit-bot@chromium.org2013-08-23
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Refactor GrGLUniformManager::UniformHandle to initialize itself by defaultGravatar commit-bot@chromium.org2013-08-14
* effects: Replaces uses of GrAssert with SkASSERT.Gravatar commit-bot@chromium.org2013-08-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-08
* Upstreaming DropShadowImageFilter into skia, from BlinkGravatar junov@chromium.org2013-08-07
* Move SkComposeImageFilter into its own {.h, .cpp} filesGravatar commit-bot@chromium.org2013-08-07
* Reverting r10583: Upstreaming DropShadowImageFilter into skia, from BlinkGravatar jvanverth@google.com2013-08-06
* Upstreaming DropShadowImageFilter into skia, from BlinkGravatar junov@chromium.org2013-08-06
* Added ctm matrix to GPU pathGravatar commit-bot@chromium.org2013-08-05
* Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...Gravatar senorblanco@chromium.org2013-08-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-31
* Optimize the blur convolution by only applying domain clamping where necessar...Gravatar senorblanco@chromium.org2013-07-30
* fold SK_CPU_HAS_CONDITION_INSTR through as always definedGravatar commit-bot@chromium.org2013-07-30
* Fix quickReject computation for blursGravatar robertphillips@google.com2013-07-30
* Small optimization for convolution shader: only apply the bounds check in dir...Gravatar senorblanco@chromium.org2013-07-29
* Implement crop rect for lighting image filters. Changes for the CPU path were...Gravatar senorblanco@chromium.org2013-07-26
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-24
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-23
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-22
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-16
* Added newlines at the end of SkGpuBlurUtils.*Gravatar robertphillips@google.com2013-07-15
* Move gaussianBlur functionality to src\effectsGravatar robertphillips@google.com2013-07-15
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* use SkIntToScalarGravatar reed@google.com2013-07-10
* Implement offset for GPU filter path. Although we can't yet use this in Blink...Gravatar commit-bot@chromium.org2013-07-10
* Revert of r9902 (Consider conical shader opaque if it coversGravatar robertphillips@google.com2013-07-09
* Removing highp variables from perlin noise shaderGravatar commit-bot@chromium.org2013-07-04
* Consider conical shader opaque if it covers entire plane.Gravatar commit-bot@chromium.org2013-07-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* Fix for r9888 bugGravatar robertphillips@google.com2013-07-03
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* *** Perlin noise GM needs to be rebaselined ***Gravatar commit-bot@chromium.org2013-06-17
* Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU...Gravatar senorblanco@chromium.org2013-06-12
* Remove the non-separable blur because it is no longer used.Gravatar commit-bot@chromium.org2013-06-11
* Fixed gpu perlin noise on WindowsGravatar sugoi@google.com2013-06-10
* Fix leak of effect in SkXfermodeImageFilter::filterImageGPU()Gravatar commit-bot@chromium.org2013-06-03