1. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  2. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  3. d729b3e add entry-point to SkMaskFilter to fast-path rectangles. by reed@google.com · 12 years ago
  4. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  6. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  7. 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  9. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  10. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  11. 8f0a7b8 Add temporary interfaces in blur and clip to by caryclark@google.com · 12 years ago
  12. 4d30383 add more utilities: roundIn(), offsetTo() by reed@google.com · 12 years ago
  13. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  14. 61729ec Remove a pointless anonymous namespace in a header. by thakis@chromium.org · 12 years ago
  15. 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  16. 92b6a94 Make GrGLTextureDomainEffect use GrGLEffectMatrix. by bsalomon@google.com · 12 years ago
  17. 35ac048 Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPicture. by junov@chromium.org · 12 years ago
  18. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  19. e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
  20. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  21. 683c3c7 Shortcut inverting the identity matrix. by bsalomon@google.com · 12 years ago
  22. 72ba668 Fix for error in r6214 (missing pre-declaration) by robertphillips@google.com · 12 years ago
  23. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  24. 41d0d2f comment-only: add "this may change" warning to SkChecksum.h by epoger@google.com · 12 years ago
  25. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  26. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  27. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 49a5b19 add MACRO macros to help with concat. Stolen from gpu headers by reed@google.com · 12 years ago
  29. 831c726 Correctly set width & height in filtered SkPictures by robertphillips@google.com · 12 years ago
  30. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  31. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  32. 63f1127 Make filter tool actually filter the read in SkPicture by robertphillips@google.com · 12 years ago
  33. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  34. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  35. a56fedc Add SK_API to SkString for hclam@chromium.org by vandebo@chromium.org · 12 years ago
  36. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  37. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  38. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  39. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  40. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  41. 4200dfe Add SK_API to base classes of classes with SK_API. by bungeman@google.com · 12 years ago
  42. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  43. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  44. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  45. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  46. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  47. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  49. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
  50. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  51. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  52. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  53. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  54. 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
  55. 7823d9a Disable SK_DEBUG_PATH_REF in debug builds. by bsalomon@google.com · 12 years ago
  56. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
  58. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  59. 425a8c7 add getSeed() by reed@google.com · 12 years ago
  60. dde646a re-land removal of setBitmapDevice by reed@google.com · 12 years ago
  61. 35e535a Rolling back r5732 due to Chrome Mac compiler issues by robertphillips@google.com · 12 years ago
  62. 768d59b remove setBitmapDevice -- no longer called, and is a necessary step on our way by reed@google.com · 12 years ago
  63. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  64. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  65. 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
  66. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  67. 0e82c67 "fix" chrome build by robertphillips@google.com · 12 years ago
  68. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  69. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  70. 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
  71. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  72. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  74. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  75. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  76. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  77. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  78. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  79. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  80. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
  81. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  83. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  84. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  85. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  86. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  87. 5e72845 Add SK_API to path == decl. Over-the-shoulder review from robertphillips@ by bsalomon@google.com · 12 years ago
  88. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago
  89. 9474ed0 Switch GrGpu's GrResource list over to using SkTDLinkedList by robertphillips@google.com · 12 years ago
  90. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  91. 0576555 Remove dead code and update a comment. by scroggo@google.com · 12 years ago
  92. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 12 years ago
  94. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  95. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  96. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 12 years ago
  97. 536079b Fix Clang build on Android. by digit@google.com · 12 years ago
  98. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 12 years ago
  99. fd875e8 re-enable inst counting by reed@google.com · 12 years ago
  100. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago