1. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  2. 3965825 Check libpng directly into third_party/ by scroggo · 8 years ago
  3. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  4. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  5. 6cb7025 Implement OpenGL backend in Android viewer app by liyuqian · 8 years ago
  6. 0dd9f2c Fix argument parsing in android app launcher script by brianosman · 8 years ago
  7. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  8. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  9. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  10. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  11. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  12. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  13. 2122c55 Fix incorrect parameter in new benchmark. by brianosman · 8 years ago
  14. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  15. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  16. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  17. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  18. 81e4cc7 Recognize common parametric gamma by msarett · 8 years ago
  19. f7cfa92 Release surface between runs to avoid seg fault by brianosman · 8 years ago
  20. 066d682 Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect by Brian Salomon · 8 years ago
  21. fc29906 New benchmark to measure GPU mip-mapping performance by brianosman · 8 years ago
  22. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  23. edc743a Add SkPathPriv::IsSimpleClosedRect by bsalomon · 8 years ago
  24. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  25. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  26. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  27. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  28. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  29. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  30. ba150cc always compute a cubic tangent by caryclark · 8 years ago
  31. 276e633 Check results from calls to SkCubicClipper::ChopMonoAtY. by mbarbella · 8 years ago
  32. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  33. ce8ea4c skiaserve: Add /quitquitquit handler. Will be used in the hosted debugger. by jcgregorio · 8 years ago
  34. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  35. 4b42134 Fix build error by scroggo · 8 years ago
  36. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  37. bfa9275 SkXPS: clean up SkConstexprMath by halcanary · 8 years ago
  38. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  39. 1978ce2 Fix bug where SkPath will convert an arc to an oval and change the starting point. by bsalomon · 8 years ago
  40. 18c4943 Use special case for 0x00 and 0xFF alpha to go faster. by herb · 8 years ago
  41. 2c05280 Add mip support to *DeferredTextureImageData functions. by cblume · 8 years ago
  42. d15947e Filter out degenerate contours in GrConvexPolyEffect by lsalzman · 8 years ago
  43. 99eb6e2 Add missing files for GL unix viewer. by jvanverth · 8 years ago
  44. 107c895 Fix integer overflow in SkColorSpace by msarett · 8 years ago
  45. 0ee6220 Add new GM to exercise stroked line special case by robertphillips · 8 years ago
  46. 93966d8 Add SkLights class by robertphillips · 8 years ago
  47. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  48. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  49. 3eb7d76 Fix incorrect sampler locations when using CHROMIUM_bind_uniform_location by kkinnunen · 8 years ago
  50. abfd028 Update SKP version by update-skps · 8 years ago
  51. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  52. 97205a4 Add interesting features to visualize_color_gamut by msarett · 8 years ago
  53. f283c07 Update VC++ version in Windows quick start. by bungeman · 8 years ago
  54. 0881fb5 Rewrite assignment operator on SkBitmap, fix asan by msarett · 8 years ago
  55. 1346c25 isolate_android_sdk: Find or download isolate binary, fix infra path by borenet · 8 years ago
  56. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  57. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  58. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  59. 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
  60. 3f99609 Add forceSRGB flag to dm. by herb · 8 years ago
  61. 62d9bcc Update Android SDK by liyuqian · 8 years ago
  62. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  63. 85f758c Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  64. 9ad0949 Revert of Add drawer with state information (patchset #8 id:140001 of https://codereview.chromium.org/2004633002/ ) by kjlubick · 8 years ago
  65. 0248bfd Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ ) by kjlubick · 8 years ago
  66. 10b3815 Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  67. 4145792 Remove VisualBench and its Android implementation. by djsollen · 8 years ago
  68. 93ca884 pin before calling acos by caryclark · 8 years ago
  69. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  70. 7dcb131 Silence ASAN int32 overflow warning by fmalita · 8 years ago
  71. b8486f5 add --forceSRGB option to nanobench, to get all src images to be SRGB by reed · 8 years ago
  72. 4e4e308 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
  73. 4972908 add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params if they fail by reed · 8 years ago
  74. 649becd Temporarily change GalaxyS3 product.board by borenet · 8 years ago
  75. 7b38e3c Fix int32 overflow in LinearGradientContext::shade4_dx_clamp by fmalita · 8 years ago
  76. 0e5b249 Add exact version of qcms used by Chrome for testing and comparison by msarett · 8 years ago
  77. a62038c Srcover for sprite blitters. by herb · 8 years ago
  78. 2bec26a fix security bug by caryclark · 8 years ago
  79. 99e22fb SkPDF/SkColorSpace: use writeToICC by halcanary · 8 years ago
  80. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  81. f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 8 years ago
  82. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  83. c4ed684 Don't store resources with a unique key in GrResourceCache's fScratchMap by robertphillips · 8 years ago
  84. 7a5bcc5 Make Sk32ToBool inline again to silence compiler warning. by bsalomon · 8 years ago
  85. 5d04fda CMake: skia_link_arguments.txt repects BUILD_SHARED_LIBS by halcanary · 8 years ago
  86. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  87. 7dd4467 CMake: control static/shared the normal CMake way. by mtklein · 8 years ago
  88. 6d195b2 Use nullptr instead of 0 in call to FontConfig. by bungeman · 8 years ago
  89. 2cb49bd pthread_once -> SkOnce by mtklein · 8 years ago
  90. 5221fef Remove extra DNG images and use smaller HTC.dng by scroggo · 8 years ago
  91. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  92. 910fff4 gyp: supress more warnings for zlib by halcanary · 8 years ago
  93. 23b80c4 Revert of Blacklist HTC.dng on 32-bit Win CPU bots (patchset #1 id:1 of https://codereview.chromium.org/1995703002/ ) by scroggo · 8 years ago
  94. 3d5942e gyp: clean up warnings with clang-3.8 by halcanary · 8 years ago
  95. c75d6a8 Add bubbles GM for drawing/blending 50 circles. by fmenozzi · 8 years ago
  96. 074b48e I have found a more efficient way of detecting 1 and 0 alpha in SSE2. In addition, I found a stall on an execution unit for the lea instruction and rearranged to code to avoid that. by herb · 8 years ago
  97. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  98. 50134cc Enable stencil wrap ops on vulkan by egdaniel · 8 years ago
  99. 566c8e4 Move inval dedup to Window for wider usages. by liyuqian · 8 years ago
  100. 888dc16 Test color correction in DM by msarett · 8 years ago