index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
add support for capped hairlines
caryclark
2015-12-09
*
Another undefined shift caught by -fsanitize=shift.
mtklein
2015-12-09
*
Another memcpy -> sk_careful_memcpy
mtklein
2015-12-09
*
Remove no-op code in SkAlphaRuns::add
scroggo
2015-12-09
*
ubsan shift fixes
caryclark
2015-12-09
*
SkBitmap::installPixels(const SkPixmap&);
halcanary
2015-12-09
*
SkBitmap::getColor repsects swizzle
halcanary
2015-12-09
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
fix a couple flaky nonnull attribute ubsan warnings
mtklein
2015-12-09
*
Cap filtering to kMedium_SkFilterQuality when downsampling
fmalita
2015-12-09
*
Add sk_careful_memcpy to catch undefined behavior in memcpy.
mtklein
2015-12-08
*
Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...
bsalomon
2015-12-08
*
Zero length lines may have caps, but do not need joins.
caryclark
2015-12-08
*
Minor code cleanups in SkCanvas.
senorblanco
2015-12-07
*
SkPixelSerializer: support indexed pixels
halcanary
2015-12-07
*
Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen
herb
2015-12-07
*
Allow SkStream::peek() to partially succeed
scroggo
2015-12-07
*
Fix up signed-integer-overflow warnings
tomhudson
2015-12-07
*
Matrix convolution bounds fix; affectsTransparentBlack fixes.
senorblanco
2015-12-07
*
detect when we can filter bitmaps/images directly, w/o a tmp layer
reed
2015-12-05
*
Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patc...
senorblanco
2015-12-05
*
Matrix convolution bounds fix; affectsTransparentBlack fixes.
senorblanco
2015-12-04
*
use RawIter in hairpath (simplifies)
reed
2015-12-04
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
API to support native scaling by image-generator
reed
2015-12-02
*
Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://code...
mtklein
2015-12-02
*
skstd -> std for unique_ptr
mtklein
2015-12-02
*
Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview...
herb
2015-12-01
*
Replace D1G with a simpler implementation.
herb
2015-12-01
*
Add an SkPath conic conversion utility.
fmalita
2015-12-01
*
Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f)
mtklein
2015-12-01
*
add more conservative check for wayward divide
caryclark
2015-11-30
*
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...
mtklein
2015-11-30
*
skstd -> std for unique_ptr
mtklein
2015-11-30
*
Remove SkDrawProcs
herb
2015-11-24
*
optimize the disable-caching case for SkImage::readPixels
reed
2015-11-24
*
Add sniff for rect, oval & rrect to SkCanvas::clipPath
robertphillips
2015-11-24
*
Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
mtklein
2015-11-24
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
scaling API on SkPixmap
reed
2015-11-23
*
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...
mtklein
2015-11-23
*
skstd -> std for unique_ptr
mtklein
2015-11-23
*
Avoid devolving to a path when conservative clipping with RRects
robertphillips
2015-11-23
*
Revert[2] of "quick-accept clipRect calls"
reed
2015-11-21
*
Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of http...
bsalomon
2015-11-20
*
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...
egdaniel
2015-11-20
*
Make specialized SrcOver XPFactory
egdaniel
2015-11-20
*
Add SkNx_cast().
mtklein
2015-11-20
*
Move glyph choosing to the find and place glyph code.
herb
2015-11-20
*
Eliminate SkFILE: it always is the same as FILE.
halcanary
2015-11-20
[next]