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
*
Add the ability to iterate through a path without modification. This change is
schenney@chromium.org
2012-01-04
*
Fix ToUnicode generation bug.
vandebo@chromium.org
2012-01-03
*
add move-close-move and move-close-move-close to the "empty" paths to test
reed@google.com
2011-12-21
*
add unittest for invariants for empty paths, still need to think about
reed@google.com
2011-12-21
*
add SkUnichar_IsVariationSelector()
reed@google.com
2011-12-21
*
Fixing PathTest. It was always broken in the convexity test code due
schenney@chromium.org
2011-12-20
*
Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of...
schenney@chromium.org
2011-12-20
*
Modifying SkPath to store all verbs provided by the user, and to give
schenney@chromium.org
2011-12-20
*
add canvas::isDrawingToLayer(), as a fast query for chrome; faster than
reed@google.com
2011-12-14
*
Adding isOpaque method to skia shader classes
junov@chromium.org
2011-12-09
*
rename sk_float_isNaN to sk_float_isnan to match related functions
reed@google.com
2011-12-06
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
add sk_float_isfinite to mask platform differences
reed@google.com
2011-12-05
*
add test for isFinite
reed@google.com
2011-12-05
*
Fix Paint == comparison on Android.
djsollen@google.com
2011-12-01
*
add unittest for save/restore
reed@google.com
2011-11-28
*
more rgn==aaclip tests
reed@google.com
2011-11-23
*
Fix warnings
bsalomon@google.com
2011-11-23
*
add test that aaclip.setRegion creates the same mask as the region
mike@reedtribe.org
2011-11-23
*
don't quickReject bitmaps if there is a looper or other possible bounds-modifier
reed@google.com
2011-11-21
*
add test for IsMode
mike@reedtribe.org
2011-11-17
*
fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT)
reed@google.com
2011-11-16
*
fix autobounds dude to call a custom version of rect.join that doesn't ignore
reed@google.com
2011-11-14
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
add test for bounds (disabled as it fails)
reed@google.com
2011-11-14
*
Do writepixels alpha-premul using gpu
bsalomon@google.com
2011-11-11
*
[PDF] Optimize W-array generation with respect to subsetted fonts and add test.
vandebo@chromium.org
2011-11-11
*
Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no ...
bsalomon@google.com
2011-11-10
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
Fix return value in read pixels unit test
bsalomon@google.com
2011-11-10
*
Removes warnings generated by gcc and clang.
tomhudson@google.com
2011-11-09
*
add experimental test for blending math (disabled for now)
reed@google.com
2011-11-09
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
remove tests for copyPixelsFrom (it is not gone)
reed@google.com
2011-11-01
*
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...
bsalomon@google.com
2011-10-27
*
now we trim the aaclip after building it, to ensure that it has tight bounds
reed@google.com
2011-10-27
*
Remove warnings (trailing \, signed vs unsigned, parenthesization).
tomhudson@google.com
2011-10-27
*
add test for rgn-ops. some disable for now as they don't work (yet)
reed@google.com
2011-10-26
*
add header to document debug-vs-release, fixed-vs-float
reed@google.com
2011-10-26
*
fix new test to work in fixed-point
reed@google.com
2011-10-26
*
add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top
reed@google.com
2011-10-26
*
Recommit r2510 now that mac build bot issue has been fixed.
bsalomon@google.com
2011-10-24
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
Temporary revert of r2510. The test that it introduced fails on the Mac build...
bsalomon@google.com
2011-10-20
*
Add test that validates GrGLInterfaces
bsalomon@google.com
2011-10-20
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
[next]