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
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
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
*
fix vertical bold text on mac
caryclark@google.com
2012-01-25
*
disable SPEW_PURGE_STATUS
reed@google.com
2012-01-25
*
Prefer a texture pixel ref to a render target pixel ref when creating an SkGp...
bsalomon@google.com
2012-01-24
*
revert 3078
bsalomon@google.com
2012-01-21
*
fix interior issues in convex path renderer
bsalomon@google.com
2012-01-21
*
Temporarily allow linear interpolation of 2-color vertical gradients to be
tomhudson@google.com
2012-01-20
*
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
[next]