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
*
Don't leak the shader by reffing twice in SkRectShaderImageFilter.
mtklein
2014-08-22
*
Disable Neon optimization of bad S32A/D565 blend.
mtklein
2014-08-22
*
Add testing flag for XPS for deterministic ids.
Ben Wagner
2014-08-22
*
Fix leak of GrResourceCacheEntry
bsalomon
2014-08-22
*
Disable Neon optimization of bad S32A/D565 blend.
mtklein
2014-08-22
*
Support comment groups in SkRecord.
mtklein
2014-08-22
*
Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...
mtklein
2014-08-22
*
[SkTextBlob] Merge run font data at draw time.
fmalita
2014-08-22
*
extend SkShader to report a luminance-color to be used for gamma correction
reed
2014-08-22
*
disable neon proc that is triggering asserts
reed
2014-08-22
*
fix numerical overflows in 565 blends
reed
2014-08-22
*
Store vertex size in DrawState when setVertexAttribs is called
egdaniel
2014-08-22
*
fix leak in new createproc
reed
2014-08-22
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...
mtklein
2014-08-21
*
1.5x -> 2x text size for y pad.
mtklein
2014-08-21
*
Ignore small text sizes in the text bounding assert.
mtklein
2014-08-21
*
SkMultiPictureDraw API
robertphillips
2014-08-21
*
Split up monolithic EXPERIMENTAL_drawPicture method
robertphillips
2014-08-21
*
Install a hook to swap between SkPicture backends with a single define.
mtklein
2014-08-21
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
remember to init fOrigPos in legacy constructor
reed
2014-08-21
*
Does this fix things?
mtklein
2014-08-21
*
rename gradients private BitmapCache to GradientBitmapCache
reed
2014-08-21
*
expose generalized imagecache key
reed
2014-08-21
*
Our SkPicture::Analysis visitors should recurse into nested pictures.
mtklein
2014-08-21
*
SkTextBlob
fmalita
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Remove unecessary check from android framework build
djsollen
2014-08-21
*
Use medium filtering when downscaling bitmap glyphs in FreeType host
djsollen
2014-08-21
*
Fix == operator in GrTextureDomain so we don't compair uninitilized values
egdaniel
2014-08-21
*
Remove State struct from GrDrawState
egdaniel
2014-08-21
*
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
reed
2014-08-21
*
Revert back to SkPictureData pictures. Huge perf regression.
mtklein
2014-08-20
*
Always read .skp files and other serialized pictures into SkRecord.
mtklein
2014-08-20
*
Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now)
halcanary
2014-08-20
*
Always read .skp files and other serialized pictures into SkRecord.
mtklein
2014-08-20
*
make imagecache's Key more general purpose
reed
2014-08-20
*
Directly compute glyphToUnicode array in DirectWrite.
bungeman
2014-08-20
*
Dump out more information if this assert fails.
mtklein
2014-08-20
*
Dump out more information if this assert fails.
mtklein
2014-08-20
*
copy points in array that may stretch
caryclark
2014-08-20
*
Implement SkPicture::hasText() for SkRecord backend.
mtklein
2014-08-20
*
Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code.
bungeman
2014-08-20
*
Revert to old autohinting behavior on Android.
djsollen
2014-08-20
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-20
*
fix #if to #ifdef for SK_DEBUG
caryclark
2014-08-20
*
Simplify GrGLPathRendering interface
kkinnunen
2014-08-20
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20
*
Make GrGLConfigConversionEffect work for Imagination and some other GPUs.
changjun.yang
2014-08-19
[next]