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
*
Linear-time implementation of willPlaybackBitmaps(), computed & cached
tomhudson
2014-07-05
*
Adding 64 bit checks
sugoi
2014-07-03
*
move SkChecksum and SkEmptyShader to private
reed
2014-07-03
*
Remove SK_IGNORE_FASTER_TEXT_FIX.
Ben Wagner
2014-07-02
*
Remove A8_LCD luminance hack.
jvanverth
2014-07-01
*
correctly plumb through explicit rowbytes for allocPixels
reed
2014-07-01
*
Rename SkPicturePlayback to SkPictureData
robertphillips
2014-07-01
*
Adjust the alpha type for pixelRefs.
scroggo
2014-07-01
*
stop calling SkCanvas::getDevice
reed
2014-06-30
*
Begin atlasing
robertphillips
2014-06-30
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Begin atlasing
robertphillips
2014-06-29
*
add a second interface to the resizer to exactly match what Chrome expects. ...
humper
2014-06-28
*
add rowbytes option to allocPixels
reed
2014-06-28
*
writepixels needs to bump genID
reed
2014-06-27
*
Deprecate SkPicture::clone().
mtklein
2014-06-27
*
Switch SkPDFStream's internal storage from SkStream to SkData
halcanary
2014-06-27
*
change gpudevice and pdfdevice to inherit from basedevice
reed
2014-06-27
*
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
humper
2014-06-27
*
Fix RRect tranform bug
robertphillips
2014-06-27
*
Mark SkBBoxHierarchyRecord destructor as virtual
tomhudson
2014-06-27
*
delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP
reed
2014-06-27
*
Add noinline for GCC 4.6, which seems to vectorize after inlining.
mtklein
2014-06-25
*
Narrow disabled vectorization further to just ConvolveHorizontally.
mtklein
2014-06-25
*
try release only
Mike Klein
2014-06-25
*
disable on nacl
Mike Klein
2014-06-25
*
Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.
mtklein
2014-06-25
*
Move allocation of texture from SkGpuDevice to GrLayerCache
robertphillips
2014-06-24
*
Support serialization in SkRecord-backed SkPictures.
mtklein
2014-06-24
*
Prune some dead code from SkPicture.cpp.
mtklein
2014-06-24
*
add path dump test
caryclark
2014-06-24
*
Tick off some TODOs:
Mike Klein
2014-06-24
*
No one uses SkPicture::swap.
Mike Klein
2014-06-23
*
Enable basic drawing with SkRecord-based pictures.
Mike Klein
2014-06-23
*
Use smart pointers to make SkPictureRecorder lifetimes less manual.
Mike Klein
2014-06-23
*
Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https...
rmistry
2014-06-23
*
Revert of Fix SkPaint::measureText for stroked hairline text (https://coderev...
rmistry
2014-06-23
*
Fix SkPaint::measureText for stroked hairline text
kkinnunen
2014-06-22
*
Re-land "Fix external SkImageFilter caching with clips."
senorblanco
2014-06-20
*
speed up rgn building by inlining memcmp for 32bit values
reed
2014-06-20
*
Undef FloatToFixed and FixedToFloat as well in SkConvolver to avoid confusion...
george
2014-06-20
*
Revert "Fix external SkImageFilter caching with clips."
senorblanco
2014-06-19
*
[PDF] Fix font embedding restrictions.
vandebo
2014-06-19
*
Revert of remove guarded code - there are no more callers (https://codereview...
reed
2014-06-18
*
Fix external SkImageFilter caching with clips.
senorblanco
2014-06-18
*
remove guarded code - there are no more callers
reed
2014-06-18
*
Remove dashing from gpu veto
egdaniel
2014-06-18
*
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
mtklein
2014-06-17
*
move some headers out of public
reed
2014-06-17
[next]