index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
SkLinearBitmapPipelineGM.cpp
Commit message (
Expand
)
Author
Age
*
Remove double free in GM and Bench.
Herb Derby
2017-02-08
*
Reduce stack usage for tests.
Herb Derby
2017-02-07
*
Use SkArenaAlloc in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...
Robert Phillips
2017-02-07
*
Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Introduce SkArenaAlloc - should be fast for POD types and RAII for types with...
Herb Derby
2017-01-13
*
Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for ty...
Herb Derby
2017-01-11
*
Introduce SkArenaAlloc - should be fast for POD types and RAII for types with...
Herb Derby
2017-01-11
*
Add destination color space to shader ContextRec
Brian Osman
2016-12-05
*
Use SkFixedAllocator in SkLinearPipeline and remove the embedding of
Herb Derby
2016-11-18
*
make SkXfermode.h go away
Mike Reed
2016-11-16
*
remove use of xfermode* in procs
Mike Reed
2016-11-09
*
More removal of SkColorProfileType...
brianosman
2016-06-20
*
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...
egdaniel
2016-06-17
*
More removal of SkColorProfileType...
brianosman
2016-06-17
*
Add SampleApp slide with animating lightmapped objects & transparency
robertphillips
2016-06-03
*
This has all the different source types in and working. There are many SkDiff...
herb
2016-05-13
*
Fix context size for benchmakr.
herb
2016-04-08
*
Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup.
herb
2016-04-08
*
WIP: experimental bilerp pipeline.
herb
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
SkImage now has makeShader to return sk_sp
reed
2016-03-09
*
Add support for new bitmapshader context (patchset #5 id:80001 of https://cod...
reed
2016-03-04
*
Revert of add support for new bitmapshader context (patchset #5 id:80001 of h...
reed
2016-03-03
*
add support for new bitmapshader context
reed
2016-03-03
*
tile spans
herb
2016-02-29
*
simplify/unify xferproc api
reed
2016-02-24
*
Add dest type hint to SkShader::ContextRec
fmalita
2016-02-22
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
*
Switch to pixmap in API.
herb
2016-02-18
*
Add bilerp filtering.
herb
2016-02-17
*
Simplified linear pipeline.
herb
2016-02-17