1. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  2. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  3. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  4. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  5. 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
  6. 7823d9a Disable SK_DEBUG_PATH_REF in debug builds. by bsalomon@google.com · 12 years ago
  7. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
  9. 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
  10. 425a8c7 add getSeed() by reed@google.com · 12 years ago
  11. dde646a re-land removal of setBitmapDevice by reed@google.com · 12 years ago
  12. 35e535a Rolling back r5732 due to Chrome Mac compiler issues by robertphillips@google.com · 12 years ago
  13. 768d59b remove setBitmapDevice -- no longer called, and is a necessary step on our way by reed@google.com · 12 years ago
  14. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  15. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  16. 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
  17. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  18. 0e82c67 "fix" chrome build by robertphillips@google.com · 12 years ago
  19. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  20. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  21. 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
  22. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  23. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  25. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  26. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  27. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  28. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  29. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  30. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  31. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
  32. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  34. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  35. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  36. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  37. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  38. 5e72845 Add SK_API to path == decl. Over-the-shoulder review from robertphillips@ by bsalomon@google.com · 12 years ago
  39. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 13 years ago
  40. 9474ed0 Switch GrGpu's GrResource list over to using SkTDLinkedList by robertphillips@google.com · 13 years ago
  41. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 13 years ago
  42. 0576555 Remove dead code and update a comment. by scroggo@google.com · 13 years ago
  43. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 13 years ago
  44. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 13 years ago
  45. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 13 years ago
  46. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 13 years ago
  47. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 13 years ago
  48. 536079b Fix Clang build on Android. by digit@google.com · 13 years ago
  49. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 13 years ago
  50. fd875e8 re-enable inst counting by reed@google.com · 13 years ago
  51. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 13 years ago
  52. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 13 years ago
  53. f4959ab Implemented power of two tiling. by keyar@chromium.org · 13 years ago
  54. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  55. 39ac1ae #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android trybot errors) by bsalomon@google.com · 13 years ago
  56. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 13 years ago
  57. 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 13 years ago
  58. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 13 years ago
  59. 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 13 years ago
  60. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 13 years ago
  61. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 13 years ago
  62. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 13 years ago
  63. a030818 revert 5156 by reed@google.com · 13 years ago
  64. dd8dd8f revert 5157 by reed@google.com · 13 years ago
  65. cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 13 years ago
  66. a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 13 years ago
  67. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 13 years ago
  68. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 13 years ago
  69. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 13 years ago
  70. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 13 years ago
  71. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 13 years ago
  72. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 13 years ago
  73. c0f1dfb privatize SkScalerContext.h by reed@google.com · 13 years ago
  74. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 13 years ago
  75. fe8765c privatize SkDescriptor.h by reed@google.com · 13 years ago
  76. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 13 years ago
  77. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 13 years ago
  78. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 13 years ago
  79. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 13 years ago
  80. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 13 years ago
  81. 65be881 privatize SkRefDict.h by mike@reedtribe.org · 13 years ago
  82. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 13 years ago
  83. 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 13 years ago
  84. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 13 years ago
  85. 43523f8 privatize SkDeviceProfile.h by mike@reedtribe.org · 13 years ago
  86. aaa3aec privatize SkBlitter.h by reed@google.com · 13 years ago
  87. cabe48a privatize SkScan.h by reed@google.com · 13 years ago
  88. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 13 years ago
  89. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 13 years ago
  90. e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 13 years ago
  91. 22f8400 privatization of SkPerspIter.h remove obsolete SkRelay.h by mike@reedtribe.org · 13 years ago
  92. efb65de privatization -- moving headers out of include into src by mike@reedtribe.org · 13 years ago
  93. 586b6a5 move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp by reed@google.com · 13 years ago
  94. 66e5160 Privatize SkAutoKern.h by reed@google.com · 13 years ago
  95. 4b163ed Privatization: by reed@google.com · 13 years ago
  96. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 13 years ago
  97. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 13 years ago
  98. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 13 years ago
  99. e691376 move SkTextToPathIter into private header by reed@google.com · 13 years ago
  100. 02f65f2 move SkFilterShader into private header by reed@google.com · 13 years ago