1. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  2. 975ae5e Cap SkVarAlloc's desired block at 64K. by mtklein · 10 years ago
  3. 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
  4. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  5. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  6. bc97c93 Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX. by bungeman · 10 years ago
  7. a918cd9 Unsuppress freetype, which may be our gammatext problem. by mtklein · 10 years ago
  8. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  9. 04f7e14 clean up dead code by reed · 10 years ago
  10. f2950b1 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  11. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  12. 66b4ce9 Fully disable lcdtextprops by Florin Malita · 10 years ago
  13. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  14. f4905cc Disable GM:lcdtextprops on 565 by fmalita · 10 years ago
  15. dfd5f6e Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codereview.chromium.org/721313002/) by mtklein · 10 years ago
  16. e454327 Roll gyp. by bungeman · 10 years ago
  17. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  18. 912c9ec disable a couple of new fuzz378 tests on android by caryclark · 10 years ago
  19. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  20. bc41538 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  21. a3aff06 add gm for lcd text and surfaceprops by reed · 10 years ago
  22. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  23. 3b27ade Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id:80001 of https://codereview.chromium.org/657373002/) by jcgregorio · 10 years ago
  24. 1c6e757 Revert of Fix build for iOS after "Make nanobench and dm be usable from Chromium build" (patchset #1 id:1 of https://codereview.chromium.org/716413003/) by jcgregorio · 10 years ago
  25. 65f5531 These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  26. b1cff03 Relax constraints on src coeff in GrDrawState::willBlendWithDst. by egdaniel · 10 years ago
  27. ec2d285 Update SKP version by skia.buildbots · 10 years ago
  28. 0935aed Fix build for iOS after "Make nanobench and dm be usable from Chromium build" by kkinnunen · 10 years ago
  29. 6438f9a Fix debugger with GL to work with non-default locale by kkinnunen · 10 years ago
  30. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  31. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  32. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  33. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  34. e069400 Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half. by mtklein · 10 years ago
  35. 90ace96 Rebase gm's for first time that were in no-comparion by egdaniel · 10 years ago
  36. 8338a9a Reland "Move from libstlport to libc++ for Android framework builds" (patchset #1 id:1 of https://codereview.chromium.org/718793003/) by scroggo · 10 years ago
  37. 09a79d0 cleanup comments by reed · 10 years ago
  38. 395ef05 Fix use of NULL ptr in GrContext::drawRect by bsalomon · 10 years ago
  39. 06fc5cf Rebaseline for s4-Debug for 6fee786210bd2. by bungeman · 10 years ago
  40. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  41. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  42. 4bf406a Generalize valgrind suppressions for NV driver. by bsalomon · 10 years ago
  43. 48ea202 set key data in duplicate scratch key unit test by bsalomon · 10 years ago
  44. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  45. 391e318 Fix memory leak in BitmapHeapTest by mtklein · 10 years ago
  46. 88300a5 Follow up. by mtklein · 10 years ago
  47. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  48. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  49. 257bf0f Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.org/698873003/) by mtklein · 10 years ago
  50. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  51. d41e5bb Rebaseline for s4-Release for 6fee786210bd2. by bungeman · 10 years ago
  52. cb06008 Rebaseline for Nexus10 for 6fee786210bd2. by bungeman · 10 years ago
  53. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  54. e4bf793 Sk4x_sse.h by mtklein · 10 years ago
  55. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  56. ef09991 Add more tests. by mtklein · 10 years ago
  57. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  58. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  59. b103d0c rebase by joshualitt · 10 years ago
  60. a3d33c5 Cleanup: Remove submit_try script. by tfarina · 10 years ago
  61. 6a070dc experimental by reed · 10 years ago
  62. ad8aa1d Clang incorrectly thinks this typedef is unused. by mtklein · 10 years ago
  63. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  64. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  65. 3c3fe7c Revert of Move from libstlport to libc++ for Android framework builds (patchset #1 id:1 of https://codereview.chromium.org/714113002/) by scroggo · 10 years ago
  66. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  67. b969fc0 notice null colorfilter in legacy unflattening by reed · 10 years ago
  68. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  69. 842ab70 Fix "Add support for rebaselining from trybots." by bungeman · 10 years ago
  70. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  71. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  72. bf5dd41 Add benchmark to compare different BBH query patterns. by mtklein · 10 years ago
  73. 909b04b Fix Android framework build. by scroggo · 10 years ago
  74. 05699e5 Remove multipicturedraw GMs from ignored-tests.txt by robertphillips · 10 years ago
  75. 3595fc6 more gms to ignore by joshualitt · 10 years ago
  76. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  77. 672550d Remove bogus assert by bsalomon · 10 years ago
  78. 1e4595a Rebaseline problem (Galaxy S4) multipicturedraw GMs by robertphillips · 10 years ago
  79. d09ade4 Add support for rebaselining from trybots. by bungeman · 10 years ago
  80. 28246af Rebaseline multipicturedraw GMs by robertphillips · 10 years ago
  81. 79c77a4 update dox by reed · 10 years ago
  82. 43b46d1 rebase from early clip by joshualitt · 10 years ago
  83. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  84. ddbc491 guard call to CGColorSpaceCopyICCProfile in case we're building for iOS by reed · 10 years ago
  85. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  86. a99f9ee Reenable deprecation warnings on Android framework. by scroggo · 10 years ago
  87. ce25951 Move from libstlport to libc++ for Android framework builds by djsollen · 10 years ago
  88. 8394251 Avoid warning in nanobench related to loop count with nvprmsaa4 by kkinnunen · 10 years ago
  89. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  90. c536942 initial checkin for experimenting by reed · 10 years ago
  91. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  92. bffcb52 Update SKP version by skia.buildbots · 10 years ago
  93. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  94. ac6c4fc tests/Time.cpp: more verbose errors by halcanary · 10 years ago
  95. be519ad Simplify canvas calls in SkDocument_PDF by halcanary · 10 years ago
  96. 207a1c9 Remove outdated comment in SkImageDecoder.h by scroggo · 10 years ago
  97. 93f8161 SkDocument_PDF does somthing with the trimBox parameter. by halcanary · 10 years ago
  98. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  99. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  100. 428b2a5 Re-enable no-longer-flaky GMs by jvanverth · 10 years ago