1. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  2. 38d1adf Allow animation in Android viewer by liyuqian · 8 years ago
  3. 64d3143 Name parametric gamma curve types by msarett · 8 years ago
  4. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  5. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  6. 863689c Update SKP version by update-skps · 8 years ago
  7. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  8. 85994fb Test PDFium bot again by rmistry · 8 years ago
  9. fa8e40b Test PDFium bot by rmistry · 8 years ago
  10. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  11. 862dae5 Add ability to rotate light direction in drawLitAtlas Sample slide by robertphillips · 8 years ago
  12. 69df020 Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR. by bungeman · 8 years ago
  13. ab0bf2e Unref GrXPFactory. by bungeman · 8 years ago
  14. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  15. 87fee23 Don't use complex blend mode for shapes gm by csmartdalton · 8 years ago
  16. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  17. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  18. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  19. 5823846 Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters. by herb · 8 years ago
  20. ae92262 fix windows assert by caryclark · 8 years ago
  21. 1915b0b Fix undefined behavior in libpng by scroggo · 8 years ago
  22. 7b9eabb SkPDF: handle unpremul right by halcanary · 8 years ago
  23. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  24. b73c24b Add Softkey UIState to Viewer by liyuqian · 8 years ago
  25. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  26. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  27. 577967c Fix uses of SkImageInfo in BRD to preserve color space info by msarett · 8 years ago
  28. 3460404 skiaserve: Add a flag to control hosted mode, i.e. when running on debugger.skia.org. by jcgregorio · 8 years ago
  29. 9d19cc6 Add Android device type for NVIDIA Shield by borenet · 8 years ago
  30. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  31. 3965825 Check libpng directly into third_party/ by scroggo · 8 years ago
  32. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  33. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  34. 6cb7025 Implement OpenGL backend in Android viewer app by liyuqian · 8 years ago
  35. 0dd9f2c Fix argument parsing in android app launcher script by brianosman · 8 years ago
  36. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  37. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  38. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  39. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  40. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  41. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  42. 2122c55 Fix incorrect parameter in new benchmark. by brianosman · 8 years ago
  43. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  44. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  45. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  46. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  47. 81e4cc7 Recognize common parametric gamma by msarett · 8 years ago
  48. f7cfa92 Release surface between runs to avoid seg fault by brianosman · 8 years ago
  49. 066d682 Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect by Brian Salomon · 8 years ago
  50. fc29906 New benchmark to measure GPU mip-mapping performance by brianosman · 8 years ago
  51. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  52. edc743a Add SkPathPriv::IsSimpleClosedRect by bsalomon · 8 years ago
  53. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  54. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  55. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  56. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  57. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  58. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  59. ba150cc always compute a cubic tangent by caryclark · 8 years ago
  60. 276e633 Check results from calls to SkCubicClipper::ChopMonoAtY. by mbarbella · 8 years ago
  61. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  62. ce8ea4c skiaserve: Add /quitquitquit handler. Will be used in the hosted debugger. by jcgregorio · 8 years ago
  63. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  64. 4b42134 Fix build error by scroggo · 8 years ago
  65. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  66. bfa9275 SkXPS: clean up SkConstexprMath by halcanary · 8 years ago
  67. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  68. 1978ce2 Fix bug where SkPath will convert an arc to an oval and change the starting point. by bsalomon · 8 years ago
  69. 18c4943 Use special case for 0x00 and 0xFF alpha to go faster. by herb · 8 years ago
  70. 2c05280 Add mip support to *DeferredTextureImageData functions. by cblume · 8 years ago
  71. d15947e Filter out degenerate contours in GrConvexPolyEffect by lsalzman · 8 years ago
  72. 99eb6e2 Add missing files for GL unix viewer. by jvanverth · 8 years ago
  73. 107c895 Fix integer overflow in SkColorSpace by msarett · 8 years ago
  74. 0ee6220 Add new GM to exercise stroked line special case by robertphillips · 8 years ago
  75. 93966d8 Add SkLights class by robertphillips · 8 years ago
  76. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  77. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  78. 3eb7d76 Fix incorrect sampler locations when using CHROMIUM_bind_uniform_location by kkinnunen · 8 years ago
  79. abfd028 Update SKP version by update-skps · 8 years ago
  80. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  81. 97205a4 Add interesting features to visualize_color_gamut by msarett · 8 years ago
  82. f283c07 Update VC++ version in Windows quick start. by bungeman · 8 years ago
  83. 0881fb5 Rewrite assignment operator on SkBitmap, fix asan by msarett · 8 years ago
  84. 1346c25 isolate_android_sdk: Find or download isolate binary, fix infra path by borenet · 8 years ago
  85. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  86. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  87. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  88. e5a6cd9 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 8 years ago
  89. 3f99609 Add forceSRGB flag to dm. by herb · 8 years ago
  90. 62d9bcc Update Android SDK by liyuqian · 8 years ago
  91. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  92. 85f758c Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  93. 9ad0949 Revert of Add drawer with state information (patchset #8 id:140001 of https://codereview.chromium.org/2004633002/ ) by kjlubick · 8 years ago
  94. 0248bfd Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ ) by kjlubick · 8 years ago
  95. 10b3815 Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  96. 4145792 Remove VisualBench and its Android implementation. by djsollen · 8 years ago
  97. 93ca884 pin before calling acos by caryclark · 8 years ago
  98. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  99. 7dcb131 Silence ASAN int32 overflow warning by fmalita · 8 years ago
  100. b8486f5 add --forceSRGB option to nanobench, to get all src images to be SRGB by reed · 8 years ago