index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
Commit message (
Expand
)
Author
Age
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Unreviewed. Adding TODO comment to reference newly filed bug.
junov@google.com
2013-03-20
*
Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...
commit-bot@chromium.org
2013-03-20
*
Fix for displacement mapping
sugoi@google.com
2013-03-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-19
*
Added toString to SkMaskFilter-derived classes
robertphillips@google.com
2013-03-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
"Fix" case when bicubic filtering warps premultiplied color
robertphillips@google.com
2013-03-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-12
*
add proper support for solid style, and temporarily turn off my change so the...
humper@google.com
2013-03-11
*
fix preprocessor abuse on Windows
humper@google.com
2013-03-11
*
fix pad bug introduced during code cleanup
humper@google.com
2013-03-11
*
fix build warnings
humper@google.com
2013-03-11
*
Plumb fast rectangle blur code into the skia mask filter
humper@google.com
2013-03-11
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Upstream changes from Android.
djsollen@google.com
2013-03-08
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
remove obsolete build flags:
reed@google.com
2013-02-22
*
remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX
reed@google.com
2013-02-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-22
*
Small adjustments to SkRectShaderImageFilter to follow up on original cl.
sugoi@google.com
2013-02-21
*
Fix warnings-as-errors on Mac10.6 and Win. Unreviewed.
senorblanco@chromium.org
2013-02-21
*
New SkRectShaderImageFilter image filter
sugoi@google.com
2013-02-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-21
*
Fix compile errors in blur code on Windows.
jvanverth@google.com
2013-02-20
*
remove blur radius reinterpretation for now to make rebaselining simpler and ...
humper@google.com
2013-02-20
*
Complete the implementation of the faster blur; now supports all blur styles ...
humper@google.com
2013-02-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-20
*
Enable blur rounding (unreviewed).
senorblanco@chromium.org
2013-02-19
*
Add rounding to the separable blurs. This should ensure that the box blurs a...
senorblanco@chromium.org
2013-02-19
*
Move SkPaint::toString from debugger to SkPaint
robertphillips@google.com
2013-02-14
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
Optimize building gradient cache for when we know alpha is always 0xFF.
reed@google.com
2013-02-08
*
only take the vertical special-case for gradients when dx is exactly 0, as a
reed@google.com
2013-02-07
*
remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines
mike@reedtribe.org
2013-02-05
*
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...
senorblanco@chromium.org
2013-02-04
*
remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now
reed@google.com
2013-02-04
*
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...
reed@google.com
2013-02-04
*
Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we
reed@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-04
*
Move dither toggle logic into common helper functions, to make it easier to
reed@google.com
2013-02-01
*
revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul...
reed@google.com
2013-02-01
*
restore cache-count for gradients to p.o.2. so we can perform fancier dithering
reed@google.com
2013-02-01
*
Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome
robertphillips@google.com
2013-01-31
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Fix assert
robertphillips@google.com
2013-01-28
*
Added toString to SkDrawLooper-derived classes
robertphillips@google.com
2013-01-28
[next]