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
*
don't add circles on chopped cubics
reed@google.com
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Fix SkMatrix line endings (LF)
bsalomon@google.com
2012-07-13
*
Cleanup restore offsets at end of SkPicture recording
junov@chromium.org
2012-07-12
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
check a hashtable before using a bsearch
reed@google.com
2012-07-12
*
Fixing type mask computation in SkMatrix to make it faster and make it so tha...
junov@chromium.org
2012-07-12
*
idea: add annotation to SkPaint
reed@google.com
2012-07-11
*
add default: to switch statement, to avoid warning/error for unhandled cases.
reed@google.com
2012-07-11
*
add flatten/unflatten to SkDataSet
reed@google.com
2012-07-11
*
add SkDataSet class, so SkAnnotation can be more immutable-like
reed@google.com
2012-07-11
*
This patch implements the diffuse and specular lighting filters in Ganesh.
senorblanco@chromium.org
2012-07-11
*
Revert SkNO_RETURN_HINT fix in favor of a simpler fix
bsalomon@google.com
2012-07-11
*
Fix SkNO_RETURN_HINT warnings on mac/clang
bsalomon@google.com
2012-07-11
*
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
[next]