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
*
Parallel cache.
herb
2015-09-09
*
Specialize SkOncePtr<T[]>.
mtklein
2015-09-09
*
Revert of more zero-length changes for svg compatibility (patchset #6 id:1000...
caryclark
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Make SkGraphics::Term a no-op, stop calling it.
mtklein
2015-09-09
*
Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200...
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
more zero-length changes for svg compatibility
caryclark
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Added TestCreate for SkComposeShader; will pick two random child procs that ...
wangyix
2015-09-08
*
Make SkGraphics::Term a no-op, stop calling it.
mtklein
2015-09-08
*
Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE"
reed
2015-09-08
*
emitChild() used to generate a mangled outputColor based on the parent's outp...
wangyix
2015-09-08
*
Port SkLazyFnPtr users to SkOncePtr.
mtklein
2015-09-08
*
Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (...
scroggo
2015-09-08
*
switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE
reed
2015-09-07
*
Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...
herb
2015-09-04
*
Handle zero-length encoded images gracefully during deserialization
fmalita
2015-09-04
*
Parallel cache.
herb
2015-09-04
*
Fix SkOneShotDiscardablePixelRef to return discardable segment.
ssid
2015-09-04
*
Clean up some lint complaints
robertphillips
2015-09-03
*
Add a SkPixelSerializer SkImage encode variant
fmalita
2015-09-03
*
Stop using SkScalerContext::getAdvance() in SkGlyphCache.
mtklein
2015-09-01
*
Added SkComposeShader GPU implementation
wangyix
2015-09-01
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Require Sk4f::toBytes() clamps
mtklein
2015-09-01
*
Image generator-backed SkPictureShader
fmalita
2015-08-31
*
Clean up remaining users of SkPMFloat
mtklein
2015-08-31
*
simplify bitmap scaler and cache
reed
2015-08-31
*
Move float<->byte conversions into Sk4f.
mtklein
2015-08-31
*
Suppress embedding fonts when the skp's fonts match the OS fonts.
caryclark
2015-08-31
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
fix bounds check for ctables (thanks Hal)
reed
2015-08-28
*
change colortable to use factory for reinflating, check for empty
reed
2015-08-28
*
Replace SkPin32 with SkTPin and remove.
bungeman
2015-08-28
*
Remove sys/types.h include from SkTypes.h.
bungeman
2015-08-28
*
Clean up SkTLogic.
bungeman
2015-08-28
*
Add a note about (x*y+255)/256.
mtklein
2015-08-27
*
Add trace event to SkPicture analysis.
mtklein
2015-08-27
*
[tracing] Add support for skia caches to dump memory stats
ssid
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
make cacherator thread-safe
reed
2015-08-26
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
zero-length cap fix
caryclark
2015-08-26
*
Have SkPicture::willPlayBackBitmaps() count SkImages too.
mtklein
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
stray malloc/free -> sk_malloc/sk_free
mtklein
2015-08-26
[next]