1. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  2. 6cfe1fb Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h to get Chrome compiling by robertphillips@google.com · 13 years ago
  3. e7c843d Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome to compile by robertphillips@google.com · 13 years ago
  4. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 13 years ago
  5. 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 · 13 years ago
  6. a8e66f7 Adds SkMWCRandom, which generates random numbers using a variant of George Marsaglia's multiply-with-carry "mother-of-all" method. This passes the tuftests suite so it should be much better than the current method (which does not). by jvanverth@google.com · 13 years ago
  7. 8c0bc9b add SK_API to SkMutex (for chrome) by reed@google.com · 13 years ago
  8. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  9. 24d10cb tweak to comments, ws change to trigger bots by reed@google.com · 13 years ago
  10. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 13 years ago
  11. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 13 years ago
  12. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
  13. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
  14. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
  15. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  16. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 13 years ago
  17. 3bc7200 Move random from core to utils by bsalomon@google.com · 13 years ago
  18. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  19. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 13 years ago
  20. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
  21. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  22. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
  23. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
  24. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
  25. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 13 years ago
  26. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 13 years ago
  27. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
  28. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 13 years ago
  29. 23c2939 Use Skia style cast in SkDeviceProperties. (Alternative to 7329.) by bungeman@google.com · 13 years ago
  30. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  31. 5133fc7 Speculative fix for cros_daisy compilation failure by robertphillips@google.com · 13 years ago
  32. 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 13 years ago
  33. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
  34. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
  35. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 13 years ago
  36. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 13 years ago
  37. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 13 years ago
  38. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 13 years ago
  39. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 13 years ago
  40. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 13 years ago
  41. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 13 years ago
  42. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 13 years ago
  43. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 13 years ago
  44. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 13 years ago
  45. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  46. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 13 years ago
  47. 4668e13 Adding SK_API to SkTileGridPicture class declaration Unreviewed by junov@chromium.org · 13 years ago
  48. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
  49. 87c4726 Fix no-static-init (android) build. by bsalomon@google.com · 13 years ago
  50. 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 13 years ago
  51. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
  52. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 13 years ago
  53. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 13 years ago
  54. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 13 years ago
  55. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 13 years ago
  56. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 13 years ago
  57. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  58. 9b64cac fix warning on linux by humper@google.com · 13 years ago
  59. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  60. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 13 years ago
  61. 18a48c3 replace getline with fgets for portability by humper@google.com · 13 years ago
  62. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 13 years ago
  63. 61a972f fix gcc build by humper@google.com · 13 years ago
  64. 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 · 13 years ago
  65. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 13 years ago
  66. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 13 years ago
  67. 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 · 13 years ago
  68. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 13 years ago
  69. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 13 years ago
  70. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 13 years ago
  71. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 13 years ago
  72. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 13 years ago
  73. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 13 years ago
  74. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 13 years ago
  75. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 13 years ago
  76. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 13 years ago
  77. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 13 years ago
  78. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 13 years ago
  79. 2b4e544 re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome by robertphillips@google.com · 13 years ago
  80. d96d17b Remove SkRefPtr by vandebo@chromium.org · 13 years ago
  81. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
  82. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 13 years ago
  83. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 13 years ago
  84. ade109f Fix Android compiler warnings. by djsollen@google.com · 13 years ago
  85. 672d5c2 Fix warnings about unused function on Mac. by bsalomon@google.com · 13 years ago
  86. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 13 years ago
  87. a44de96 Update documentation around picture playback. by djsollen@google.com · 13 years ago
  88. e78dd4b add metadata to Click for views by mike@reedtribe.org · 13 years ago
  89. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 13 years ago
  90. f6100c8 fix compiler warnings: by mike@reedtribe.org · 13 years ago
  91. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 13 years ago
  92. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  93. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 13 years ago
  94. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  95. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 13 years ago
  96. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 13 years ago
  97. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 13 years ago
  98. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 13 years ago
  99. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 13 years ago
  100. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 13 years ago