1. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  2. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  3. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  5. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  6. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  7. 83a853a Fix the gr/gl destruction order in Test.cpp by bsalomon@google.com · 12 years ago
  8. f4d1b39 Remove legacy flag for android from tests by djsollen@google.com · 12 years ago
  9. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  10. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  11. edb26fd Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack. by bsalomon@google.com · 12 years ago
  12. 26daa8b Temporarily disable clip stack reduce test while working on fix. by bsalomon@google.com · 12 years ago
  13. 705e840 Make the clip stack reduction test generate inverse filled paths. by bsalomon@google.com · 12 years ago
  14. 8ccf590 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  15. e7b3d29 Actually fix GPU-less build. by bsalomon@google.com · 12 years ago
  16. a4e13c8 Fix GPU-less build. by bsalomon@google.com · 12 years ago
  17. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  18. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  19. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  21. f74dd16 Add self-test that reveals SkChecksum weakness by epoger@google.com · 12 years ago
  22. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  23. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  24. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  25. b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  27. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  29. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  30. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  31. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  32. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  33. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  35. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  37. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  38. 20fb0c7 add tests for degenerate serifs to computeDirection by reed@google.com · 12 years ago
  39. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  41. 80b577e add quick-n-dirty test for concat on matrix44 by reed@google.com · 12 years ago
  42. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  44. 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  46. adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
  47. bb094b9 fix SkRegion::intersects(rect) where the part of the rgn that we intersect is by reed@google.com · 12 years ago
  48. 796a175 fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/skia/issues/detail?id=958 by mike@reedtribe.org · 12 years ago
  49. 5a7ae4f add SkRegion tests, inspired by http://code.google.com/p/skia/issues/detail?id=958 by mike@reedtribe.org · 12 years ago
  50. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  51. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  52. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  53. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  54. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  55. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  56. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  57. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  58. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  59. 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
  60. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  61. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  62. 9389763 Add a callback to cleanup TLS data on Windows. by scroggo@google.com · 12 years ago
  63. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  64. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  65. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  66. 8b0e234 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
  68. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  69. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  70. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  71. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  73. 7790912 Update CanvasTest to do elementary tests for PDF too. by edisonn@google.com · 12 years ago
  74. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  75. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  77. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  78. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. 223d81d add experimental test for different 8888->565 blends (disabled) by reed@google.com · 12 years ago
  80. 97cd69c Fix matrix type in setRectToRect by reed@google.com · 12 years ago
  81. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  82. ba998f2 Turn on GPU AA clipping by robertphillips@google.com · 12 years ago
  83. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 8cef67a Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source coeff depends by junov@chromium.org · 12 years ago
  85. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  86. 2fc2359 Fix test_small_segments3 path measure test. by bsalomon@google.com · 12 years ago
  87. 52c2437 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  89. 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
  90. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  91. 52a00ca Adding virtual method to SkDeferredCanvas::NotificationClient for signaling when commands are skipped due to the skip on clear optimization. by junov@google.com · 12 years ago
  92. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  93. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 12 years ago
  94. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  95. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  96. c544325 disable experiemental hack to try to speedup floor by reed@google.com · 12 years ago
  97. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  99. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 972bfc4 Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp) by robertphillips@google.com · 12 years ago