1. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 13 years ago
  2. 7790912 Update CanvasTest to do elementary tests for PDF too. by edisonn@google.com · 13 years ago
  3. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 13 years ago
  4. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  5. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 13 years ago
  6. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  7. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  8. 223d81d add experimental test for different 8888->565 blends (disabled) by reed@google.com · 13 years ago
  9. 97cd69c Fix matrix type in setRectToRect by reed@google.com · 13 years ago
  10. 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 · 13 years ago
  11. ba998f2 Turn on GPU AA clipping by robertphillips@google.com · 13 years ago
  12. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  13. 8cef67a Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source coeff depends by junov@chromium.org · 13 years ago
  14. 0e354aa Remove external matrix feature. by bsalomon@google.com · 13 years ago
  15. 2fc2359 Fix test_small_segments3 path measure test. by bsalomon@google.com · 13 years ago
  16. 52c2437 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  17. 5987f58 build iOS with 'make all' by caryclark@google.com · 13 years ago
  18. 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 13 years ago
  19. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 13 years ago
  20. 52a00ca Adding virtual method to SkDeferredCanvas::NotificationClient for signaling when commands are skipped due to the skip on clear optimization. by junov@google.com · 13 years ago
  21. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 13 years ago
  22. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 13 years ago
  23. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 13 years ago
  24. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 13 years ago
  25. c544325 disable experiemental hack to try to speedup floor by reed@google.com · 13 years ago
  26. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  27. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 13 years ago
  28. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  29. 972bfc4 Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp) by robertphillips@google.com · 13 years ago
  30. 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 13 years ago
  31. 968c17d fixed compiler complaints by robertphillips@google.com · 13 years ago
  32. 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  33. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 13 years ago
  34. 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 13 years ago
  35. 178a267 Address warnings from clang build bot by robertphillips@google.com · 13 years ago
  36. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  37. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 13 years ago
  38. bdb1be5 Added cache stats printout to tests by robertphillips@google.com · 13 years ago
  39. 2d8edaf Try r5428 again with fix by bsalomon@google.com · 13 years ago
  40. 4592df8 Revert 5428 and 5429. by bsalomon@google.com · 13 years ago
  41. dbbf843 Consolidate texture access functions, provide default GrTextureAccess by bsalomon@google.com · 13 years ago
  42. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  43. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 13 years ago
  44. 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 13 years ago
  45. d7e2782 truncate our llist w/ null during rewind. by reed@google.com · 13 years ago
  46. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 13 years ago
  47. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 13 years ago
  48. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 13 years ago
  49. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 13 years ago
  50. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 13 years ago
  51. 5ee3f67 Added an overload of SkTQSort that sorts an array of values, rather than an array of pointers. by rileya@google.com · 13 years ago
  52. 98a9e1f Change comment in PointTest to refer to GCC bug by borenet@google.com · 13 years ago
  53. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 13 years ago
  54. b7b5d93 Fix PointTest. https://codereview.appspot.com/6486062/ by bungeman@google.com · 13 years ago
  55. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  56. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 13 years ago
  57. 825bb95 Fix GPU-less build. by scroggo@google.com · 13 years ago
  58. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 13 years ago
  59. a9590fc Fixed compilation issue when instance counting is disabled by robertphillips@google.com · 13 years ago
  60. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  61. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 13 years ago
  62. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 13 years ago
  63. 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 13 years ago
  64. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 13 years ago
  65. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 13 years ago
  66. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 13 years ago
  67. d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 13 years ago
  68. 40fbb18 Fix broken test. by scroggo@google.com · 13 years ago
  69. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 13 years ago
  70. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 13 years ago
  71. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
  72. ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 13 years ago
  73. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 13 years ago
  74. 4b163ed Privatization: by reed@google.com · 13 years ago
  75. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 13 years ago
  76. a1bf0ff by bsalomon@google.com · 13 years ago
  77. 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 13 years ago
  78. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 13 years ago
  79. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 13 years ago
  80. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 13 years ago
  81. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 13 years ago
  82. e2faf17 Even when the pts are restricted to 32K values, we can still overflow computing by reed@google.com · 13 years ago
  83. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 13 years ago
  84. 0a7672f Add morphology, convolution, single texture, texture domain effects to new unit test system by bsalomon@google.com · 13 years ago
  85. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 13 years ago
  86. 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 13 years ago
  87. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 13 years ago
  88. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 13 years ago
  89. c3841b9 Move GL programs unit test code to tests project. by bsalomon@google.com · 13 years ago
  90. cd62ecf Fixing leak of SkPixelRef object in CanvasTest by junov@chromium.org · 13 years ago
  91. 5a69ef7 Disable ReadWriteAlpha test on Android by borenet@google.com · 13 years ago
  92. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 13 years ago
  93. 08eacc1 Added check for aa/bw rect merging by robertphillips@google.com · 13 years ago
  94. eef938c check that copied paths have the same segment-masks as their src by reed@google.com · 13 years ago
  95. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 13 years ago
  96. c0d3f2f Fix units per em test. by bungeman@google.com · 13 years ago
  97. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 13 years ago
  98. 4b2af9c add getUnitsPerEm() to SkTypeface by reed@google.com · 13 years ago
  99. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 13 years ago
  100. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 13 years ago