aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMaskFilter.cpp
Commit message (Expand)AuthorAge
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Rename GrGLUniformManager to GrGLProgramDataManagerGravatar kkinnunen2014-07-30
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...Gravatar bsalomon2014-06-24
* Stop referencing gl_FragCoord z and w components.Gravatar bsalomon2014-06-20
* Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...Gravatar humper2014-06-17
* Revert of third try at landing improved blur rect; this time with more correc...Gravatar scroggo2014-06-12
* third try at landing improved blur rect; this time with more correctnessGravatar humper2014-06-11
* Revert of second try at landing improved blur rect (https://codereview.chromi...Gravatar reed2014-06-11
* second try at landing improved blur rectGravatar humper2014-06-09
* Rollback of fe689c46 and all subsequent changesGravatar jvanverth2014-06-06
* remove extra debug printsGravatar humper2014-06-06
* fix 10.6 shader testsGravatar humper2014-06-06
* repair math error introduced by windows build fixGravatar humper2014-06-06
* one channel texture fix for blur shaderGravatar humper2014-06-06
* fix blur testGravatar humper2014-06-06
* Faster GPU rect blur that doesn't require computing vertical and horizontalGravatar humper2014-06-06
* remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLEGravatar commit-bot@chromium.org2014-05-31
* Revert "Revert of add colortable support to imagegenerator (https://coderevie...Gravatar commit-bot@chromium.org2014-05-29
* Remove SkDebugf that is gumming up the bot logsGravatar commit-bot@chromium.org2014-05-21
* fix off-by-one error in texture coordinate calculations for rrect gpuGravatar commit-bot@chromium.org2014-05-19
* expose ConvertRadiusToSigma to aid clients in the API transition to sigmaGravatar commit-bot@chromium.org2014-05-01
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* fix leaks in blurrrect -- this should address the valgrind issues.Gravatar commit-bot@chromium.org2014-04-29
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* revert humper changesGravatar commit-bot@chromium.org2014-04-28
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* Revert of Fast path for blurred round rects -- blur a small 9patch rect on th...Gravatar commit-bot@chromium.org2014-04-28
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19...Gravatar commit-bot@chromium.org2014-03-17
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* plumbing for GPU fast blurGravatar commit-bot@chromium.org2014-03-10
* plumb API for analytic rrect blurGravatar commit-bot@chromium.org2014-03-10
* remove legacy ifdef wrapping fast blurGravatar commit-bot@chromium.org2014-03-10
* replace SkBitmap::Config with SkColorType in gmsGravatar commit-bot@chromium.org2014-02-17
* use SkColorType instead of SkBitmap::Config in views/effectsGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-01
* Set the horizontal scanline to NULL when the vertical one failsGravatar commit-bot@chromium.org2014-01-31
* release the scanline textures in GrRectBlurEffectGravatar commit-bot@chromium.org2014-01-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* fix auto-delete bug that crept in with new fast blur path; is causingGravatar commit-bot@chromium.org2014-01-31
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* patch from issue 119343003Gravatar commit-bot@chromium.org2014-01-30
* Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...Gravatar commit-bot@chromium.org2014-01-28