1. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  2. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  3. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  4. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  5. 6373c95 Monitor profile tool, now with Windows support, too! by brianosman · 8 years ago
  6. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  7. 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
  8. 8a74f13 tools/SkShaper: factor shaping out of using_skia_and_harfbuzz by halcanary · 8 years ago
  9. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  10. 7e602c2 hacking on a single-benchmark tool by mtklein · 8 years ago
  11. babc3de deferred canvas by reed · 8 years ago
  12. ac41bac Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  13. 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
  14. 45e58c8 Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  15. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  16. 75d2bfc Correctly handle mat2x2 in Vulkan by egdaniel · 8 years ago
  17. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  18. d5fd2ff Compile Vulkan when building for the Android framework. by djsollen · 8 years ago
  19. 97a0918 Try fix the mac build bot after removing Android SampleApp by liyuqian · 8 years ago
  20. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  21. b442f68 fixed non-GPU build by ethannicholas · 8 years ago
  22. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  23. 9ba1f25 Disable GPU dithering in Android framework builds by bsalomon · 8 years ago
  24. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  25. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  26. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  27. 085cad4 Move SkColorSpace ICC parsing/writing code to its own file by msarett · 8 years ago
  28. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  29. 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
  30. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  31. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  32. 7bde565 Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ ) by rmistry · 8 years ago
  33. 41bb5b4 Remove Android SampleApp by liyuqian · 8 years ago
  34. 9834696 Work around missing __mulodi4() on ARMv7 + Clang builds. by mtklein · 8 years ago
  35. 4d1dd66 Add stub for avx. by herb · 8 years ago
  36. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  37. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  38. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  39. 992a22d Fix mixup where SamplePathOverstroke wasn't added by hstern · 8 years ago
  40. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  41. 58daedb Update GYP for linux Vulkan to support SDK 1.0.13 by egdaniel · 8 years ago
  42. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  43. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  44. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  45. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  46. 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
  47. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  48. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  49. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  50. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  51. 9bd4c69 Add SampleApp that shows problems in stroking by hstern · 8 years ago
  52. 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
  53. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  54. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  55. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  56. b7b4293 Create .gyp rules for shaderc libraries by kjlubick · 8 years ago
  57. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  58. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  59. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  60. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  61. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  62. 3965825 Check libpng directly into third_party/ by scroggo · 8 years ago
  63. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  64. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  65. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  66. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  67. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  68. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  69. bfa9275 SkXPS: clean up SkConstexprMath by halcanary · 8 years ago
  70. 93966d8 Add SkLights class by robertphillips · 8 years ago
  71. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  72. 4145792 Remove VisualBench and its Android implementation. by djsollen · 8 years ago
  73. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  74. 0e5b249 Add exact version of qcms used by Chrome for testing and comparison by msarett · 8 years ago
  75. 910fff4 gyp: supress more warnings for zlib by halcanary · 8 years ago
  76. 3d5942e gyp: clean up warnings with clang-3.8 by halcanary · 8 years ago
  77. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  78. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  79. de8af07 Remove custom bundle ID for iOS by stephana · 8 years ago
  80. e76ca8b gyp (third_party) warning changes for ccache by halcanary · 8 years ago
  81. d46e585 remove animator from SampleApp by reed · 8 years ago
  82. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  83. c2878e2 Remove GrFontScaler class. by bsalomon · 8 years ago
  84. d3cdbca Implement touch control by liyuqian · 8 years ago
  85. d2c7ef9 Move VisualBench_APK and SampleApp_APK to "everything" target by borenet · 8 years ago
  86. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  87. aabe15e Simple program for visualizing gamuts by msarett · 8 years ago
  88. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  89. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  90. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  91. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  92. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  93. f077324 Remove SkFontHost.h. by bungeman · 8 years ago
  94. fd0b33d Instruct yasm to compile position independent code on Android by msarett · 8 years ago
  95. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  96. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  97. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  98. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  99. 167ab91 Allow gpu ResourceHandle class to be shared for multiple purposes by egdaniel · 8 years ago
  100. ab12c78 harfbuzz test: compile fewer files by halcanary · 8 years ago