1. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  2. ab11c3f remove SK_SUPPORT_LEGACY_MIPLEVEL_BUILDER code by reed · 9 years ago
  3. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  4. 326253e speedup mip builders by reed · 9 years ago
  5. 32e0b4a use triangle filter for odd dimensions in mip-levels by reed · 9 years ago
  6. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  7. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  8. 03108de Add NEON swap opts and use opts in SkSwizzler by msarett · 9 years ago
  9. ae04ecf Fix GL texture target program key by bsalomon · 9 years ago
  10. 0a35620 Add optimize_coding setting for JPEG encoding. by benjaminwagner · 9 years ago
  11. c55f699 Revert of these _procs_arm are not used when we have NEON (patchset #1 id:1 of https://codereview.chromium.org/1587983004/ ) by mtklein · 9 years ago
  12. edd2dcf Create an SkCodecImageGenerator by msarett · 9 years ago
  13. 973ed24 fix SkGpuDevice::drawBitmapRect to always update clips by lsalzman · 9 years ago
  14. 576c206 Update tests to produce more sensible output for Android framework builds. by djsollen · 9 years ago
  15. 8afddab Revert of Create an SkCodecImageGenerator (patchset #10 id:260001 of https://codereview.chromium.org/1487683004/ ) by msarett · 9 years ago
  16. f074e70 sketch SkValue API by mtklein · 9 years ago
  17. e1102ce Create an SkCodecImageGenerator by msarett · 9 years ago
  18. 349dcc9 these _procs_arm are not used when we have NEON by mtklein · 9 years ago
  19. 11fae87 Virtualize Frames in GrAuditTrail by joshualitt · 9 years ago
  20. 8229fd5 remove unused SkBitmapFilter::Allocate by reed · 9 years ago
  21. a36c710 add explicit bench for raw bitmapscaler by reed · 9 years ago
  22. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  23. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  24. 23e5666 Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ ) by bsalomon · 9 years ago
  25. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  26. abc0c82 SampleApp: Cleanup SkOSWindow_SDL by kkinnunen · 9 years ago
  27. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  28. 3a24f45 Optimized premultiplying swizzles for NEON by msarett · 9 years ago
  29. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  30. f8aec58 Fix fuzzer-found deserialization bugs by ajuma · 9 years ago
  31. 97c4007 Allow Resize to be called w/ a preallocated pixmap by reed · 9 years ago
  32. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  33. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  34. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  35. f44631b Remove size check from SkCodec by msarett · 9 years ago
  36. fa2b3a3 remove CreateLightingFilter from SkColorFilter by reed · 9 years ago
  37. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  38. f33e7a3 remove unused SkGlobalInitialization_none.cpp by reed · 9 years ago
  39. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  40. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  41. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  42. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  43. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  44. 87a721b Convert GrAuditTrail to use scoped frames by joshualitt · 9 years ago
  45. 8d30dae Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION. by senorblanco · 9 years ago
  46. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  47. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  48. 368342c Refactor resize filter to go faster by caryclark · 9 years ago
  49. 05dcb4c Optimize SkTileImageFilter in an offset filter when possible. by senorblanco · 9 years ago
  50. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  51. a51e778 Use SkOpts routines in SkSwizzler by msarett · 9 years ago
  52. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  53. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  54. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  55. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  56. 8604ca2 SkSwizzler: Factor skipping zeros out into a helper function. by mtklein · 9 years ago
  57. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  58. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  59. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  60. b4b42ed restore lost optimization when the shader can report const_in_y by reed · 9 years ago
  61. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  62. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  63. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  64. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  65. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  66. 7cf12dd Fix radii calculation code to handle large radii. by herb · 9 years ago
  67. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  68. b512aaa Make SkROBuffer::Iter::size() work when exhausted by scroggo · 9 years ago
  69. 3d00db3 Might as well inline these premultiplies. by mtklein · 9 years ago
  70. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  71. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  72. 1bcbc8f Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point. by ethannicholas · 9 years ago
  73. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  74. d9c0037 Clean up order of arguments to d,s[,aa]. by mtklein · 9 years ago
  75. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  76. defa0da Clean up SkXfermode_opts.h by mtklein · 9 years ago
  77. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  78. 04d975a fix opacity check in SkBitmapDevice::Create by lsalzman · 9 years ago
  79. 0e10166 Use ::std for is_empty, is_class, add_xxx_reference, remove decay. by bungeman · 9 years ago
  80. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  81. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  82. e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
  83. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  84. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  85. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  86. 7c55422 remove SkGPipe by reed · 9 years ago
  87. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  88. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  89. 1243b70 Revert of Fix handling of radii scaling to force the result to always be less (patchset #14 id:250001 of https://codereview.chromium.org/1567723004/ ) by robertphillips · 9 years ago
  90. a1bfaad Set up some hooks for premul/swizzzle opts. by mtklein · 9 years ago
  91. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  92. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  93. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  94. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  95. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  96. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  97. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  98. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  99. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  100. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago