1. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  2. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  4. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  5. 9d59420 Added GPU resource cache stats printing to bench & removed some noise from inst counting information by robertphillips@google.com · 12 years ago
  6. 4cea9f4 Use double dashes for bench options to be consistent. by scroggo@google.com · 12 years ago
  7. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  8. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. 91ee3a1 Added second "truncated" cpu/wall timer to bench by robertphillips@google.com · 12 years ago
  10. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  11. 2abed83 Added -min option to bench by robertphillips@google.com · 12 years ago
  12. a913a99 revert r5100 experiment by bsalomon@google.com · 12 years ago
  13. 5224d75 Temporary change to bench on android to run limited set of test in order to see whether it allows bench to complete. by bsalomon@google.com · 12 years ago
  14. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  15. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
  16. 7fbc604 Stop bench from leaking Review URL: http://codereview.appspot.com/6465045/ by bsalomon@google.com · 12 years ago
  17. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
  18. 44b67b2 Fixing NoGPU build of bench by junov@chromium.org · 12 years ago
  19. a2b32b8 Add -logFile option to Bench by borenet@google.com · 12 years ago
  20. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 13 years ago
  21. fdd909c Added picture recording benchmark options to bench. by keyar@chromium.org · 13 years ago
  22. af3d79a by bensong@google.com · 13 years ago
  23. 82a7bfc add defer canvas to bench by bsalomon@google.com · 13 years ago
  24. 13eaaaa Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU. by tomhudson@google.com · 13 years ago
  25. 86bb9b7 Add usage message and -h|--help arguments to bench. by tomhudson@google.com · 13 years ago
  26. a0b63b8 Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_DEBUG guard by robertphillips@google.com · 13 years ago
  27. 39a058f Removing "Debug" option from bench tests to evaluate possible regression by robertphillips@google.com · 13 years ago
  28. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  29. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 13 years ago
  30. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  31. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  32. 508824b Make null gl a top level config in bench by bsalomon@google.com · 13 years ago
  33. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  34. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  35. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  36. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  37. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  38. 1a7eabc support multiple (OR'd) -match parameters by reed@google.com · 13 years ago
  39. 8382394 Instead of using fixed size for GPU context in benchmain, walk list of by tomhudson@google.com · 13 years ago
  40. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  41. ba36642 Pass NULL to BenchTimer cons when gl context creation failed. by bsalomon@google.com · 13 years ago
  42. 788e247 Fix benchmain to build w/ scalar=fixed by bsalomon@google.com · 13 years ago
  43. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  44. 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
  45. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  46. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  47. 25df888 add bench for building blurs by reed@google.com · 14 years ago
  48. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 14 years ago
  49. a5d4841 Add information to bench output. http://codereview.appspot.com/4602057/ by bungeman@google.com · 14 years ago
  50. be9ad4e Higher resolution timers for bench. http://codereview.appspot.com/4548090/ by bungeman@google.com · 14 years ago
  51. d1a416a glFinish to complete bench before stopping stopwatch. by bungeman@google.com · 14 years ago
  52. a9015f8 add GPU config by mike@reedtribe.org · 14 years ago
  53. d34658a add benchmark for path filling by reed@google.com · 14 years ago
  54. 3b14dc1 add strokerects to gm output current bench settings by reed@google.com · 14 years ago
  55. eca4836 add by reed@android.com · 14 years ago
  56. 652807b Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" by agl@chromium.org · 15 years ago
  57. 6fd950c Revert "Use hairline when line width <= 1.0, instead of < 1.0." by agl@chromium.org · 15 years ago
  58. a956e4f Use hairline when line width <= 1.0, instead of < 1.0. by anatoly@google.com · 15 years ago
  59. 831f6c6 update with better fps reporting by reed@android.com · 15 years ago
  60. 0c9da39 add FPSBench by reed@android.com · 15 years ago
  61. 4e635f9 add -forceDither option to bench (it is tristate) by reed@android.com · 15 years ago
  62. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
  63. 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 15 years ago
  64. 387359e add -config foo to restrict the output to just the specific config by reed@android.com · 15 years ago
  65. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 16 years ago
  66. 953ce8d rename bench's main to benchmain.cpp, to avoid multiple files with same name by reed@android.com · 16 years ago[Renamed from bench/main.cpp]
  67. 6c924ad add -pict option to bench, which draws everything through a picture, and then by reed@android.com · 16 years ago
  68. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 16 years ago
  69. 3a859a0 draft of Text benchmark by reed@android.com · 16 years ago
  70. f523e25 add BitmapBench by reed@android.com · 16 years ago
  71. a70ba36 remove duplicate SkTRegistry definition by reed@android.com · 16 years ago
  72. 4c7d3d6 make help - shows options in makefile add optional image-encoding to bench by reed@android.com · 16 years ago
  73. 4bc1983 add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW by reed@android.com · 16 years ago
  74. 4cb8bd1 add crude Makefile (someone please help!) by reed@android.com · 16 years ago
  75. a720790 move main.cpp outside of the xcode project by reed@android.com · 16 years ago[Renamed from bench/BenchTool/main.cpp]
  76. b398fe8 add cmd-line args by reed@android.com · 16 years ago
  77. bd700c3 add benchmark framework by reed@android.com · 16 years ago