1. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 11 years ago
  2. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  3. e8ead8e Revert "remove flag for legacy copyTo -- call sites have been updated" by reed@google.com · 11 years ago
  4. a5cb214 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  6. ce29b32 remove flag for legacy copyTo -- call sites have been updated by reed@google.com · 11 years ago
  7. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 11 years ago
  8. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  9. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  10. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 11 years ago
  11. 24e0496 Factor out a BaseContext from JsContext. by commit-bot@chromium.org · 11 years ago
  12. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 11 years ago
  13. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 11 years ago
  14. 6f4fb0f Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 11 years ago
  15. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  16. 6c50cd3 remove SK_SUPPORT_DEEPCOPYTO_CONFIG by reed@google.com · 11 years ago
  17. e72a408 Updates to gyp files for building Android.mk by commit-bot@chromium.org · 11 years ago
  18. 9d0ecf4 Modify how gpu.gyp includes angle.gyp. by commit-bot@chromium.org · 11 years ago
  19. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  20. f679d1b Rename Path to Path2D by commit-bot@chromium.org · 11 years ago
  21. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
  22. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  23. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  24. b805fe5 Fix SampleApp build by bsalomon@google.com · 11 years ago
  25. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  26. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
  27. 7f428a9 Check in today's exhaustive blend experiments. by commit-bot@chromium.org · 11 years ago
  28. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 11 years ago
  29. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
  30. b4c5f06 allow skia flags to be specified in a skia file, but reference by chrome's skia_common.gypi by reed@google.com · 11 years ago
  31. 076ce35 Fix valgrind bot errors introduced in f84722e4777. by commit-bot@chromium.org · 11 years ago
  32. 90667ba Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. 2ea14c6 Fix ChromeOS build broken in f84722e4777 by commit-bot@chromium.org · 11 years ago
  34. f84722e Build Skia for a bare-bones embedded Linux system. by commit-bot@chromium.org · 11 years ago
  35. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 11 years ago
  36. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  37. fe42410 Fix NaCl build for pepper_32 by commit-bot@chromium.org · 11 years ago
  38. d4d44f0 Re-enable imageresizetiled, but skip it in tilegrid and rtree. by senorblanco@chromium.org · 11 years ago
  39. 32ffe9c Disable imageresizetiled GM for now due to rtree and tilegrid failures. by senorblanco@chromium.org · 11 years ago
  40. 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
  41. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  42. 93f5e51 Small fixes for auto generating Android.mk by commit-bot@chromium.org · 11 years ago
  43. 35d4872 Gyp flag to disable inlining. by commit-bot@chromium.org · 11 years ago
  44. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  45. 310ec8e Update directions and lib paths for ninja. by commit-bot@chromium.org · 11 years ago
  46. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  47. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  48. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
  49. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 11 years ago
  50. d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
  51. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 11 years ago
  52. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  53. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 11 years ago
  54. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  55. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  56. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  57. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  58. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
  59. 0a74106 fix bad gyp file move by commit-bot@chromium.org · 11 years ago
  60. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
  61. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  62. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
  63. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  64. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  65. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago
  66. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  67. 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 11 years ago
  68. a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 11 years ago
  69. dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
  70. d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
  71. 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
  72. 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
  73. 78dd91d Revert "Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/)" by commit-bot@chromium.org · 11 years ago
  74. 594aa5e Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/) by commit-bot@chromium.org · 11 years ago
  75. fbd3047 Workaround for assertion in NVPR config in bench. by commit-bot@chromium.org · 11 years ago
  76. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  77. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  78. 0ded88d [Reland of r13154, since the Housekeeping bot seems to have reverted it in r13155. Next time I'll put the "do not disturb" sign on my commit.] by senorblanco@chromium.org · 11 years ago
  79. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  80. b2c323a Remove unused SampleTests.cpp source file. by tfarina@chromium.org · 11 years ago
  81. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. 76d4d04 Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effects/, so that we could use the SkMorphologyProc type in SkMorphologyImageFilter.h. by senorblanco@chromium.org · 11 years ago
  83. 0964796 Remove extraneous folders from includes. by commit-bot@chromium.org · 11 years ago
  84. 2982a4f Add comment at top of freetype.gyp. by commit-bot@chromium.org · 11 years ago
  85. 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
  86. 29f351a Allow an override of MACOSX_DEPLOYMENT_TARGET, so the user can build against a different SDK if desired. by senorblanco@chromium.org · 11 years ago
  87. fde5e26 Fix utils.gyp missing file by bsalomon@google.com · 11 years ago
  88. 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  89. 6a18079 Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. by commit-bot@chromium.org · 11 years ago
  90. 424fce3 disable poplar/fontconfig by default on mac by commit-bot@chromium.org · 11 years ago
  91. fa190be Roll fontconfig to 2.11.0 and reenable poppler on mac by commit-bot@chromium.org · 11 years ago
  92. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  93. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  94. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  95. 8844f99 Revert "Make leak counters thread-safe and turn them on by default for Debug" by djsollen@google.com · 11 years ago
  96. b638a3a Default Mac to 64-bit. by commit-bot@chromium.org · 11 years ago
  97. 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  98. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  99. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  100. 15ac322 Add bench_record. by commit-bot@chromium.org · 11 years ago