index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Use std::unique_ptr.
mtklein
2016-03-10
*
GrTessellator: abstract vertex allocation into caller.
senorblanco
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
*
Add a quick check to the TIFF header of DNG image
yujieqin
2016-03-10
*
Switch SkMergeImageFilter over to new onFilterImage interface
robertphillips
2016-03-10
*
Restore SkImage::NewTextureFromPixmap changes.
bsalomon
2016-03-09
*
Don't build CG on Linux CMake
msarett
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
*
Add an SkImageGeneratorCG
msarett
2016-03-09
*
Limit the maximum buffer size of SkRawBufferedStream
yujieqin
2016-03-09
*
Fix Windows clang compiler complaint
robertphillips
2016-03-09
*
Add SkImage::NewTextureFromPixmap
bsalomon
2016-03-09
*
Switch SkPaintImageFilter over to new onFilterImage interface
robertphillips
2016-03-09
*
Fix some issues for Linux Vulkan build
jvanverth
2016-03-09
*
Reenable dev bounds clip reduction
bsalomon
2016-03-09
*
Fix nullptr access in GrTextureProvider::createMipMappedTexture
bsalomon
2016-03-09
*
partial switch over to sp usage of shaders
reed
2016-03-09
*
Revert of don't create zero length intervals (patchset #1 id:1 of https://cod...
robertphillips
2016-03-09
*
SkPDF: use sk_ref_sp
halcanary
2016-03-09
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-09
*
don't create zero length intervals
caryclark
2016-03-09
*
Switch SkImageSource image filter over to new onFilterImage interface
robertphillips
2016-03-09
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
Initialize the font fallback when the direct write font
kulshin
2016-03-08
*
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
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
Fill out more information in GrVkCaps
egdaniel
2016-03-08
*
Remove SkImageGeneratorUtils. None of this code is used.
brianosman
2016-03-08
*
Buffer fix for VkProgram caching
jvanverth
2016-03-08
*
Switch SkComposeImageFilter over to new onFilterImage interface
robertphillips
2016-03-08
*
4377: drawVertices crashes when shader+colorfilter in the paint
aleksandar.stojiljkovic
2016-03-08
*
Rename SkSpecialImage::getBitmap to getBitmapDeprecated
robertphillips
2016-03-08
*
Fix up GrAuditTrail to allow arbitrary reordering
joshualitt
2016-03-08
*
Fix 4f gradient swizzle post http://crrev.com/1774523002
fmalita
2016-03-08
*
make pm4f be RGBA always, not pmcolor order
reed
2016-03-08
*
Lazy init batch unique ID
joshualitt
2016-03-08
*
Small GrTessellator refactor and cleanup.
senorblanco
2016-03-08
*
work around leftshift for negative values
reed
2016-03-08
*
Switch SkOffsetImageFilter over to new onFilterImage interface
robertphillips
2016-03-08
*
Fix caching bug in new SkImageFilter::filterImage path
robertphillips
2016-03-08
*
SkPDF: use sk_make_sp<T> when it makes sense.
halcanary
2016-03-08
*
Circle GP/batch housecleaning
bsalomon
2016-03-08
*
Hide new methods from non-Android.
benjaminwagner
2016-03-07
*
Archive SkRemote-related code. I want to start fresh.
mtklein
2016-03-07
*
Add support for 2x2 matrices
cdalton
2016-03-07
[next]