index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Use std::unique_ptr.
mtklein
2016-03-10
*
Remove anglesrgb config test - that config was removed.
brianosman
2016-03-10
*
Added (color=8888|f16|srgb) option to gpu configurations, along with gpuf16 a...
brianosman
2016-03-10
*
Fix readback of 565 on Mac and enable tests
bsalomon
2016-03-10
*
sk_sp versions of newWithColorFilter and newWithLocalMatrix
reed
2016-03-10
*
Update Skia's YUV API
msarett
2016-03-10
*
Restore SkImage::NewTextureFromPixmap changes.
bsalomon
2016-03-09
*
un-restore test, as bug is not fixed
reed
2016-03-09
*
TBR=robertphillips@google.com
bsalomon
2016-03-09
*
SkImage now has makeShader to return sk_sp
reed
2016-03-09
*
unify peekPixels around pixmap parameter
reed
2016-03-09
*
Fix Mac bots because of failing readback of 565
Brian Salomon
2016-03-09
*
Add SkImage::NewTextureFromPixmap
bsalomon
2016-03-09
*
Switch SkImageSource image filter over to new onFilterImage interface
robertphillips
2016-03-09
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset ...
halcanary
2016-03-08
*
Add sk_ref_sp helper function.
reed
2016-03-08
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
make pm4f be RGBA always, not pmcolor order
reed
2016-03-08
*
Add element_type, swap, operators, fix reset on sk_sp.
bungeman
2016-03-08
*
Disable color space test for old versions of libpng
msarett
2016-03-07
*
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
robertphillips
2016-03-07
*
add virtual ~Effect()
mtklein
2016-03-07
*
Rework files and add test cases.
herb
2016-03-07
*
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....
msarett
2016-03-07
*
Update Skia's YUV API
msarett
2016-03-07
*
Fix behavior of sk_sp::reset(T*) and add unittest.
reed
2016-03-06
*
sk_sp: fix contravariant constructors
halcanary
2016-03-05
*
Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...
reed
2016-03-04
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
Add support for new bitmapshader context (patchset #5 id:80001 of https://cod...
reed
2016-03-04
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
reed
2016-03-04
*
rewrite TArray test to not delete an SkSTArray via a SkTArray pointer.
mtklein
2016-03-03
*
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
*
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...
reed
2016-03-03
*
move annotations to canvas virtual
reed
2016-03-03
*
Add operator* and operator safe-bool to sk_sp.
bungeman
2016-03-03
*
Revert of Implement support for using GL ES 3.0 with command buffer (patchset...
kkinnunen
2016-03-03
*
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-03
*
update SkSmallAllocator to force internal allocations to be 16-byte aligned
reed
2016-03-02
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch...
robertphillips
2016-03-02
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
sk_sp: Covariant Move Constructor and Move Assignment
halcanary
2016-03-02
*
sk_make_sp<T>()
halcanary
2016-03-02
*
Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...
fmalita
2016-03-02
*
Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-01
*
Adding anisotropic mipmap levels to SkMipMap.
cblume
2016-03-01
*
Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion ...
brianosman
2016-03-01
[next]