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
*
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
*
SkPDF: s/SkAutoTUnref/sk_sp/g
halcanary
2016-03-07
*
Add "sample locations" feature to GrProcessor
cdalton
2016-03-07
*
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
robertphillips
2016-03-07
*
Add advance[XY]Fixed getters for Android.
benjaminwagner
2016-03-07
*
SkPDF Create working move constructor for inner classes
halcanary
2016-03-07
*
Update android_make to support both --gcc and --clang options.
djsollen
2016-03-07
*
Attempt to combine batches in forward direction before flush
bsalomon
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
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Add SkSpecialImage-based methods to SkImageFilter
robertphillips
2016-03-07
*
Add variants of the setters on SkPaint which take a sk_sp<effect>. At the sam...
reed
2016-03-06
*
SkPDF: AutoTUnref<T> changes in use
halcanary
2016-03-06
*
Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https:/...
reed
2016-03-05
*
add setter on SkPaint that takes sk_sp
reed
2016-03-05
*
Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...
reed
2016-03-04
*
Fix stall in Vk clear
jvanverth
2016-03-04
*
Check libpng version before reading color space
msarett
2016-03-04
*
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
halcanary
2016-03-04
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
disable linear pipeline for now (so bots don't crash)
reed
2016-03-04
*
Add support for new bitmapshader context (patchset #5 id:80001 of https://cod...
reed
2016-03-04
[next]