index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Expand
)
Author
Age
*
remove drawSprite from canvas
reed
2015-12-16
*
Fix a crash in SkParsePath::FromSVGString
scroggo
2015-12-11
*
ubsan shift fixes
caryclark
2015-12-09
*
[SkDebugger] Show more text blob details
fmalita
2015-12-08
*
Allow SkStream::peek() to partially succeed
scroggo
2015-12-07
*
report back colorfilters in lua
reed
2015-12-04
*
Upgrade debugger to print more SkPath info (isOval & isRRect)
robertphillips
2015-11-24
*
Eliminate SkFILE: it always is the same as FILE.
halcanary
2015-11-20
*
[debugger] Add visualization of center rect for drawBitmapNine calls
robertphillips
2015-11-18
*
Assert when running SampleApp with msaa 16 on Windows 10
aleksandar.stojiljkovic
2015-11-05
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
[SkDebugger] Show detailed drawImage info
fmalita
2015-10-29
*
Add generationID to debugger's path information
robertphillips
2015-10-29
*
Simplify linkages to Android framework internals
tomhudson
2015-10-26
*
Remove SkThread::setProcessorAffinity()
mtklein
2015-10-20
*
Remove params from Cacherator_GrTextureMaker
bsalomon
2015-10-15
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Move functions from SkGr to SkGrPriv.h
bsalomon
2015-10-09
*
[SkDebugger] Handle path empty-bounds gracefully
fmalita
2015-10-06
*
Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer
tomhudson
2015-10-01
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Remove SkBitmapSource
fmalita
2015-09-25
*
Improve debugger's visualization of transparent textures
robertphillips
2015-09-24
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT sla...
rmistry
2015-09-14
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Provides multiple implementations of Android's SkBitmapRegionDecode...
msarett
2015-09-08
*
Provides various implementations of Android's SkBitmapRegionDecoder.
msarett
2015-09-04
*
Replace font name table access with standard Skia function.
caryclark
2015-09-02
*
Suppress embedding fonts when the skp's fonts match the OS fonts.
caryclark
2015-08-31
*
Clean up SkTLogic.
bungeman
2015-08-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
zero-length cap fix
caryclark
2015-08-26
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
Update debugger print out of drawImageRect information
robertphillips
2015-08-24
*
Revert of experiment with zero-length round capped line segments (patchset #4...
caryclark
2015-08-21
*
experiment with zero-length round capped line segments
caryclark
2015-08-21
*
add gm for image->newShader
reed
2015-08-20
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
change asABitmap to isABitmap on shader
reed
2015-08-19
*
remove SkDeferredCanvas
reed
2015-08-19
*
SkPaintFilterCanvas should inherit the target canvas state
fmalita
2015-08-17
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Port SkTextureCompression opts to SkOpts
mtklein
2015-08-06
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
[next]