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
*
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
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
add asComponentTable() query (will impl in SkTableColorFilter next)
reed@google.com
2012-01-05
*
Add the ability to iterate through a path without modification. This change is
schenney@chromium.org
2012-01-04
*
Allow 0 as a valid text size in SkPaint.
djsollen@google.com
2012-01-04
*
drawPosText with center or right align skips every other character.
bungeman@google.com
2012-01-04
*
Fix off-by-one error in assertion; improve coverage_to_exact_alpha()
tomhudson@google.com
2012-01-03
*
expose isSubpixel() on the cache, so SkDraw can know if it should expect
reed@google.com
2012-01-03
*
Update header comments to more accurately describe behavior of
tomhudson@google.com
2012-01-03
*
Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...
schenney@chromium.org
2011-12-29
*
Tighten up restrictions on blit width: some shaders assert that they
tomhudson@google.com
2011-12-29
*
Bugfixes to antialiased blitting.
tomhudson@google.com
2011-12-28
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
New 'blitAntiRect' entry point for blitters, specialized in supersampling
tomhudson@google.com
2011-12-27
[next]