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
*
Revert r3036. This change breaks loading images as
caryclark@google.com
2012-02-17
*
Added BSD license language where missing.
caryclark@google.com
2012-02-17
*
Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...
bsalomon@google.com
2012-02-17
*
Remove two static initializers from debug builds
digit@google.com
2012-02-16
*
be sure to mark fLastY with the bottom of the rect in blitRect
reed@google.com
2012-02-16
*
aaclip needs to handle paths with holes
reed@google.com
2012-02-16
*
add a todo
reed@google.com
2012-02-16
*
Fix TypefaceCache races.
bungeman@google.com
2012-02-16
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
suport A8 grayscale text with COLOR_LUMINANCE build option
reed@google.com
2012-02-15
*
SSE2 version of blit_lcd16, courtesy of Jin Yang.
tomhudson@google.com
2012-02-14
*
Adding API and unit testing for deferred canvas clearing/purging
junov@chromium.org
2012-02-13
*
if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component
reed@google.com
2012-02-13
*
enable color-luminance in font cache (disabled by default)
reed@google.com
2012-02-10
*
Fixing backing store access in SkDeferredCanvas.
junov@chromium.org
2012-02-07
*
use macro SkFixedRoundToInt where necessary
reed@google.com
2012-02-06
*
Don't change convexity status of a path after a moveTo
bsalomon@google.com
2012-02-02
*
When adding a convex shape to a path, mark path as convex if path is initiall...
bsalomon@google.com
2012-01-31
*
fall through to cross-product if the y-max-baseline returns a degenerate line
reed@google.com
2012-01-31
*
handle multiple points all at the y-max when computing direction
reed@google.com
2012-01-31
*
use contour with global ymax to determine direction
reed@google.com
2012-01-30
*
add bandage to pin out-of-range values when converting our integral clip boun...
reed@google.com
2012-01-30
*
inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid
reed@google.com
2012-01-30
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Make SkRegion::operator== a member function, rather than a privately-declared
reed@google.com
2012-01-25
*
disable SPEW_PURGE_STATUS
reed@google.com
2012-01-25
*
Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and other
schenney@chromium.org
2012-01-19
*
Interpolate vertical linear gradients for improved quality.
tomhudson@google.com
2012-01-18
*
Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...
bsalomon@google.com
2012-01-18
*
Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.
schenney@chromium.org
2012-01-18
*
add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD
reed@google.com
2012-01-18
*
Adding class SkDeferredCanvas for deferred rendering.
junov@google.com
2012-01-18
*
if the y-max has neighbors (prev and next) with the same Y values, then the
reed@google.com
2012-01-17
*
Modify SkBitmap::extractSubset() to respect volatility
skyostil@google.com
2012-01-16
*
Subpixel text 3/8 of a pixel too far to the right.
bungeman@google.com
2012-01-13
*
Modify SkBitmap::extractSubset() to respect opaqueness
skyostil@google.com
2012-01-13
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
reenable direction test, fix handling of degenerate segments in the non-conve...
reed@google.com
2012-01-11
*
fix cheapComputeDirection() in the non-convex case to pivot on the y-max point
reed@google.com
2012-01-11
*
improve clamping logic when handling imprecise chopping of cubics
reed@google.com
2012-01-11
*
stroking wants CW, so we reverse if the orig was CCW
reed@google.com
2012-01-10
*
restore (debugged) cheapComputeDirection
reed@google.com
2012-01-10
*
disable cheap check while its being debugged
reed@google.com
2012-01-10
*
add SkPath::cheapComputeDirection() plus unittests
reed@google.com
2012-01-10
*
add SkPath::reverseAddPath()
reed@google.com
2012-01-10
*
Add ARM optimizations to the build.
djsollen@google.com
2012-01-09
*
remove obsolete file
reed@google.com
2012-01-09
[next]