index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Need to apply matrix to advance in generateAdvance (as we already were in gen...
reed@google.com
2012-07-18
*
fix for non-Windows-specific compiler error in r4624
robertphillips@google.com
2012-07-16
*
Refactor SkDeque's iterator and allocation method
robertphillips@google.com
2012-07-16
*
Add a skia method to perform an atomic add.
scroggo@google.com
2012-07-16
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Revert "Add a method to atomic add."
scroggo@google.com
2012-07-16
*
Add a skia method to perform an atomic add.
scroggo@google.com
2012-07-16
*
[PDF] Add link annotations.
vandebo@chromium.org
2012-07-13
*
Updated make_filepath test to reflect changes in picture_utils. TBR
keyar@chromium.org
2012-07-13
*
Disable WritePixelsTest on Android
borenet@google.com
2012-07-12
*
Cleanup restore offsets at end of SkPicture recording
junov@chromium.org
2012-07-12
*
idea: add annotation to SkPaint
reed@google.com
2012-07-11
*
remove debugging printfs
reed@google.com
2012-07-11
*
add SkDataSet class, so SkAnnotation can be more immutable-like
reed@google.com
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
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Allow specific files and multiple inputs for picture testing tools.
keyar@chromium.org
2012-07-09
*
add test for SkChecksum
mike@reedtribe.org
2012-07-09
*
update test for new NewFromCString behavior
reed@google.com
2012-07-02
*
add SkData::NewFromCString()
reed@google.com
2012-06-28
*
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
robertphillips@google.com
2012-06-27
*
Fix metrics test to no longer include the cpp.
djsollen@google.com
2012-06-25
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
*
add test for http://code.google.com/p/chromium/issues/detail?id=131181
reed@google.com
2012-06-15
*
Really fix the build.
schenney@chromium.org
2012-06-13
*
Speculative build fix. Tests do not fail locally.
schenney@chromium.org
2012-06-13
*
Fix the problem of rendering closePath not properly after a moveTo call in
schenney@chromium.org
2012-06-13
*
add readPtr and writePtr to SkReader32 and SkWriter32
reed@google.com
2012-06-12
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
Add SkPath::getVerbs/countVerbs
bsalomon@google.com
2012-06-07
*
extend asAGradient for Conical type (to be implemented by PDF and XPS)
reed@google.com
2012-06-07
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-05-31
*
Merge GrGpuGLShaders into its parent class, GrGpuGL
bsalomon@google.com
2012-05-31
*
Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/...
epoger@google.com
2012-05-31
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
Added cast to get MathTest working on Windows
robertphillips@google.com
2012-05-30
*
use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS
reed@google.com
2012-05-30
*
win can't eat 1.0p+23 syntax for floats :(
reed@google.com
2012-05-30
*
remove debugf
reed@google.com
2012-05-30
*
addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
reed@google.com
2012-05-29
*
Detect when the caller was hairline AND strokeandfill, and resolve that into ...
reed@google.com
2012-05-29
*
add
reed@google.com
2012-05-21
*
CreateTypefaceFromStream for GDI.
bungeman@google.com
2012-05-18
*
change SkChunkAlloc to grow its allocations geometrically (not linearly)
reed@google.com
2012-05-17
[next]