1. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 12 years ago
  2. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  4. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  5. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 12 years ago
  6. 4b6d432 Small adjustments to SkRectShaderImageFilter to follow up on original cl. by sugoi@google.com · 12 years ago
  7. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  8. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  9. 76bf70d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. baaf8c5 add as experiment to factor out low-level enums and types by mike@reedtribe.org · 12 years ago
  11. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  13. cfb7b91 print a useful message when assert fails on the mac by humper@google.com · 12 years ago
  14. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  15. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 12 years ago
  16. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  17. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  18. 8d84b8f Adding comments based on review https://codereview.appspot.com/7300072/ by junov@chromium.org · 12 years ago
  19. 994b52e Correct default value for GR_STATIC_RECT_VB by bsalomon@google.com · 12 years ago
  20. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  21. f507c41 Adding option to SkTileGrid for specifying border pixels. by junov@chromium.org · 12 years ago
  22. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  23. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  24. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  25. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  26. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
  27. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 12 years ago
  28. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  29. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  30. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  31. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  32. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  33. 3fda0ea check for self-assignment in operator= by reed@google.com · 12 years ago
  34. 53f3f31 tweak to spacing, to trigger build by mike@reedtribe.org · 12 years ago
  35. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  36. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  37. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  38. 3d5b998 use SkToS32 to turn a ptrdiff_t into an int (on 64bit build) by reed@google.com · 12 years ago
  39. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  40. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  41. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  42. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  43. aac2fb8 move kStyleCount out of Style enum, and into its own, to avoid by mike@reedtribe.org · 12 years ago
  44. 408586e remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMultiply_Mode by reed@google.com · 12 years ago
  45. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
  46. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  47. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
  48. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 6cfe1fb Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h to get Chrome compiling by robertphillips@google.com · 12 years ago
  50. e7c843d Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome to compile by robertphillips@google.com · 12 years ago
  51. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  52. 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
  53. 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 · 12 years ago
  54. 8c0bc9b add SK_API to SkMutex (for chrome) by reed@google.com · 12 years ago
  55. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 24d10cb tweak to comments, ws change to trigger bots by reed@google.com · 12 years ago
  57. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
  58. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  59. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 12 years ago
  60. 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 · 12 years ago
  61. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  62. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 12 years ago
  64. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  65. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  67. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  68. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
  70. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 12 years ago
  71. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  72. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  73. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  74. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  75. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
  76. 23c2939 Use Skia style cast in SkDeviceProperties. (Alternative to 7329.) by bungeman@google.com · 12 years ago
  77. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. 5133fc7 Speculative fix for cros_daisy compilation failure by robertphillips@google.com · 12 years ago
  79. 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 12 years ago
  80. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  81. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  82. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  83. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  84. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  85. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  86. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  87. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  88. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  89. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  90. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  91. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  92. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 12 years ago
  94. 4668e13 Adding SK_API to SkTileGridPicture class declaration Unreviewed by junov@chromium.org · 12 years ago
  95. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  96. 87c4726 Fix no-static-init (android) build. by bsalomon@google.com · 12 years ago
  97. 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 12 years ago
  98. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  99. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  100. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago