index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Add flag to disable gl error checking when allocating gpu objects
bsalomon@google.com
2012-01-19
*
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
*
Turn clipping back on in OSAA pass 1. Skip default cons on GrDrawState when s...
bsalomon@google.com
2012-01-18
*
Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeType
epoger@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
*
Attempt to reland 3054
bsalomon@google.com
2012-01-17
*
Revert r3054 for failing tests
bsalomon@google.com
2012-01-17
*
Add constant coverage to GrDrawState
bsalomon@google.com
2012-01-17
*
if the y-max has neighbors (prev and next) with the same Y values, then the
reed@google.com
2012-01-17
*
Incorporate changes related to Tom's post-hoc comments on the convex path ren...
bsalomon@google.com
2012-01-17
*
fix assert
bsalomon@google.com
2012-01-17
*
Add GrDrawState reset
bsalomon@google.com
2012-01-17
*
second try to fix assert
bsalomon@google.com
2012-01-17
*
Change static asserts of scalar type to runtime asserts (re r3040)
bsalomon@google.com
2012-01-17
*
Add convex path renderer (disabled)
bsalomon@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
*
Fix vs2010 int to scalar warnings
bsalomon@google.com
2012-01-12
*
Add code path to SW rasterize paths and upload as a mask texture
bsalomon@google.com
2012-01-12
*
Create floating-point square root path for 16b mirrored radial gradients
tomhudson@google.com
2012-01-12
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
Convert 32b radial gradient procs to take SkScalar instead of
tomhudson@google.com
2012-01-12
*
remove unused bool param to SkMutex constructor
reed@google.com
2012-01-12
*
Remove supports per-vertex coverage caps bit
bsalomon@google.com
2012-01-12
*
Remove obsolete SK_USE_FLOAT_SQRT
tomhudson@google.com
2012-01-11
*
reenable direction test, fix handling of degenerate segments in the non-conve...
reed@google.com
2012-01-11
*
Fix the string we're checking for in the #if defined(), so that loops actuall...
tomhudson@google.com
2012-01-11
*
Fix variable renaming in asserts related to r3015
bsalomon@google.com
2012-01-11
*
Remove shadersupport caps bit
bsalomon@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
*
android: optimize atomics routines
digit@google.com
2012-01-11
*
improve clamping logic when handling imprecise chopping of cubics
reed@google.com
2012-01-11
*
Correct GPU glyph positioning.
bungeman@google.com
2012-01-11
*
fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabled
bsalomon@google.com
2012-01-11
*
fix comment
bsalomon@google.com
2012-01-11
*
detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi...
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
*
Remove accidentally checked in printf
bsalomon@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
*
remove one un-needed static initializer
digit@google.com
2012-01-10
*
Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
djsollen@google.com
2012-01-09
*
Add ARM optimizations to the build.
djsollen@google.com
2012-01-09
[next]