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
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Add SkDefaultXform as a catch-all to handle color conversions
msarett
2016-06-06
*
Gamma sanity checks
msarett
2016-06-06
*
Name parametric gamma curve types
msarett
2016-06-06
*
MIPS32r2: Fix Chromium runtime crash
milko.leporis
2016-06-05
*
Add the ability to handle premul and swizzle src bitmap data.
herb
2016-06-04
*
Add ability to rotate light direction in drawLitAtlas Sample slide
robertphillips
2016-06-03
*
SkMipMap::ComputeLevelSize to return SkISize
cblume
2016-06-03
*
Add gm for displaying different variants of 8888 bitmaps and fix a small reje...
herb
2016-06-03
*
add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug
reed
2016-06-02
*
Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME.
bungeman
2016-06-02
*
Add getting the size of a given mipmap level.
cblume
2016-06-02
*
Handle stroked single line special case in Ganesh
robertphillips
2016-06-02
*
Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa...
mbarbella
2016-06-01
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
Recognize common parametric gamma
msarett
2016-06-01
*
Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect
Brian Salomon
2016-06-01
*
Add SkPathPriv::IsSimpleClosedRect
bsalomon
2016-06-01
*
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...
msarett
2016-06-01
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
sdefresne
2016-06-01
*
always compute a cubic tangent
caryclark
2016-06-01
*
Check results from calls to SkCubicClipper::ChopMonoAtY.
mbarbella
2016-05-31
*
Make use of new SkLights class
robertphillips
2016-05-31
*
SkTypeface::MakeFromName to take SkFontStyle.
mboc
2016-05-31
*
Fix bug where SkPath will convert an arc to an oval and change the starting p...
bsalomon
2016-05-31
*
Use special case for 0x00 and 0xFF alpha to go faster.
herb
2016-05-31
*
Fix integer overflow in SkColorSpace
msarett
2016-05-31
*
Remove unused SkPictureGpuAnalyzer::analyze()
fmalita
2016-05-31
*
Rewrite assignment operator on SkBitmap, fix asan
msarett
2016-05-27
*
Clean up SkFloatBits
mtklein
2016-05-27
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
Add SkColorSpace to SkImageInfo
msarett
2016-05-27
*
pin before calling acos
caryclark
2016-05-27
*
add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params...
reed
2016-05-26
*
Srcover for sprite blitters.
herb
2016-05-26
*
Complex clipPath accounting
fmalita
2016-05-25
*
Write ICC profiles from SkColorSpace object
msarett
2016-05-25
*
Don't store resources with a unique key in GrResourceCache's fScratchMap
robertphillips
2016-05-24
*
SkColorSpace tweaks
msarett
2016-05-24
*
Test color correction in DM
msarett
2016-05-23
*
Make SkColorSpace a public API
msarett
2016-05-23
*
Make an embeddable container to hold linear pipelines.
herb
2016-05-19
*
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...
bsalomon
2016-05-19
*
Remove mutex for retrieving default typeface.
bungeman
2016-05-19
*
Propagate filter mode when rendering Alpha8 bitmaps
brianosman
2016-05-19
*
Assert complex precondition in SkGlyphCache::Visit.
bungeman
2016-05-19
*
SkCanvas::adjustToTopLayer()
tomhudson
2016-05-18
*
Parse parametric gamma curves
msarett
2016-05-18
*
SkColorSpace follow-ups
msarett
2016-05-17
[next]