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
*
remove SkError
Mike Klein
2016-10-13
*
Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not over...
benjaminwagner
2016-03-25
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Simplify skiatest framework.
halcanary
2015-01-20
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
When running DM, write test failures to json.
scroggo
2014-11-07
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-09
*
Revert of Make the Sk GL context class an abstract base class (patchset #4 id...
bsalomon
2014-10-08
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-08
*
SkThreadPool ~~> SkTaskGroup
mtklein
2014-09-03
*
Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...
mtklein
2014-09-03
*
SkThreadPool ~~> SkTaskGroup
mtklein
2014-09-03
*
Refactor how we handle resources path in Tests.
tfarina
2014-06-18
*
Reland "Clean up Test's resourcePath code."
tfarina
2014-06-09
*
Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org...
mtklein
2014-06-08
*
Clean up resourcePath code.
tfarina
2014-06-07
*
Mike R: please sanity check SkPostConfig.h
commit-bot@chromium.org
2014-04-14
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-27
*
Let DM run unit tests.
commit-bot@chromium.org
2014-02-26
*
Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)
commit-bot@chromium.org
2014-02-25
*
Let DM run unit tests.
commit-bot@chromium.org
2014-02-25
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Remove unnamed namespace usage from tests/
tfarina@chromium.org
2014-01-21
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
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
[next]