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
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
uniquely name FS functions, add lighting effects to unit test
bsalomon@google.com
2012-08-07
*
Adding storage of SkPath::fIsOval
robertphillips@google.com
2012-08-07
*
Moving DeferredDevice and DeferredGPipeController classes out of the deferred...
junov@chromium.org
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Removing the SkPicture backend from SkDeferredCanvas code
junov@chromium.org
2012-08-07
*
Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...
junov@chromium.org
2012-08-07
*
Even when the pts are restricted to 32K values, we can still overflow computing
reed@google.com
2012-08-06
*
If we lose precision computing sum of the dash intervals, then we can have the
reed@google.com
2012-08-06
*
Add morphology, convolution, single texture, texture domain effects to new un...
bsalomon@google.com
2012-08-03
*
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...
bsalomon@google.com
2012-08-03
*
Fix includes files missing in release builds from GrCustomStageUnitTest.h.
bsalomon@google.com
2012-08-03
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
Store more behavior of SkFlatDictionary in SkFlatController.
scroggo@google.com
2012-08-02
*
Move GL programs unit test code to tests project.
bsalomon@google.com
2012-08-02
*
Fixing leak of SkPixelRef object in CanvasTest
junov@chromium.org
2012-08-02
*
Disable ReadWriteAlpha test on Android
borenet@google.com
2012-08-02
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Added check for aa/bw rect merging
robertphillips@google.com
2012-08-02
*
check that copied paths have the same segment-masks as their src
reed@google.com
2012-08-01
*
Pipe factory names independently from the flattenables using them.
scroggo@google.com
2012-08-01
*
Fix units per em test.
bungeman@google.com
2012-07-31
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
add getUnitsPerEm() to SkTypeface
reed@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
robertphillips@google.com
2012-07-31
*
Added test to ensure getConservativeBounds' result is clamped to render target
robertphillips@google.com
2012-07-31
*
Always store pixels of mutable bitmaps when recording a SkPicture.
djsollen@google.com
2012-07-27
*
Split SkGradientShader into separate files for each gradient subclass.
rileya@google.com
2012-07-26
*
Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.
scroggo@google.com
2012-07-26
*
Added ctor to SkClipStack and isEmpty method
robertphillips@google.com
2012-07-26
*
explicitly track if a path is finite or not
reed@google.com
2012-07-26
*
Refactoring how SkDeferredCanvas manages mutable bitmaps
junov@chromium.org
2012-07-25
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Avoid a loop in writeString and writePad by zeroing padding first.
scroggo@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
add protected method for internal_dispose overrides to jam fRefCnt before
reed@google.com
2012-07-23
*
In SkWriter32::writeString, initialize all memory reserved.
scroggo@google.com
2012-07-23
*
Fix unbound memory consumption problem with run away deferred canvases.
junov@chromium.org
2012-07-23
*
check for memory leaks in debug-build
reed@google.com
2012-07-22
*
add SkTRefArray, in hopes that it will enable more sharing between picturepla...
reed@google.com
2012-07-21
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Adding new steps to Canvas unit test to validate that the deferred
junov@chromium.org
2012-07-20
*
Improving CanvasTest to verify that the destination canvas of an SkDeferredCa...
junov@chromium.org
2012-07-18
*
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
[next]