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
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
check for identity in translate
reed
2016-09-12
*
fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR
reed
2016-09-12
*
use expected name for setDrawLooper/getDrawLooper
reed
2016-09-11
*
Adds missing and removes duplicate tracing macros.
carlosk
2016-09-09
*
made point lights linear attenuation; also fixed point light depth bug
vjiaoblack
2016-09-09
*
Fix storage of gamut transform matrices in SkColorSpace
brianosman
2016-09-09
*
Added in Radial Shadows
vjiaoblack
2016-09-09
*
Delete some LUTs from SkColorSpaceXform
msarett
2016-09-09
*
Apple devices do not support CRC32 instructions. Don't believe Clang's lies.
mtklein
2016-09-08
*
Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ().
brianosman
2016-09-08
*
SkLiteDL: drawAsLayer()
mtklein
2016-09-08
*
Flesh out SkOpts namespaces.
mtklein
2016-09-08
*
GN: default to -O1
mtklein
2016-09-07
*
Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma
msarett
2016-09-07
*
Delete SkColorSpace::gammaNamed() from public API
msarett
2016-09-07
*
Add minimal support for readPixels in raster F16
brianosman
2016-09-07
*
made point light shadows
vjiaoblack
2016-09-07
*
Add gammaIsLinear() API to SkColorSpace
msarett
2016-09-07
*
Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of ht...
msarett
2016-09-06
*
added radial lights to SkLights
vjiaoblack
2016-09-06
*
check for null-layer-paint after prev fix to savelayer ops
reed
2016-09-06
*
Delete SkColorSpace::kUnknown_Named, remove fNamed field
msarett
2016-09-06
*
test dont-clip-layer
reed
2016-09-06
*
compare degenerates with tolerance
caryclark
2016-09-06
*
test picture-ops for savelayer
reed
2016-09-06
*
Delete kInvalid_GammaNamed (part 2)
msarett
2016-09-05
*
Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset ...
mgiuca
2016-09-05
*
Delete SkColorSpace::kUnknown_Named, remove fNamed field
msarett
2016-09-02
*
remove unused SkDevice::setMatrixClip
reed
2016-09-02
*
SkMakeUnique.h defines skstd::make_unique<T>(Args...)
halcanary
2016-09-02
*
Add option to skip rects to drawImageLattice()
msarett
2016-09-02
*
Revert of Force SkPath::getConvexity() cache for thread safety. (patchset #1 ...
mtklein
2016-09-02
*
record drawfilters
reed
2016-09-02
*
Force SkPath::getConvexity() cache for thread safety.
mtklein
2016-09-01
*
Remove some useless declarations
sylvestre.ledru
2016-09-01
*
added point light attenuations to raster
vjiaoblack
2016-08-31
*
Optimizations and more documentation of SkShadowShader
vjiaoblack
2016-08-31
*
made raster shadows variance shadows
vjiaoblack
2016-08-30
*
SkTextBlob: Begin implementing Extended TextBlob API
halcanary
2016-08-30
*
Detect TSAN instead of relying on #ifdef THREAD_SANITIZER.
mtklein
2016-08-30
*
raster shadows
vjiaoblack
2016-08-30
*
remove dead code
mtklein
2016-08-29
*
Moved ambient lights out of SkLight's light array
vjiaoblack
2016-08-29
*
Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:1...
vjiaoblack
2016-08-29
*
dedup images/blobs/pictures by ID in old serialization format
reed
2016-08-29
*
Moved ambient lights out of SkLight's light array
vjiaoblack
2016-08-29
*
change readTypeface to return sk_sp
reed
2016-08-29
*
drawBitmapRect() should not touch the CTM when mask filters are present
fmalita
2016-08-26
*
Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.
bsalomon
2016-08-26
[next]