1. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  2. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  3. ddbd83a revert change 7218 by edisonn@google.com · 12 years ago
  4. d17c865 Add option to ignore small pixel diffs for --validate. By default, right now we will default to max diff of 256, which means that for now we report all pixels that are not as expected and we do not error out. Ideally we will decrease the value of max diff to something that does not have visual impact, e.g. 10, then we will report small changes with the intensity under 10, but we will error out for anything larger. by edisonn@google.com · 12 years ago
  5. 41e2d66 Whitespace change to trigger doxygen upload by rmistry@google.com · 12 years ago
  6. e31db31 Whitespace change to trigger uploads after skia-autogen reset by borenet@google.com · 12 years ago
  7. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 98204f9 better quick fix for GM self-test: ignore instance-counting lines in Debug output by epoger@google.com · 12 years ago
  9. 6008e60 quick fix for GM self-test failures after r7206 by epoger@google.com · 12 years ago
  10. f14e4b0 Add VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify whether a failure in validation by reed@google.com · 12 years ago
  11. 23595a5 Fix busted texture coords in GrGLBlendEffect. by bsalomon@google.com · 12 years ago
  12. 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
  13. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  14. 9222838 add LF at end of file by reed@google.com · 12 years ago
  15. 7fbcfe9 add LF at end of file to fix warning by reed@google.com · 12 years ago
  16. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  17. 9318231 add benches for drawBitmapRectToRect with slight scale/translate by reed@google.com · 12 years ago
  18. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  19. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  20. b4a870b Update gm self-test results to expect new runtime config debug message by epoger@google.com · 12 years ago
  21. 5a5e29e Separate our jsoncpp dependency from Chromium's jsoncpp overrides. by epoger@google.com · 12 years ago
  22. 4d69227 Unreviewed mac build fix : Removing unused variable by sugoi@google.com · 12 years ago
  23. 8cec63e Added missing include in non GPU case. by sugoi@google.com · 12 years ago
  24. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  25. 96b17aa Turn off timeIndividualTiles by borenet@google.com · 12 years ago
  26. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  27. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  28. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  29. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. e7591bb call endContext() if we have to return false from setContext(), to keep the by mike@reedtribe.org · 12 years ago
  31. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  32. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 84831ac fix all the false --> NULL issues in the gradient code by humper@google.com · 12 years ago
  34. d386b0e remove namespace qualifier for feof; it's making android unhappy by humper@google.com · 12 years ago
  35. 027c102 Fix a problem in the matrix convolution image filter exposed by https://code.google.com/p/skia/source/detail?r=7152: when offsetting texture coordinates in a GrEffect, take the origin of the source bitmap origin into account, and flip Y coordinates when we need to. by senorblanco@chromium.org · 12 years ago
  36. a3bdc1a another false --> NULL return fix by humper@google.com · 12 years ago
  37. 2ad83ea false --> NULL for failure return by humper@google.com · 12 years ago
  38. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  39. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  40. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  41. 61a972f fix gcc build by humper@google.com · 12 years ago
  42. 7f53503 Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. by bungeman@google.com · 12 years ago
  43. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  44. 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
  45. c62b726 Fix uninitialized memory issue by robertphillips@google.com · 12 years ago
  46. 444a401 Change SkAutoTUnref usage by robertphillips@google.com · 12 years ago
  47. 00835cc Fix debug build after r7153 (removed param referenced in assertion) by bsalomon@google.com · 12 years ago
  48. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  49. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  50. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  51. 61be794 Fix typo bug caught by mac warn-as-error (= should have been &=). by bsalomon@google.com · 12 years ago
  52. 0263fcd Implement getConstantColorComponents() for matrix convolution. by bsalomon@google.com · 12 years ago
  53. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  54. 95146eb Adding commandline option to gm to make it write image results for tests that fails due to pixel mismatches. by junov@chromium.org · 12 years ago
  55. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  56. b00d670 Enable per-tile logging in bench_pictures by borenet@google.com · 12 years ago
  57. 4fa566b Add option to render PDFs to memory only. by edisonn@google.com · 12 years ago
  58. c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
  59. 01754bf Fix typo, report in validate diff teh value of the pixel, not the address of the pixel. by edisonn@google.com · 12 years ago
  60. d6e6aef Rebaselined webpage image GMs for ['base-macmini'] on Google Storage. by rmistry@google.com · 12 years ago
  61. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  62. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  63. f49b287 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. a89e9da Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  65. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  66. 091f51b DirectWrite generatePath must transform the path by the current matrix. by bungeman@google.com · 12 years ago
  67. 735edb0 Add display of more SkPaint fields in Debugger by robertphillips@google.com · 12 years ago
  68. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  69. 59a6a2b Fix assertion caused by change in 7117. by bungeman@google.com · 12 years ago
  70. 99452e6 Properly reject clipped out draws in BBox pictures. by bungeman@google.com · 12 years ago
  71. 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
  72. e1a89ca Update order in third_party/externals svn:externals property to match DEPS. by bungeman@google.com · 12 years ago
  73. 358e427 Remove default clip/drawstate in GrIODB. by bsalomon@google.com · 12 years ago
  74. e04cf0c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 12 years ago
  76. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  77. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  78. a543b60 Add clear after each image save, so that GPU images won't end up progressively compositing on top of one another. by jvanverth@google.com · 12 years ago
  79. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  80. e760445 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle'] on Google Storage. by rmistry@google.com · 12 years ago
  81. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 732fbee speculative change to speedup blurrect bench for large radius, to see if the bots are timing out by mike@reedtribe.org · 12 years ago
  83. 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
  84. 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
  85. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  86. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  87. 5f429b0 Fix signed/unsigned comparison in PictureTest.cpp by bsalomon@google.com · 12 years ago
  88. 14306e6 Rebaselined webpage image GMs for ['base-android-xoom'] on Google Storage. by rmistry@google.com · 12 years ago
  89. 57451ce Rebaselined webpage image GMs for %s on Google Storage. by rmistry@google.com · 12 years ago
  90. fcf4a69 Rebaselined webpage image GMs for %s on Google Storage. by rmistry@google.com · 12 years ago
  91. c3d753e Fix signed/unsigned comparison warning in PictureTest.cpp by bsalomon@google.com · 12 years ago
  92. e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
  93. 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 12 years ago
  94. 3792418 fix linux build by reed@google.com · 12 years ago
  95. 72708fa fix win build by reed@google.com · 12 years ago
  96. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  97. 9aaf36d fix GPU drawing for 8 bit alpha bitmaps by humper@google.com · 12 years ago
  98. 7492f4e $(SVN_VERSION) -> $SVN_VERSION in build-tot-chromium.sh by rmistry@google.com · 12 years ago
  99. 6b69cbf Script to checkout and build ToT chromium with ToT skia by rmistry@google.com · 12 years ago
  100. eb928ea Proposed fix to new stroking/path render selection system by robertphillips@google.com · 12 years ago