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 SkPath::contains(x, y)
mike@reedtribe.org
2012-07-11
*
Change SkFlatData to have a sentinel value, allowing the Compare function to
reed@google.com
2012-07-10
*
Handle convex paths with degeneracies in cheap direction computation
bsalomon@google.com
2012-07-10
*
bug fix: take the fAllocSize into account when we perform the compare, otherwise
reed@google.com
2012-07-10
*
Adding sanity checks on restore offsets in SkPicturePlayback::draw
junov@chromium.org
2012-07-09
*
restore 4478 w/ fixed assert (no long need 8-byte alignment)
reed@google.com
2012-07-09
*
revert 4478
reed@google.com
2012-07-09
*
switch callers to SkChecksum::Compute (no 32/64 preference)
reed@google.com
2012-07-09
*
Refactoring code in SkPictureRecord that touches fRestoreOffsetStack
junov@chromium.org
2012-07-09
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
Make SkTSearch variants with compare func as template param
bsalomon@google.com
2012-07-03
*
change NewWithCString to allocate room for the terminating NULL, so the data
reed@google.com
2012-07-02
*
fix type
reed@google.com
2012-07-02
*
add read/write SkData methods
reed@google.com
2012-07-02
*
add SkData::NewFromCString()
reed@google.com
2012-06-28
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27
*
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
robertphillips@google.com
2012-06-27
*
add explicit purgeAll() so we don't get foiled by the min cache-limit
reed@google.com
2012-06-27
*
Bump max flattenable from 64 to 1024.
bungeman@google.com
2012-06-27
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
more SkInstCnt plumbing
reed@google.com
2012-06-26
*
add more SkInstCnt plumbing
reed@google.com
2012-06-26
*
stick SkInstCnt in more classes, to help track down leaks
reed@google.com
2012-06-26
*
Register some flattenable factories.
scroggo@google.com
2012-06-25
*
if bounds don't intersect in DIFF mode, just return src (don't return empty)
reed@google.com
2012-06-25
*
Fix metrics test to no longer include the cpp.
djsollen@google.com
2012-06-25
*
export flags on the state of the world when a picture was serialized.
reed@google.com
2012-06-25
*
Expand header in serialized pictures
reed@google.com
2012-06-22
*
Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp
junov@chromium.org
2012-06-22
*
add PictInfo chunk to serialized pictures
reed@google.com
2012-06-22
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Record pixel ref's gen ID in picture
bsalomon@google.com
2012-06-21
*
landing mirror of https://codereview.appspot.com/6304098/
reed@google.com
2012-06-20
*
landing http://codereview.appspot.com/6306095/ by guanqun
reed@google.com
2012-06-19
*
Fix calling (and checking) the decal_ functions when the input is SkFractiona...
reed@google.com
2012-06-13
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
For SkGPipe, store bitmaps in a common location.
scroggo@google.com
2012-06-13
*
Fix the problem of rendering closePath not properly after a moveTo call in
schenney@chromium.org
2012-06-13
*
Compiler complaints + some minor cleanup
robertphillips@google.com
2012-06-12
*
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
djsollen@google.com
2012-06-12
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing
reed@google.com
2012-06-11
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
Detect inverse-fill, and treat its bounds as huge (all of integer space) for the
reed@google.com
2012-06-08
*
Add SkPath::getVerbs/countVerbs
bsalomon@google.com
2012-06-07
*
Make SkPath::RawIter require a non-NULL pts pointer.
bsalomon@google.com
2012-06-07
*
fix warnings on Mac in src/core
caryclark@google.com
2012-06-06
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
Reverting r4162
robertphillips@google.com
2012-06-05
*
Added instance counting system for SkRefCnt-derived objects
robertphillips@google.com
2012-06-05
[next]