1. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
  2. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  3. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  4. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  5. 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 12 years ago
  6. a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 12 years ago
  7. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 12 years ago
  8. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  9. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
  10. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
  11. f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 12 years ago
  12. 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 12 years ago
  14. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  15. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
  16. b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 12 years ago
  17. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  18. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 12 years ago
  20. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  22. 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  23. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  24. b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 12 years ago
  25. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  26. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  27. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  28. f91c63e Revert r7341 by edisonn@google.com · 12 years ago
  29. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
  30. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  31. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
  33. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  34. f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
  35. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  36. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  37. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  38. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  39. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  40. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  41. 5632e76d Place fix in r7278 behind compile flag by robertphillips@google.com · 12 years ago
  42. 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 12 years ago
  43. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. f919b72 in SkPath::dump(), add \n after close() printf, so we don't run into the next verb (e.g. moveTo) by reed@google.com · 12 years ago
  45. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  46. 7da456d Fix 7273 for neon by robertphillips@google.com · 12 years ago
  47. 8b8bf4d Added shaderproc for 1xN repeatX/repeatY BitmapProcShader by robertphillips@google.com · 12 years ago
  48. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 12 years ago
  50. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  51. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  52. 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
  53. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  54. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  55. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
  57. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  58. 7fbcfe9 add LF at end of file to fix warning by reed@google.com · 12 years ago
  59. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  60. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  61. e7591bb call endContext() if we have to return false from setContext(), to keep the by mike@reedtribe.org · 12 years ago
  62. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. a3bdc1a another false --> NULL return fix by humper@google.com · 12 years ago
  64. 2ad83ea false --> NULL for failure return by humper@google.com · 12 years ago
  65. 7f53503 Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. by bungeman@google.com · 12 years ago
  66. 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
  67. 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
  68. c62b726 Fix uninitialized memory issue by robertphillips@google.com · 12 years ago
  69. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  70. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  71. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  72. 59a6a2b Fix assertion caused by change in 7117. by bungeman@google.com · 12 years ago
  73. 99452e6 Properly reject clipped out draws in BBox pictures. by bungeman@google.com · 12 years ago
  74. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  75. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  76. b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
  77. 070dcd8 abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX by reed@google.com · 12 years ago
  78. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  79. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  80. 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
  81. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  82. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  83. ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
  84. 4a1362a add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code by reed@google.com · 12 years ago
  85. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  86. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  87. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  89. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  90. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  91. 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
  92. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 7d474f8 The motivation for this changeset is to fix the following build failure in google3- by rmistry@google.com · 12 years ago
  94. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  95. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  96. 14dd81d disable (using build-flag) change in 6937 until I can figure out how to rebaseline the self-test by mike@reedtribe.org · 12 years ago
  97. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  98. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  100. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago