1. 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
  2. 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
  3. c62b726 Fix uninitialized memory issue by robertphillips@google.com · 12 years ago
  4. 444a401 Change SkAutoTUnref usage by robertphillips@google.com · 12 years ago
  5. 00835cc Fix debug build after r7153 (removed param referenced in assertion) by bsalomon@google.com · 12 years ago
  6. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  7. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  8. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  9. 61be794 Fix typo bug caught by mac warn-as-error (= should have been &=). by bsalomon@google.com · 12 years ago
  10. 0263fcd Implement getConstantColorComponents() for matrix convolution. by bsalomon@google.com · 12 years ago
  11. 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
  12. 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
  13. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  14. b00d670 Enable per-tile logging in bench_pictures by borenet@google.com · 12 years ago
  15. 4fa566b Add option to render PDFs to memory only. by edisonn@google.com · 12 years ago
  16. c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
  17. 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
  18. d6e6aef Rebaselined webpage image GMs for ['base-macmini'] on Google Storage. by rmistry@google.com · 12 years ago
  19. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  20. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  21. f49b287 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. a89e9da Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  23. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  24. 091f51b DirectWrite generatePath must transform the path by the current matrix. by bungeman@google.com · 12 years ago
  25. 735edb0 Add display of more SkPaint fields in Debugger by robertphillips@google.com · 12 years ago
  26. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  27. 59a6a2b Fix assertion caused by change in 7117. by bungeman@google.com · 12 years ago
  28. 99452e6 Properly reject clipped out draws in BBox pictures. by bungeman@google.com · 12 years ago
  29. 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
  30. e1a89ca Update order in third_party/externals svn:externals property to match DEPS. by bungeman@google.com · 12 years ago
  31. 358e427 Remove default clip/drawstate in GrIODB. by bsalomon@google.com · 12 years ago
  32. e04cf0c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 12 years ago
  34. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  35. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  36. 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
  37. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  38. e760445 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle'] on Google Storage. by rmistry@google.com · 12 years ago
  39. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 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
  41. 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
  42. 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
  43. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  44. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  45. 5f429b0 Fix signed/unsigned comparison in PictureTest.cpp by bsalomon@google.com · 12 years ago
  46. 14306e6 Rebaselined webpage image GMs for ['base-android-xoom'] on Google Storage. by rmistry@google.com · 12 years ago
  47. 57451ce Rebaselined webpage image GMs for %s on Google Storage. by rmistry@google.com · 12 years ago
  48. fcf4a69 Rebaselined webpage image GMs for %s on Google Storage. by rmistry@google.com · 12 years ago
  49. c3d753e Fix signed/unsigned comparison warning in PictureTest.cpp by bsalomon@google.com · 12 years ago
  50. e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
  51. 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 12 years ago
  52. 3792418 fix linux build by reed@google.com · 12 years ago
  53. 72708fa fix win build by reed@google.com · 12 years ago
  54. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  55. 9aaf36d fix GPU drawing for 8 bit alpha bitmaps by humper@google.com · 12 years ago
  56. 7492f4e $(SVN_VERSION) -> $SVN_VERSION in build-tot-chromium.sh by rmistry@google.com · 12 years ago
  57. 6b69cbf Script to checkout and build ToT chromium with ToT skia by rmistry@google.com · 12 years ago
  58. eb928ea Proposed fix to new stroking/path render selection system by robertphillips@google.com · 12 years ago
  59. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  60. b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
  61. b54a5d6 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  62. 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
  64. cb88d32 fix warnings (float to int), and convert to skia-style by reed@google.com · 12 years ago
  65. 4cbb3a1 disable warnings-as-error for JSON code, which has warnings (at least on mac) by reed@google.com · 12 years ago
  66. fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
  67. 070dcd8 abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX by reed@google.com · 12 years ago
  68. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  69. f286329 fix warning in render pdf tool by humper@google.com · 12 years ago
  70. a7830dc Revert part of r7047 to check Xoom failures by robertphillips@google.com · 12 years ago
  71. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  72. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 12 years ago
  73. 9c4e5ac Cleaned up warnings in Windows build. by jvanverth@google.com · 12 years ago
  74. 57313f6 Fix warning-as-error for var used only in an assert (and therefore not in the release build). by bsalomon@google.com · 12 years ago
  75. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  76. 674a3a2 Attempt to fix NULL to intptr_t warning-as-error on mac build. by bsalomon@google.com · 12 years ago
  77. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  78. 3045429 Rebaselined webpage image GMs for ['base-android-xoom'] on Google Storage. by rmistry@google.com · 12 years ago
  79. 97c982d Rebaselined webpage image GMs for %s on Google Storage. by rmistry@google.com · 12 years ago
  80. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  81. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  82. d68bc30 shape ops work in progress by caryclark@google.com · 12 years ago
  83. 2b4e544 re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome by robertphillips@google.com · 12 years ago
  84. 13d8d09 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  85. ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
  86. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. ac0d47e move include of src/effects into general, and out of gpu-specific by reed@google.com · 12 years ago
  88. 697c1e1 disable some new tests until we debug an rtree failure by reed@google.com · 12 years ago
  89. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  90. f7b62d6 Remove unused variable. by vandebo@chromium.org · 12 years ago
  91. 6d0032a shape ops work in progress by caryclark@google.com · 12 years ago
  92. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  93. 4a1362a add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code by reed@google.com · 12 years ago
  94. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  95. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  96. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  97. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  98. be61c05 Fix Android texture cacheID issue (npot flag not generated correctly) by robertphillips@google.com · 12 years ago
  99. 90533be add matrixbench for invert_translate by reed@google.com · 12 years ago
  100. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago