1. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  2. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  3. f91c63e Revert r7341 by edisonn@google.com · 12 years ago
  4. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
  5. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  6. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
  8. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  9. f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
  10. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  11. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  12. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  13. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  14. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  15. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  16. 5632e76 Place fix in r7278 behind compile flag by robertphillips@google.com · 12 years ago
  17. 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 12 years ago
  18. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. 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
  20. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  21. 7da456d Fix 7273 for neon by robertphillips@google.com · 12 years ago
  22. 8b8bf4d Added shaderproc for 1xN repeatX/repeatY BitmapProcShader by robertphillips@google.com · 12 years ago
  23. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 12 years ago
  25. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  26. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  27. 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
  28. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  29. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  30. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
  32. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  33. 7fbcfe9 add LF at end of file to fix warning by reed@google.com · 12 years ago
  34. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  35. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  36. e7591bb call endContext() if we have to return false from setContext(), to keep the by mike@reedtribe.org · 12 years ago
  37. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. a3bdc1a another false --> NULL return fix by humper@google.com · 12 years ago
  39. 2ad83ea false --> NULL for failure return by humper@google.com · 12 years ago
  40. 7f53503 Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. by bungeman@google.com · 12 years ago
  41. 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
  42. 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
  43. c62b726 Fix uninitialized memory issue by robertphillips@google.com · 12 years ago
  44. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  45. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  46. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  47. 59a6a2b Fix assertion caused by change in 7117. by bungeman@google.com · 12 years ago
  48. 99452e6 Properly reject clipped out draws in BBox pictures. by bungeman@google.com · 12 years ago
  49. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  50. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  51. b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
  52. 070dcd8 abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX by reed@google.com · 12 years ago
  53. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  54. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  55. 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
  56. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  57. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  58. ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
  59. 4a1362a add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code by reed@google.com · 12 years ago
  60. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  61. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  62. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  64. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  65. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  66. 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
  67. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. 7d474f8 The motivation for this changeset is to fix the following build failure in google3- by rmistry@google.com · 12 years ago
  69. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  70. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 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
  72. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  73. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  75. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  77. 675de16 Adding support for new canvas API method clipRRect with rtree and tileGrid by junov@chromium.org · 12 years ago
  78. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  79. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  80. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
  81. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  82. 78c0c30 Fix drawSprite to record correctly with SkBBoxRecord by junov@chromium.org · 12 years ago
  83. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 6006b56 Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects. by junov@chromium.org · 12 years ago
  85. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  86. 0c8ec2f Fixing bounding box computation for inverse filled paths in SkBBoxRecord by junov@chromium.org · 12 years ago
  87. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  88. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  89. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  90. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  91. 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 12 years ago
  92. b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 12 years ago
  93. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
  94. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  95. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  96. 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 12 years ago
  97. d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 12 years ago
  98. 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 12 years ago
  99. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
  100. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago