1. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  2. b5dc405 add pathops debugging to fuzz by caryclark · 8 years ago
  3. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  4. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  5. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  6. a3f3cac Stub in Mac viewer code. by jvanverth · 8 years ago
  7. ff17403 Disable qcms on build for Android framework by msarett · 8 years ago
  8. 01c9723 Delete the legacy SVG parser by fmalita · 8 years ago
  9. fd75dd4 Delete SkXMLPullParser by fmalita · 8 years ago
  10. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  11. eb9a84a Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ ) by jcgregorio · 8 years ago
  12. 80d46cc Speculatively fix Android automerger by msarett · 8 years ago
  13. ec58b86 Fix broken Android framework build. by djsollen · 8 years ago
  14. 718df0a Make XML compilation conditional. by fmalita · 8 years ago
  15. 7445e86 Dust-off SkXMLParser by fmalita · 8 years ago
  16. 59779ae remove unused TableMaskFilter by reed · 8 years ago
  17. 771a190 Build Expat on all platforms by fmalita · 8 years ago
  18. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  19. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  20. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  21. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  22. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  23. 6373c95 Monitor profile tool, now with Windows support, too! by brianosman · 8 years ago
  24. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  25. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  26. 8a74f13 tools/SkShaper: factor shaping out of using_skia_and_harfbuzz by halcanary · 8 years ago
  27. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  28. 7e602c2 hacking on a single-benchmark tool by mtklein · 8 years ago
  29. babc3de deferred canvas by reed · 8 years ago
  30. ac41bac Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  31. e930459 Revert of Move sRGB <-> linear conversion components to their own files. (patchset #5 id:80001 of https://codereview.chromium.org/2128893002/ ) by mtklein · 8 years ago
  32. 45e58c8 Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  33. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  34. 75d2bfc Correctly handle mat2x2 in Vulkan by egdaniel · 8 years ago
  35. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  36. d5fd2ff Compile Vulkan when building for the Android framework. by djsollen · 8 years ago
  37. 97a0918 Try fix the mac build bot after removing Android SampleApp by liyuqian · 8 years ago
  38. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  39. b442f68 fixed non-GPU build by ethannicholas · 8 years ago
  40. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  41. 9ba1f25 Disable GPU dithering in Android framework builds by bsalomon · 8 years ago
  42. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  43. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  44. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  45. 085cad4 Move SkColorSpace ICC parsing/writing code to its own file by msarett · 8 years ago
  46. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  47. 2c80711 Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ ) by dvonbeck · 8 years ago
  48. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  49. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  50. 7bde565 Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ ) by rmistry · 8 years ago
  51. 41bb5b4 Remove Android SampleApp by liyuqian · 8 years ago
  52. 9834696 Work around missing __mulodi4() on ARMv7 + Clang builds. by mtklein · 8 years ago
  53. 4d1dd66 Add stub for avx. by herb · 8 years ago
  54. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  55. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  56. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  57. 992a22d Fix mixup where SamplePathOverstroke wasn't added by hstern · 8 years ago
  58. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  59. 58daedb Update GYP for linux Vulkan to support SDK 1.0.13 by egdaniel · 8 years ago
  60. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  61. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  62. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  63. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  64. 4132de7 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  65. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  66. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  67. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  68. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  69. 9bd4c69 Add SampleApp that shows problems in stroking by hstern · 8 years ago
  70. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  71. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  72. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  73. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  74. b7b4293 Create .gyp rules for shaderc libraries by kjlubick · 8 years ago
  75. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  76. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  77. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  78. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  79. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  80. 3965825 Check libpng directly into third_party/ by scroggo · 8 years ago
  81. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  82. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  83. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  84. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  85. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  86. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  87. bfa9275 SkXPS: clean up SkConstexprMath by halcanary · 8 years ago
  88. 93966d8 Add SkLights class by robertphillips · 8 years ago
  89. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  90. 4145792 Remove VisualBench and its Android implementation. by djsollen · 8 years ago
  91. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  92. 0e5b249 Add exact version of qcms used by Chrome for testing and comparison by msarett · 8 years ago
  93. 910fff4 gyp: supress more warnings for zlib by halcanary · 8 years ago
  94. 3d5942e gyp: clean up warnings with clang-3.8 by halcanary · 8 years ago
  95. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  96. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  97. de8af07 Remove custom bundle ID for iOS by stephana · 8 years ago
  98. e76ca8b gyp (third_party) warning changes for ccache by halcanary · 8 years ago
  99. d46e585 remove animator from SampleApp by reed · 8 years ago
  100. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago