1. 01f4a9e Fixes for building with sdl on android by joshualitt · 9 years ago
  2. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  3. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  4. d9ffaed apply mozilla patch by reed · 9 years ago
  5. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  6. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  7. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  8. b2ce0b0 demo tweaks, scale up perlin, add call to flush for fps by reed · 9 years ago
  9. 47fdae9 Wire up SDL on mac by joshualitt · 9 years ago
  10. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  11. 3a210bf Documentation - Remove references to `gclient sync` by halcanary · 9 years ago
  12. a267904 Fix compile error mac 10.8. by herb · 9 years ago
  13. 5c1262d Rewrite bleed GM bmp/img generators and change oversized texture case by bsalomon · 9 years ago
  14. edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
  15. b4df8b7 SkPx: use namespaces as namespaces by mtklein · 9 years ago
  16. f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
  17. 44972e2 Remove debug print statement by egdaniel · 9 years ago
  18. 73f6cfc tweaks for nov demo by reed · 9 years ago
  19. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  20. a4c26c0 bin/sync-and-gyp: sh->py (make more cross-platform) by halcanary · 9 years ago
  21. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  22. 9535492 sse 4.2 detection by mtklein · 9 years ago
  23. 417011c added experimental improved Perlin noise shader by ethannicholas · 9 years ago
  24. 2363649 Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:40001 of https://codereview.chromium.org/1412803009/ ) by fmalita · 9 years ago
  25. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  26. f514eae Update SKP version by update-skps · 9 years ago
  27. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  28. 844a0b4 avx and avx2 detection by mtklein · 9 years ago
  29. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  30. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  31. e8e17cf SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  32. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  33. 16d7e96 add sequence for nov talk by reed · 9 years ago
  34. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  35. 1358051 Revert of SkPx: new approach to fixed-point SIMD (patchset #12 id:220001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
  36. 6065d8e Adding Skia Debugger documentation by hcm · 9 years ago
  37. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  38. 69ad6a9 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  39. 8e26604 Export tools as an include directory for Android by msarett · 9 years ago
  40. dad837a compare has a syntax error where it is missing the path to sem(). BUG=skia: by herb · 9 years ago
  41. a7627dc SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  42. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  43. aa4ba90 SkPDF: images support 32-but-not-N32 colortype by halcanary · 9 years ago
  44. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  45. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  46. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  47. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  48. fcff08c SkBitmapRegionCodec needs to use the rowBytes on the pixel ref by msarett · 9 years ago
  49. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  50. fca294b Create Sample that combines combose shader and coons patch by egdaniel · 9 years ago
  51. b7ffe03 add --sequence filename option to SampleApp by reed · 9 years ago
  52. 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
  53. 691ad76 Fix bug in sampled decodes by msarett · 9 years ago
  54. 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
  55. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  56. cd49541 For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc. by mtklein · 9 years ago
  57. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  58. a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
  59. d975fc9 Add ifdef guard around gpu-specific code in native windows window. by plesner · 9 years ago
  60. 2944fbb Assert when running SampleApp with msaa 16 on Windows 10 by aleksandar.stojiljkovic · 9 years ago
  61. 8377e80 Fix for atlas doesn't call eviction functions by joshualitt · 9 years ago
  62. 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
  63. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  64. 81919d3 SkRecord: text blobs by mtklein · 9 years ago
  65. 7f97a76 Avoid hang in OncePtr test with --threads 1 by kkinnunen · 9 years ago
  66. f57ef1c Add outer blur to bleed GM family by bsalomon · 9 years ago
  67. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  68. 07b41eb Update RecordReplaceDraw unit test by robertphillips · 9 years ago
  69. 677de31 Compile bitmap_region_decoder on Android by msarett · 9 years ago
  70. 6bd9c21 Fix an error message by scroggo · 9 years ago
  71. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  72. df85a72 change alpha bmp generator in bleed to make more discernable results by bsalomon · 9 years ago
  73. 143fd55 bin/deps-and-gyp -> bin/sync-and-gyp by mtklein · 9 years ago
  74. c03bdfa Revert of Reland "By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of h… (patchset #1 id:1 of https://codereview.chromium.org/1428053003/ ) by bsalomon · 9 years ago
  75. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  76. 4a40a46 bin/deps-and-gyp: deal with corner cases cleanly by halcanary · 9 years ago
  77. 3f846ae Take mutex when calling into FreeType. by bungeman · 9 years ago
  78. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  79. 0575131 bin/deps-and-gyp: gclient-free solution by halcanary · 9 years ago
  80. 6aff54c tools/git-sync-deps: speed up common case by skipping fetch by halcanary · 9 years ago
  81. 444d91f SkRemote: saveLayer by mtklein · 9 years ago
  82. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  83. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  84. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  85. f7de08a Reland "By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ )" by bsalomon · 9 years ago
  86. 479f54d SkRemote: some images, many TODOs by mtklein · 9 years ago
  87. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  88. e51fa4a Clean up GrAtlas and rename it GrLayerAtlas by robertphillips · 9 years ago
  89. f27f08b DM+VB: WallTimer -> SkTime::GetNSecs(). by mtklein · 9 years ago
  90. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  91. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  92. 7600183 SkScan_Antihair: assert in debug and potentialy lost last pixels by aleksandar.stojiljkovic · 9 years ago
  93. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  94. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  95. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  96. 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
  97. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  98. 8b99ef4 Enable building Skia for iOS with bazel. by iroth · 9 years ago
  99. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  100. 1f17364 bin/sync-and-gyp: gclient hackery by halcanary · 9 years ago