index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
move SkPDFD*.h from include to src
halcanary
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
Avoid wrong memory access due to double substitution and %%
kkinnunen
2015-02-19
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
Use uint16s for texture coordinates when rendering text.
jvanverth
2015-02-18
*
Use SkAutoSTMalloc in GrResourceKey
bsalomon
2015-02-18
*
Expose method to retrieve CTFont
dominik.rottsches
2015-02-18
*
Make SkImage::getTexture() const
kkinnunen
2015-02-18
*
Revert of Use uint16s for texture coordinates when rendering text. (patchset ...
reed
2015-02-17
*
Use an array of nonpurgeable resources in GrResourceCache
bsalomon
2015-02-17
*
SK_NO_FLATE
mtklein
2015-02-17
*
Make GrResourceCache use a priority queue of purgeable resources.
bsalomon
2015-02-17
*
add gm for path-arcs, and catch degenerate arc in conic-case
reed
2015-02-17
*
Use dst copies in porter duffer XP to correctly render certain blends.
egdaniel
2015-02-17
*
use common impl for drawTextOnPath
reed
2015-02-17
*
Use uint16s for texture coordinates when rendering text.
jvanverth
2015-02-17
*
Remove android specific srcPath from SkPath
djsollen
2015-02-17
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
remove unneeded preroll
reed
2015-02-15
*
Multi-string shaders
joshualitt
2015-02-13
*
Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.ch...
joshualitt
2015-02-13
*
Multi-string shaders
joshualitt
2015-02-13
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.
egdaniel
2015-02-13
*
Make SkImageGenerator::getPixels() return an enum.
scroggo
2015-02-13
*
Revert of Use dst copies in porter duffer XP to correctly render certain blen...
egdaniel
2015-02-13
*
Use dst copies in porter duffer XP to correctly render certain blends.
egdaniel
2015-02-13
*
Fix SkComposeImageFilter's bounds computation and offset handling
ajuma
2015-02-13
*
Pass in ProcOptInfos into willNeedDstCopy on XPs
egdaniel
2015-02-13
*
[SkSVGDevice] Full font family support
fmalita
2015-02-13
*
Revert of I cannot remember what the race here actually was. (patchset #1 id:...
mtklein
2015-02-12
*
I cannot remember what the race here actually was.
mtklein
2015-02-12
*
optional res-scale parameter to getFillPath
reed
2015-02-12
*
Spin off SkTHashTable, SkTHashMap, SkTHashSet
mtklein
2015-02-12
*
Expose SkPathRef::unique through SkPath.
djsollen
2015-02-12
*
Move SkOSFile::Iter impls into ports.
bungeman
2015-02-12
*
Make null GL context use callback to make current
bsalomon
2015-02-11
*
Support multiple null GL contexts on a thread.
bsalomon
2015-02-11
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Fix append_fallback_font_families_for_locale.
bungeman
2015-02-11
*
Add tests for STArray swap
bsalomon
2015-02-10
*
check for nonfinites in rrects
reed
2015-02-10
*
Clean up clipping code a bit
robertphillips
2015-02-10
*
Only instance-count in SK_DEVELOPER builds (our debug builds, not Chrome's)
mtklein
2015-02-10
*
Port SkLazyPtr to new SkAtomics.h
mtklein
2015-02-09
*
SkAtomics: add asserts for valid memory orders.
mtklein
2015-02-09
*
Move GrXferProcessor subclasses into cpp files
egdaniel
2015-02-09
*
Add SkSVGCanvas
fmalita
2015-02-06
*
Reimplement gpu message bus for invalidated bitmap gen IDs
bsalomon
2015-02-06
[next]