1. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  2. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  3. 257bf0f Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.org/698873003/) by mtklein · 10 years ago
  4. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  5. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  6. e4bf793 Sk4x_sse.h by mtklein · 10 years ago
  7. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  8. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  9. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  10. 6a070dc experimental by reed · 10 years ago
  11. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  12. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  13. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  14. b969fc0 notice null colorfilter in legacy unflattening by reed · 10 years ago
  15. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  16. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  17. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  18. 909b04b Fix Android framework build. by scroggo · 10 years ago
  19. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  20. 672550d Remove bogus assert by bsalomon · 10 years ago
  21. 79c77a4 update dox by reed · 10 years ago
  22. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  23. ddbc491 guard call to CGColorSpaceCopyICCProfile in case we're building for iOS by reed · 10 years ago
  24. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  25. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  26. c536942 initial checkin for experimenting by reed · 10 years ago
  27. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  28. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  29. be519ad Simplify canvas calls in SkDocument_PDF by halcanary · 10 years ago
  30. 93f8161 SkDocument_PDF does somthing with the trimBox parameter. by halcanary · 10 years ago
  31. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  32. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  33. fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
  34. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  35. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  36. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  37. 6beeb8f Small refactoring of layer discovery code by robertphillips · 10 years ago
  38. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  39. 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
  40. 8c89c52 Revert of Revert of SkDrawCommand scrubbing (patchset #1 id:1 of https://codereview.chromium.org/712683002/) by fmalita · 10 years ago
  41. 4973d9d Default geometry processor by joshualitt · 10 years ago
  42. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  43. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  44. c4650ee Update GrTRecorder to preserve memory allocations by cdalton · 10 years ago
  45. 9063ddd Revert of SkDrawCommand scrubbing (patchset #2 id:20001 of https://codereview.chromium.org/706363002/) by fmalita · 10 years ago
  46. 1931ec5 SkDrawCommand scrubbing by fmalita · 10 years ago
  47. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  48. ff34307 Default geometry processor by joshualitt · 10 years ago
  49. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  50. 32f80ca Mesa ES 3.0 requires sized internal formats by derekf · 10 years ago
  51. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  52. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  53. f0de423 for X in {Dec,BigDec,Scalar}, SkWStream::write"X"AsText no longer mallocs by halcanary · 10 years ago
  54. 38e13ad Remove 1d glyph positions from nvpr text by cdalton · 10 years ago
  55. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  56. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  57. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  58. e27065a Send coverage VA as floats instead of bytes NOTREECHECKS=True by egdaniel · 10 years ago
  59. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  60. fdcf2c0 Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/) by bsalomon · 10 years ago
  61. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  62. 225fb98 Avoid dec = -dec overflow when appending most negative signed integers. by mtklein · 10 years ago
  63. e974c62 Whitelist intentionally racy TRACE_EVENT reads and writes. by mtklein · 10 years ago
  64. a3d3065 Revert of Bisect Mac performance regression. (patchset #6 id:100001 of https://codereview.chromium.org/693213002/) by egdaniel · 10 years ago
  65. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  66. 21402e3 Bug fix for cull_line in SkDashPathEffect. by egdaniel · 10 years ago
  67. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  68. 0e66aaa DFText: fix placement of glyphs when we fall back to paths by jvanverth · 10 years ago
  69. 7b86466 update slides by reed · 10 years ago
  70. 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
  71. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  72. 36c9c11 add more typeface methods to lua by reed · 10 years ago
  73. 4b86bac Allow all font weights on Android and respect overrides. by bungeman · 10 years ago
  74. 47eda52 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
  75. ccae588 Include SkTypes so that SK_SUPPORT_GPU is meaningful. by scroggo · 10 years ago
  76. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  77. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  78. b32f0ad Fix layer cache memory leak by robertphillips · 10 years ago
  79. 5698f91 remove dead SK_DISABLE_DASHING_OPTIMIZATION flag by reed · 10 years ago
  80. bb8a0ab update slide content by reed · 10 years ago
  81. 1b6ab44 add textblobs to lua by reed · 10 years ago
  82. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  83. db8d0e5 Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). by mtklein · 10 years ago
  84. 615c593 move SkTextBox into utils by reed · 10 years ago
  85. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  86. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  87. ada68ef Improve quality of distance field rendering by jvanverth · 10 years ago
  88. a6ca5a0 Detect Mesa OpenGL ES by derekf · 10 years ago
  89. 0537f29 Revert changes to GrContext::resolveRenderTarget by bsalomon · 10 years ago
  90. d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
  91. 50408ad Test factory uses the inorder draw buffer by joshualitt · 10 years ago
  92. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  93. bcaefb0 Remove GrGLTexID by bsalomon · 10 years ago
  94. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  95. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  96. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  97. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  98. a393127 Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90005 of https://codereview.chromium.org/694933002/) by joshualitt · 10 years ago
  99. d4a5c20 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  100. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago