1. 0ee2627 When running DM, write test failures to json. by scroggo · 10 years ago
  2. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  3. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  4. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  5. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  6. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  7. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  8. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  9. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  10. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  11. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  12. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  13. 4472301 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  14. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  15. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  16. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  17. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  18. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  19. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  20. 8d0a524 harden and speed up path op unit tests by caryclark@google.com · 11 years ago
  21. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 11 years ago
  22. 8dd94f0 Avoid side effects related to skia error callbacks in the testing infrastructure by humper@google.com · 11 years ago
  23. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 11 years ago
  24. e1c5429 Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults. by commit-bot@chromium.org · 11 years ago
  25. 0506b9d Make it clearer what's going on at the end of tests. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  26. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  27. d54e1e9 add extended option to Test by caryclark@google.com · 11 years ago
  28. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  29. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. 83a853a Fix the gr/gl destruction order in Test.cpp by bsalomon@google.com · 12 years ago
  31. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  32. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  33. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  34. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  35. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  36. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  37. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  38. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  39. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  40. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  41. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  44. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  45. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 15 years ago
  46. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago