1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. 84836b7 moar static flags by Mike Klein · 5 years ago
  3. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  4. 4d907da move Reporter::reportFailedWithContext() out of line by Mike Klein · 5 years ago
  5. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  6. 925e31e dm: require tmpDir, reasonable defaults by Hal Canary · 7 years ago
  7. e54c75f remove SkError by Mike Klein · 8 years ago
  8. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 87f3ba4 Simplify skiatest framework. by halcanary · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. 0ee2627 When running DM, write test failures to json. by scroggo · 10 years ago
  13. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  14. 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
  15. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  16. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  17. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  18. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  19. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  20. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  21. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  22. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  23. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  24. 4472301 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  26. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  27. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  28. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  29. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  30. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  31. 8d0a524 harden and speed up path op unit tests by caryclark@google.com · 11 years ago
  32. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 11 years ago
  33. 8dd94f0 Avoid side effects related to skia error callbacks in the testing infrastructure by humper@google.com · 11 years ago
  34. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 11 years ago
  35. e1c5429 Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults. by commit-bot@chromium.org · 11 years ago
  36. 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
  37. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  38. d54e1e9 add extended option to Test by caryclark@google.com · 11 years ago
  39. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  40. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  41. 83a853a Fix the gr/gl destruction order in Test.cpp by bsalomon@google.com · 12 years ago
  42. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  43. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  44. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  45. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  46. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  47. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  48. 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
  49. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  50. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  51. 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
  52. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  53. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  54. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  55. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  56. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 15 years ago
  57. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago