index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
Test.cpp
Commit message (
Expand
)
Author
Age
*
harden and speed up path op unit tests
caryclark@google.com
2013-07-16
*
Refactor: clean up some unused or mostly-unused API I saw here.
commit-bot@chromium.org
2013-06-18
*
Avoid side effects related to skia error callbacks in the testing infrastructure
humper@google.com
2013-04-25
*
Also proxy bumpTestCount.
commit-bot@chromium.org
2013-04-23
*
Unbreak -z. The LocalReporter shim layer was forcing the pathops options bac...
commit-bot@chromium.org
2013-04-22
*
Make it clearer what's going on at the end of tests.
commit-bot@chromium.org
2013-04-22
*
Add --threads to tests binary, to run non-GPU tests on multiple cores.
commit-bot@chromium.org
2013-04-19
*
add extended option to Test
caryclark@google.com
2013-04-10
*
Make GPU unit tests use GrContexts of different GL types.
bsalomon@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Fix the gr/gl destruction order in Test.cpp
bsalomon@google.com
2012-11-29
*
Fix test app to ensure that we destroy our GPU resources.
djsollen@google.com
2012-11-29
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Recommit r2510 now that mac build bot issue has been fixed.
bsalomon@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
*
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...
bsalomon@google.com
2011-10-13
*
Make program unit test run clean and add it to tests program
bsalomon@google.com
2011-08-16
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
support -android mode when running tests, which spews out android specific
reed@android.com
2009-04-09
*
add initial unittest framework (tests)
reed@android.com
2009-02-27