1. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
  2. 384f5e2 Adding missing SK_API identifier to class so that it's accessible in debug blink. by sugoi@google.com · 12 years ago
  3. 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
  4. 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
  5. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
  6. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
  7. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
  8. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  9. d42f758 add block comment for using SkChecksum by reed@google.com · 12 years ago
  10. 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 12 years ago
  11. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 12 years ago
  13. f55061f check-point for linux fontmgr impl by reed@google.com · 12 years ago
  14. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 12 years ago
  15. aa2c2ff Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac. by commit-bot@chromium.org · 12 years ago
  16. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
  17. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
  18. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
  19. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
  20. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 12 years ago
  22. 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 12 years ago
  23. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
  24. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  25. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  26. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
  27. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 12 years ago
  28. 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
  29. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 12 years ago
  31. 0c5c386 add extrema for conics by mike@reedtribe.org · 12 years ago
  32. 6f4cf2a Remove 'friend SkRefCnt' from SkData. https://codereview.chromium.org/13925021/ by bungeman@google.com · 12 years ago
  33. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
  34. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 12 years ago
  36. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 12 years ago
  37. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 12 years ago
  38. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
  40. c518710 experimental start to arcs by reed@google.com · 12 years ago
  41. dd96eb4 explicitly initialize all entries in array of SkBaseMatrix, since we can't say by reed@google.com · 12 years ago
  42. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  43. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  44. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  45. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 12 years ago
  46. 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
  47. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  48. 0b98326 forward declare SkTypeface by reed@google.com · 12 years ago
  49. 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 12 years ago
  50. aae71ba add SK_API to public classes for sharedlib build by reed@google.com · 12 years ago
  51. 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 12 years ago
  52. 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 12 years ago
  53. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  54. df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
  55. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
  57. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 12 years ago
  58. 07393ca Add base types for path ops by caryclark@google.com · 12 years ago
  59. 7731ead Fix more clang errors. by tfarina@chromium.org · 12 years ago
  60. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  61. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  62. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  63. a9e1824 SkDraw.h #include cleanup by tomhudson@google.com · 12 years ago
  64. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 12 years ago
  65. 00aae97 Remove unused header declaration. by commit-bot@chromium.org · 12 years ago
  66. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  67. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. a6c63a9 Fix another clang warning/error by robertphillips@google.com · 12 years ago
  69. 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 12 years ago
  70. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  71. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  72. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  73. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
  74. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 12 years ago
  75. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 12 years ago
  76. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  77. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  78. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
  79. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  80. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 12 years ago
  81. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  82. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 12 years ago
  83. ad9327f Increase space for effect-class-ID and fix assert by robertphillips@google.com · 12 years ago
  84. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 12 years ago
  85. e8be73b oops, don't say static for an extern function by reed@google.com · 12 years ago
  86. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  87. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  89. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 12 years ago
  90. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 12 years ago
  91. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 12 years ago
  92. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  93. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  94. c452d82 move fontmgr into include/ports for now by reed@google.com · 12 years ago
  95. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  96. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 12 years ago
  97. e74f83b remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called) by reed@google.com · 12 years ago
  98. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  99. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago