1. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  2. 0fbe01f Add -fPIC fro tsan (isn't alrady set in non-library). by bungeman@google.com · 11 years ago
  3. 27d4ffe Enable -fPIE, and -pie in tsan build. We're already -fPIC. by bungeman@google.com · 11 years ago
  4. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  5. ae748e7 Rebaseline Nexus 7 GM results after upgrading devices to 4.3 by djsollen@google.com · 11 years ago
  6. 19d15ce New expectations files for skimage. by scroggo@google.com · 11 years ago
  7. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  8. 96b128b rebaseline bench expectations by commit-bot@chromium.org · 11 years ago
  9. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  10. b006fe7 Rebase SGX images after GrGLSLExpr change by bsalomon@google.com · 11 years ago
  11. cc5fd0a Use the modified path, not the original path for the platform prefix. by bungeman@google.com · 11 years ago
  12. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  13. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  15. ab9d30c basically a typo by commit-bot@chromium.org · 11 years ago
  16. b5a6651 SkDocument api changes (abort, close return success, set DCT encoder...). by commit-bot@chromium.org · 11 years ago
  17. c8fda9d code cleanup by edisonn@google.com · 11 years ago
  18. 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
  19. 73d13d7 Give the new font cache GM a name by jvanverth@google.com · 11 years ago
  20. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  21. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  22. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  23. 9fb6c8a rebaseline_server: extend returned JSON dict to allow for result-editing in coming CL by epoger@google.com · 11 years ago
  24. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  25. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  26. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  27. b6aec05 Fix font cache GM on Windows by jvanverth@google.com · 11 years ago
  28. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  29. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  30. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  31. 598cf5d remove tracking code, as it polutes the code readability. Should be added back, in a less eficient way, by registering streams instead, so we don't have to pass arround the streams, and the code will be cleaner. by edisonn@google.com · 11 years ago
  32. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  33. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  34. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  35. 6ec1abf Remove --pdf option as it can now be controlled by --config by commit-bot@chromium.org · 11 years ago
  36. d1ce77d Fix valgrind uninitialized memory complaint by robertphillips@google.com · 11 years ago
  37. 12eb781 try uping the cache-count-limit to see if it speeds up bench-pictures by reed@google.com · 11 years ago
  38. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  39. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  40. c0de5d6 Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  41. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  42. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  43. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  44. 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 11 years ago
  45. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  46. 9f3b0e4 skia/trunk changes for generic sanitizer gyp flag. by mtklein@google.com · 11 years ago
  47. 055a584 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. 575e82a Document how to get a specific revision when rebaselining. by bungeman@google.com · 11 years ago
  49. 3c8d9cb Make svndiff.py work on Windows and with svn 1.7. by bungeman@google.com · 11 years ago
  50. c0445fe Fix ambiguity in API if no matching system language is found by commit-bot@chromium.org · 11 years ago
  51. f00031a Ignore any pdf-poppler GM failures BUG=skia:1657 R=edisonn@google.com by epoger@google.com · 11 years ago
  52. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  53. 680963e Ignore failure for images known to not work. by scroggo@google.com · 11 years ago
  54. 49e8083 Fix for blinking/corrupted text in Canvas 2D. by commit-bot@chromium.org · 11 years ago
  55. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  56. dd6cde5 style nit for myself retroactively: throwOnFailure -> throw_on_failure by commit-bot@chromium.org · 11 years ago
  57. b120bd9 Make all gradient benchs use the same repeat count. by commit-bot@chromium.org · 11 years ago
  58. de09af3 In skimage, copy to 8888 if encoding fails. by scroggo@google.com · 11 years ago
  59. 7bf4884 Rebaseline test due to improvements in r11577 by djsollen@google.com · 11 years ago
  60. e7f6f43 Fix unparsable expectations files. by scroggo@google.com · 11 years ago
  61. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  62. 67d7fb4 pdf report files by edisonn@google.com · 11 years ago
  63. 64f031c revert unintentional checkin of svndiff.py by djsollen@google.com · 11 years ago
  64. d7df6b6 Rebaseline Android Xoom and Nexus10 by djsollen@google.com · 11 years ago
  65. a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
  66. d34f058 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  68. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  69. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  70. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  71. d35736d rebaseline angle gradient changes by bsalomon@google.com · 11 years ago
  72. 86dd752 Mutex protect SkFontMgr_DirectWrite cache. by bungeman@google.com · 11 years ago
  73. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  74. 5dbb149 When cache is full delay flush until GrContext draw is finished by commit-bot@chromium.org · 11 years ago
  75. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  76. 57bb0c3 Whitespace change to trigger build after several buildbot-side changes by borenet@google.com · 11 years ago
  77. 5c36364 Don't access RT when disabling scissor. by commit-bot@chromium.org · 11 years ago
  78. ac8f3a4 Add GM option to allow the GPU context to be reset prior to each GM being run by djsollen@google.com · 11 years ago
  79. 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 11 years ago
  80. ef6d8da Remove rebaselined tests from ignored-tests.txt by bsalomon@google.com · 11 years ago
  81. 2692c48 Mark images with busted concial gradients as ignore failure on N10, N4, and RHB by bsalomon@google.com · 11 years ago
  82. 7f3622d Rebaseline gradient gpu tests by bsalomon@google.com · 11 years ago
  83. d8854ad Fix iOS build of test_image_decoder by halcanary@google.com · 11 years ago
  84. 70bd4bc Fix narrowing warning error by halcanary@google.com · 11 years ago
  85. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  86. 43e6bdb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  88. 57a3b76 Rebaseline for 11592. by bungeman@google.com · 11 years ago
  89. e9dea9e Ignore the failure of this flaky PDF test. by scroggo@google.com · 11 years ago
  90. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  91. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  92. f7f5b7c update GM to use #ifdef instead of just #if by djsollen@google.com · 11 years ago
  93. 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
  94. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  95. 17cb562 Mark shifty hairmodes on N10 as ignore-failure by bsalomon@google.com · 11 years ago
  96. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  97. b0a0589 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 5890949 Fix font GMs by jvanverth@google.com · 11 years ago
  99. cb55f11 HTTP GM baseline viewer: server should serve files from gm/rebaseline_server dir by epoger@google.com · 11 years ago
  100. 5f2bb00 More improvements to HTTP baseline viewer (for GM results) (SkipBuildbotRuns) by epoger@google.com · 11 years ago