aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
Commit message (Expand)AuthorAge
* Make GPU unit tests use GrContexts of different GL types.Gravatar bsalomon@google.com2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Fix the gr/gl destruction order in Test.cppGravatar bsalomon@google.com2012-11-29
* Fix test app to ensure that we destroy our GPU resources.Gravatar djsollen@google.com2012-11-29
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Recommit r2510 now that mac build bot issue has been fixed.Gravatar bsalomon@google.com2011-10-24
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* support -android mode when running tests, which spews out android specificGravatar reed@android.com2009-04-09
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27