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
*
always allocate (only) the width of the clip for the AA row, since it will
reed@google.com
2012-02-23
*
In convex path renderer, translate polygon to origin for fanPt computation
bsalomon@google.com
2012-02-23
*
remove bogus assert (leftover from some long-forgotten debugging session)
reed@google.com
2012-02-23
*
Fix memory leak in GetTableData() and add unittests for it
reed@google.com
2012-02-23
*
GPU device preserves pixel values across read/write/read of unpremul pixel va...
bsalomon@google.com
2012-02-23
*
remove unused variable
bsalomon@google.com
2012-02-23
*
Provide fallbacks for web fonts.
caryclark@google.com
2012-02-23
*
Use nested template expansions to implement Config8888 conversions.
bsalomon@google.com
2012-02-22
*
Adding more unit testing for SkCanvas and derived classes.
junov@chromium.org
2012-02-22
*
SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in
tomhudson@google.com
2012-02-22
*
Remove incorrect GrAssert calls in GrResourceCache::removeAll
twiz@google.com
2012-02-21
*
Change append to appendf for call sites with no format arguments.
vandebo@chromium.org
2012-02-21
*
Use intrinsics for atomic inc and dec on Windows.
bungeman@google.com
2012-02-17
*
Remove SkFontHost::ValidFontID PART 1: remove only caller.
bungeman@google.com
2012-02-17
*
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
*
Remove on static initializer in GrGpu.cpp
digit@google.com
2012-02-16
*
Lazily allocate our global pool for imagerefs
reed@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
*
Lazily allocate gNameList, and protect its usage behind the global mutex.
djsollen@google.com
2012-02-16
*
cast to double
reed@google.com
2012-02-16
*
Fix TypefaceCache races.
bungeman@google.com
2012-02-16
*
Revert 3191
bsalomon@google.com
2012-02-15
*
Fix regression where we disable fonts with no specified name
djsollen@google.com
2012-02-15
*
fix SkFixed build (I hope)
reed@google.com
2012-02-15
*
Fix a case missed in r3198 where left/right direction of setOrthog matters (m...
bsalomon@google.com
2012-02-15
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer
bsalomon@google.com
2012-02-15
*
suport A8 grayscale text with COLOR_LUMINANCE build option
reed@google.com
2012-02-15
*
Misc small fixes to unblock skia roll.
bsalomon@google.com
2012-02-15
*
Attempt to make Windows and Mac compilers happy after breakage in r3193.
tomhudson@google.com
2012-02-14
*
Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield
tomhudson@google.com
2012-02-14
*
Fix compile errors.
bsalomon@google.com
2012-02-14
*
Add test to detect bias in conversion of frag shader floats to bytes
bsalomon@google.com
2012-02-14
*
SSE2 version of blit_lcd16, courtesy of Jin Yang.
tomhudson@google.com
2012-02-14
*
Fix include paths in non-standard targets.
tomhudson@google.com
2012-02-14
*
Update cross-platform #include paths to new include/gpu/gl directory
tomhudson@google.com
2012-02-14
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Make GLCaps be standalone and be a member of GrGLContextInfo
bsalomon@google.com
2012-02-14
*
Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures wit...
junov@chromium.org
2012-02-13
*
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
*
Prevent the memset16 ARM opt from failing when count is 0.
djsollen@google.com
2012-02-13
*
path effect on a very thin line should not be discarded
bsalomon@google.com
2012-02-13
*
Use GrGLContextInfo in shader generator
bsalomon@google.com
2012-02-13
*
enable color-luminance in font cache (disabled by default)
reed@google.com
2012-02-10
[next]