1. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  2. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  3. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  4. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  5. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  6. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  7. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 12 years ago
  9. 4668e13 Adding SK_API to SkTileGridPicture class declaration Unreviewed by junov@chromium.org · 12 years ago
  10. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  11. 87c4726 Fix no-static-init (android) build. by bsalomon@google.com · 12 years ago
  12. 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 12 years ago
  13. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  14. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  15. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  16. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  17. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  18. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  19. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  21. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  23. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  24. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  25. 61a972f fix gcc build by humper@google.com · 12 years ago
  26. 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
  27. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  28. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  29. 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
  30. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  31. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  32. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  33. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  34. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  35. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  36. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  37. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  38. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  39. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  40. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  41. 2b4e544 re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome by robertphillips@google.com · 12 years ago
  42. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  43. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  44. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  45. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  46. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  47. 672d5c2 Fix warnings about unused function on Mac. by bsalomon@google.com · 12 years ago
  48. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  49. a44de96 Update documentation around picture playback. by djsollen@google.com · 12 years ago
  50. e78dd4b add metadata to Click for views by mike@reedtribe.org · 12 years ago
  51. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  52. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  53. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  54. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  56. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  58. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  59. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  60. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 12 years ago
  61. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  62. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  63. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
  64. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  65. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  66. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  67. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
  68. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  69. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  70. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  71. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  72. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  73. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  74. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  75. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. ffbe903 Fix compiler warning as error bug by robertphillips@google.com · 12 years ago
  77. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  78. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  79. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  80. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  81. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
  82. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  83. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  84. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  86. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  87. 9b0fd9a part of prev CL for rrect by reed@google.com · 12 years ago
  88. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  89. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  90. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  92. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  93. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  94. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  95. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  96. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  97. d27fe34 comment-only fix by epoger@google.com · 12 years ago
  98. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  99. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  100. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago