1. 6be2aa9 wip for drawables by reed · 10 years ago
  2. 780b11e fix for use of uninit variable by joshualitt · 10 years ago
  3. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  4. a06a953 Prune SkRTree by mtklein · 10 years ago
  5. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  6. 6d467ec minor cleanup in GrGpu.h by bsalomon · 10 years ago
  7. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  8. 9b1dd15 don't normalize after perspective concat by reed · 10 years ago
  9. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago
  10. 9853cce Drawstate on stack by joshualitt · 10 years ago
  11. b436ed6 Reduce the amount of validation in GrResourceCache2 by bsalomon · 10 years ago
  12. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  13. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  14. 8910879 Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional by robertphillips · 10 years ago
  15. 912b3d2 Use DrawStates ProcOptInfo when creating the Optimized Draw State. by egdaniel · 10 years ago
  16. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  17. c6ad9ee More SkPicture cleanup by mtklein · 10 years ago
  18. 21c771b Revert "move SkPDFD*.h from include to src" by Greg Humphreys · 10 years ago
  19. 6930243 move SkPDFD*.h from include to src by halcanary · 10 years ago
  20. 73c2501 separate c headers by reed · 10 years ago
  21. 1379b87 Added missing validation by sugoi · 10 years ago
  22. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  23. 82b1d62 Guard high water cache stats vars by GR_CACHE_STATS by bsalomon · 10 years ago
  24. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  25. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  26. 191bcc0 Fix ref-cnting bug in GrContext::readRenderTargetPixels by bsalomon · 10 years ago
  27. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  28. d489759 Don't pass null to memcmp. by mtklein · 10 years ago
  29. f04713d Optimize SkAlphaMulQ_SSE2 by qiankun.miao · 10 years ago
  30. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  31. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  32. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  33. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  34. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  35. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  36. 975ae5e Cap SkVarAlloc's desired block at 64K. by mtklein · 10 years ago
  37. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  38. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  39. bc97c93 Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX. by bungeman · 10 years ago
  40. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  41. f2950b1 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  42. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  43. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  44. dfd5f6e Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codereview.chromium.org/721313002/) by mtklein · 10 years ago
  45. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  46. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  47. bc41538 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  48. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  49. 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
  50. b1cff03 Relax constraints on src coeff in GrDrawState::willBlendWithDst. by egdaniel · 10 years ago
  51. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  52. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  53. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  54. e069400 Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half. by mtklein · 10 years ago
  55. 09a79d0 cleanup comments by reed · 10 years ago
  56. 395ef05 Fix use of NULL ptr in GrContext::drawRect by bsalomon · 10 years ago
  57. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  58. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  59. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  60. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  61. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  62. 257bf0f Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.org/698873003/) by mtklein · 10 years ago
  63. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  64. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  65. e4bf793 Sk4x_sse.h by mtklein · 10 years ago
  66. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  67. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  68. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  69. 6a070dc experimental by reed · 10 years ago
  70. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  71. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  72. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  73. b969fc0 notice null colorfilter in legacy unflattening by reed · 10 years ago
  74. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  75. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  76. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  77. 909b04b Fix Android framework build. by scroggo · 10 years ago
  78. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  79. 672550d Remove bogus assert by bsalomon · 10 years ago
  80. 79c77a4 update dox by reed · 10 years ago
  81. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  82. ddbc491 guard call to CGColorSpaceCopyICCProfile in case we're building for iOS by reed · 10 years ago
  83. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  84. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  85. c536942 initial checkin for experimenting by reed · 10 years ago
  86. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  87. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  88. be519ad Simplify canvas calls in SkDocument_PDF by halcanary · 10 years ago
  89. 93f8161 SkDocument_PDF does somthing with the trimBox parameter. by halcanary · 10 years ago
  90. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  91. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  92. fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
  93. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  94. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  95. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  96. 6beeb8f Small refactoring of layer discovery code by robertphillips · 10 years ago
  97. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  98. 336fdf2 With https://chromium.googlesource.com/skia/+/43b8b36b20ae00e2d78421c4cda1f3f922983a20 blink_perf.layout regressed. It appears that the typeface cache is being missed. This is a partial revert of the Skia change which reverts the smallest amount of code to restore performance. by bungeman · 10 years ago
  99. 8c89c52 Revert of Revert of SkDrawCommand scrubbing (patchset #1 id:1 of https://codereview.chromium.org/712683002/) by fmalita · 10 years ago
  100. 4973d9d Default geometry processor by joshualitt · 10 years ago