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
*
Simplify path allocation, clean up resources correctly
kkinnunen
2016-01-13
*
Optimized premultiplying swizzles for NEON
msarett
2016-01-13
*
Fix SkXfermodeImageFilter GPU fast path for differing sizes.
senorblanco
2016-01-13
*
Fix fuzzer-found deserialization bugs
ajuma
2016-01-13
*
Allow Resize to be called w/ a preallocated pixmap
reed
2016-01-13
*
Remove remaining users of draw*Rect calls
joshualitt
2016-01-13
*
Move some program building utils from GL to GLSL
egdaniel
2016-01-13
*
Make A8 readback work in more cases and improve testing.
bsalomon
2016-01-13
*
Remove size check from SkCodec
msarett
2016-01-13
*
remove CreateLightingFilter from SkColorFilter
reed
2016-01-13
*
Remove two varieties of drawNonAARect from GrDrawTarget
joshualitt
2016-01-13
*
remove unused SkGlobalInitialization_none.cpp
reed
2016-01-13
*
reorg global initialization, separating core from optional
reed
2016-01-13
*
Hide drawBatch on GrDrawTarget from test Methods
joshualitt
2016-01-13
*
GrAuditTrail hooks in GrContext + GrDrawContext
joshualitt
2016-01-13
*
Delete SkRectShaderImageFilter
ajuma
2016-01-12
*
Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPix...
bsalomon
2016-01-12
*
Convert GrAuditTrail to use scoped frames
joshualitt
2016-01-12
*
Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION.
senorblanco
2016-01-12
*
SkTime: Stop using POSIX entensions to time.h for timezone
halcanary
2016-01-12
*
Hide formats in GrGLCaps and use specific getters for different GL functions.
bsalomon
2016-01-12
*
Refactor resize filter to go faster
caryclark
2016-01-12
*
Optimize SkTileImageFilter in an offset filter when possible.
senorblanco
2016-01-12
*
SkTCopyOnFirstWrite-based SkPaintFilterCanvas API
fmalita
2016-01-12
*
Use SkOpts routines in SkSwizzler
msarett
2016-01-12
*
Add batch names and bounds to json debug information
joshualitt
2016-01-12
*
Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.
senorblanco
2016-01-11
*
SkPaintFilterCanvas skip-draw support
fmalita
2016-01-11
*
Guard SkGpuDevice
joshualitt
2016-01-11
*
SkSwizzler: Factor skipping zeros out into a helper function.
mtklein
2016-01-11
*
remove external header for SkModeColorFilter
reed
2016-01-11
*
move declaration of CreateLightingFilter into SkColorMatrixFilter
reed
2016-01-11
*
Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture...
bsalomon
2016-01-11
*
restore lost optimization when the shader can report const_in_y
reed
2016-01-11
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Change to wire up opnames in SkGpuDevice
joshualitt
2016-01-11
*
Fix uninit texture key with odd number of textures
bsalomon
2016-01-11
*
Move atomicinc in GrTracing to behind branch
joshualitt
2016-01-11
*
Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codere...
joshualitt
2016-01-11
*
Fix radii calculation code to handle large radii.
herb
2016-01-11
*
Delete reallyHasAlpha() from SkCodec
msarett
2016-01-11
*
Make SkROBuffer::Iter::size() work when exhausted
scroggo
2016-01-11
*
Might as well inline these premultiplies.
mtklein
2016-01-11
*
remove SkImage::applyFilter() -- unused, can always re-add later
reed
2016-01-08
*
Implement an SkPaint-based image filter
ajuma
2016-01-08
*
Fixed an assertion error in GrAAConvexTessellator. While adding a new point, ...
ethannicholas
2016-01-08
*
Add a class representing texture swizzle.
bsalomon
2016-01-08
*
Clean up order of arguments to d,s[,aa].
mtklein
2016-01-08
*
Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of...
mtklein
2016-01-08
*
Clean up SkXfermode_opts.h
mtklein
2016-01-08
[next]