1. ece0100 Fix SK_OVERRIDE for various versions of clang by george@mozilla.com · 13 years ago
  2. 79c865a Ensure that all GNU-based systems are considered to be UNIX by george@mozilla.com · 13 years ago
  3. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 13 years ago
  4. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 13 years ago
  5. 0567f22 Add SkScalarPow. by bungeman@google.com · 13 years ago
  6. bba65d9 experimental only by reed@google.com · 13 years ago
  7. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 13 years ago
  8. dcba4c2 Use GrMemoryPool to manage GrCustomStage allocations. by tomhudson@google.com · 13 years ago
  9. 6e502fe Fix Android build broken due to changes in r4741. by bungeman@google.com · 13 years ago
  10. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 13 years ago
  11. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 13 years ago
  12. aa8483b SkSfntUtils should use public types. by bungeman@google.com · 13 years ago
  13. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 13 years ago
  14. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 13 years ago
  15. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 13 years ago
  16. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 13 years ago
  17. 8317e17 Response to post-commit review comments on r4714 by junov@chromium.org · 13 years ago
  18. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 13 years ago
  19. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 13 years ago
  20. 8e1678f Reverting r4695 by junov@chromium.org · 13 years ago
  21. 278de8b Try turning on the SkGPipe path in SkDeferredCanvas Unreviewed by junov@chromium.org · 13 years ago
  22. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 13 years ago
  23. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 13 years ago
  24. e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
  25. 73c48f1 removing trailing ',' on last entry in enum, to fix warning by reed@google.com · 13 years ago
  26. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 13 years ago
  27. 6a0d010 Fixing heap corruption issue in deferred canvas when using SkGPipe. by junov@chromium.org · 13 years ago
  28. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 13 years ago
  29. 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 13 years ago
  30. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 13 years ago
  31. 1e95d71 Clean up the use of AutoScratchTexture in the gaussian blur and morphology by senorblanco@chromium.org · 13 years ago
  32. 7f1ffa6 Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171 by vandebo@chromium.org · 13 years ago
  33. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 13 years ago
  34. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 13 years ago
  35. f7751ae Exported SkFILEWStream class so that it can be used in Chrome. by alokp@chromium.org · 13 years ago
  36. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 13 years ago
  37. 284bf50 Purge bitmaps from SkGPipe's shared heap. by scroggo@google.com · 13 years ago
  38. e9fdfb5 remove Symbian (not needed) flag, and assume all CPUs *except* thumb have fast by reed@google.com · 13 years ago
  39. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 13 years ago
  40. 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 13 years ago
  41. 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 13 years ago
  42. 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 13 years ago
  43. e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 13 years ago
  44. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 13 years ago
  45. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 13 years ago
  46. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 13 years ago
  47. af07d06 Add SkTDArray.contains(), which is just a wrapper around find() by epoger@google.com · 13 years ago
  48. fd4c00e Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp] by bsalomon@google.com · 13 years ago
  49. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  50. 02662b7 Fixing bad assertion test that was trippin-up debug buildbots by junov@chromium.org · 13 years ago
  51. 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 13 years ago
  52. 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 13 years ago
  53. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 13 years ago
  54. fea85ac Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext by robertphillips@google.com · 13 years ago
  55. 19393df add flatten/unflatten to SkDataSet by reed@google.com · 13 years ago
  56. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 13 years ago
  57. 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 13 years ago
  58. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 13 years ago
  59. 3a52d68 Revert SkNO_RETURN_HINT fix in favor of a simpler fix by bsalomon@google.com · 13 years ago
  60. 22f0761 Fix SkNO_RETURN_HINT warnings on mac/clang by bsalomon@google.com · 13 years ago
  61. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 13 years ago
  62. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 13 years ago
  63. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 13 years ago
  64. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 13 years ago
  65. 2c02619 Fix misnamed function in explanatory comment. by tomhudson@google.com · 13 years ago
  66. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 13 years ago
  67. 1dcfa1f Fix definition of isEqual() for two gradient effect custom stages. by tomhudson@google.com · 13 years ago
  68. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 13 years ago
  69. fc8581b revert 4478 by reed@google.com · 13 years ago
  70. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 13 years ago
  71. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 13 years ago
  72. b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 13 years ago
  73. 00aad94 define SK_CPU_SSE_LEVEL to a min of SSE2 if we're on 64bit x86 by reed@google.com · 13 years ago
  74. 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 13 years ago
  75. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 13 years ago
  76. 44f7c4a Make SkTSearch variants with compare func as template param by bsalomon@google.com · 13 years ago
  77. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 13 years ago
  78. 8dbd572 normalize names for SSE levels by reed@google.com · 13 years ago
  79. a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 13 years ago
  80. fd59d12 change NewWithCString to allocate room for the terminating NULL, so the data by reed@google.com · 13 years ago
  81. 2e07942 add read/write SkData methods by reed@google.com · 13 years ago
  82. 126b436 detect SSE level in visual studio by reed@google.com · 13 years ago
  83. 5ccbe38 undo accidental checkin by reed@google.com · 13 years ago
  84. ab69788 create symbols for the various SSE values by reed@google.com · 13 years ago
  85. 4a2cb30 add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future) by reed@google.com · 13 years ago
  86. 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 13 years ago
  87. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 13 years ago
  88. ecf1f32 Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned to SkGrPixelRef by robertphillips@google.com · 13 years ago
  89. 2357927 Fixed memory deletion error in instance counting mechanism by robertphillips@google.com · 13 years ago
  90. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 13 years ago
  91. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 13 years ago
  92. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 13 years ago
  93. 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 13 years ago
  94. dbc936d add SkData::NewFromCString() by reed@google.com · 13 years ago
  95. fffc8d0 Added EOF marker to address clang++ error by robertphillips@google.com · 13 years ago
  96. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 13 years ago
  97. 97fafe1 Altered SkInstCnt to print out atexit by robertphillips@google.com · 13 years ago
  98. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 13 years ago
  99. c6faa5a add SkAlign8 and SkIsAlign8 macros by reed@google.com · 13 years ago
  100. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 13 years ago