index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Fix slow gm debug builds that are doing large path validation runs.
djsollen@google.com
2012-10-22
*
Remove use of varargs in SkImageFilter. This is causing a crash in recent
senorblanco@chromium.org
2012-10-22
*
Added ability to extract SkBitmaps to filter tool
robertphillips@google.com
2012-10-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-19
*
Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...
robertphillips@google.com
2012-10-19
*
Altered arcTo's canonical points to (usually) be convex
robertphillips@google.com
2012-10-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-18
*
Munch the incoming inverse to force nearly-no-scale to no-scale, if we think
reed@google.com
2012-10-17
*
Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary
junov@chromium.org
2012-10-17
*
Make table color filter use asNewCustomStage.
bsalomon@google.com
2012-10-17
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-17
*
fast case for translate-only repeat bitmapshader, so Tom can be happy
reed@google.com
2012-10-16
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
#define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh...
reed@google.com
2012-10-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-13
*
retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float
reed@google.com
2012-10-12
*
When two or more color matrix image filters are connected together, and the n...
senorblanco@chromium.org
2012-10-12
*
Add SkShader::asShadeProc to fast-path the caller when the shader is fast
reed@google.com
2012-10-12
*
Fonts with cubic outlines are rendered without ClearType by GDI.
bungeman@google.com
2012-10-12
*
reland 5926 w/ fix in middle loop (thank you asserts)
reed@google.com
2012-10-12
*
revert 5926 (debug assert)
reed@google.com
2012-10-12
*
add shaderproc32 for translate+clamp+nofilter.
reed@google.com
2012-10-12
*
Fix matrix type in setRectToRect
reed@google.com
2012-10-12
*
Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...
bsalomon@google.com
2012-10-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-12
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
SkTCopyOnFirstWrite
bsalomon@google.com
2012-10-11
*
Turn off some debugging statements.
scroggo@google.com
2012-10-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-11
*
This patch implements generalized DAG connectivity for SkImageFilter. SkImag...
senorblanco@chromium.org
2012-10-10
*
Draw hairline text as path.
bsalomon@google.com
2012-10-10
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR.
scroggo@google.com
2012-10-09
*
correctly handle negative values in fixed_clamp()
reed@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Remove state from SkColorSpaceLuminance to avoid memory management.
bungeman@google.com
2012-10-04
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-04
*
Ensure SkPathRef debug code mutex is initialized during creation of staticall...
bsalomon@google.com
2012-10-03
*
Adds extra debugging to SkPathRef that can optionally be turned on in a relea...
bsalomon@google.com
2012-10-03
*
Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...
bsalomon@google.com
2012-10-03
*
build iOS with 'make all'
caryclark@google.com
2012-10-02
*
catch empty stack in restorefixup called by clipRect
reed@google.com
2012-10-02
*
reenable peephole optimization for save/clip/restore, with build flag
reed@google.com
2012-10-02
*
re-land removal of setBitmapDevice
reed@google.com
2012-10-01
[next]