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
*
Refactor to put SkXfermode_opts inside SK_OPTS_NS.
mtklein
2015-08-12
*
Revert[3] "move some public headers into private"
reed
2015-08-12
*
Revert[2] "move some public headers into private"
reed
2015-08-12
*
decrement lockcount if we failed to get pixels
reed
2015-08-11
*
Revert "move some public headers into private"
reed
2015-08-11
*
move some public headers into private
reed
2015-08-11
*
Sk4px blit mask.
mtklein
2015-08-10
*
Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are emp...
egdaniel
2015-08-10
*
[TextBlob] Fall back to TightRunBounds when the font bounds are empty
fmalita
2015-08-10
*
remove unneeded _DRAWIMAGERECT flags
reed
2015-08-07
*
The compiler can generate smulbb perfectly well nowadays.
mtklein
2015-08-07
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Port SkTextureCompression opts to SkOpts
mtklein
2015-08-06
*
Detect MIPS DSP and DSPR2 programattically.
mtklein
2015-08-05
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Moved common cross-project functionality out from SkTraceEvent.h into SkTrace...
oysteine
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
Port morphology to SkOpts.
mtklein
2015-08-04
*
SkPictureImageGenerator
fmalita
2015-08-04
*
Reorganize to keep similar code together.
Mike Klein
2015-08-04
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-04
*
Port SkBlurImage opts to SkOpts.
mtklein
2015-08-04
*
Revert "Implement caching of filled paths in the tessellated path renderer."
mtklein
2015-08-04
*
cache private readback for gpu-images
reed
2015-08-04
*
Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of htt...
mtklein
2015-08-03
*
SkCanvas::onDrawPicture() quick-reject
fmalita
2015-08-03
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-03
*
disable SkOpts on x86 iOS (simulator)
mtklein
2015-07-31
*
Move SkOpts.h back to src/core.
mtklein
2015-07-31
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Port SkXfermode opts to SkOpts.h
mtklein
2015-07-31
*
use SkNextID::ImageID for android's stable id
reed
2015-07-31
*
Modifying TextBlobCacheTest to use SkRandomScalerContext
joshualitt
2015-07-31
*
Port SkUtils opts to SkOpts.
mtklein
2015-07-31
*
Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset ...
joshualitt
2015-07-31
*
Modifying TextBlobCacheTest to use SkRandomScalerContext
joshualitt
2015-07-31
*
lock pixels in image when bitmap is immutable and not-lazy
reed
2015-07-30
*
unify pixelref and image ID space, so we can share IDs when we share pixels
reed
2015-07-30
*
Runtime CPU detection for rsqrt().
mtklein
2015-07-30
*
Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
scroggo
2015-07-30
*
Lay groundwork for SkOpts.
mtklein
2015-07-30
*
Revert of Optimize RGB16 blitH functions with NEON for ARM platform. (patchse...
mtklein
2015-07-30
*
Optimize RGB16 blitH functions with NEON for ARM platform.
yang.zhang
2015-07-30
*
Double free in ~SkPictureData()
fmalita
2015-07-29
*
Move the last headers. Cross your fingers.
mtklein
2015-07-29
*
Move non-trivial constructors out-of-line.
mtklein
2015-07-29
*
remove (unnecessary?) call to notifyPixelsChanged
reed
2015-07-29
*
Move LightingShader to effects
robertphillips
2015-07-29
*
SkImage_Raster's pixels are always immutable.
reed
2015-07-29
[next]