1. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  2. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  3. 09b4224 Add housekeeper_skia.isolate by borenet · 8 years ago
  4. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  5. 2843c42 Revert of Disable tail calls inside Simple GM functions. (patchset #1 id:1 of https://codereview.chromium.org/2050473006/ ) by mtklein · 8 years ago
  6. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 8 years ago
  7. 71491dc Support resize in Android Viewer App by liyuqian · 8 years ago
  8. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  9. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  10. eee3ced Disable tail calls inside Simple GM functions. by mtklein · 8 years ago
  11. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  12. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  13. 7ccbc1a Simplify code by breaking general sampler into Nearest and Bilerp. by herb · 8 years ago
  14. 5b64dab better exclusion for stack traces by mtklein · 8 years ago
  15. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  16. 897a8e3 Add ICC fuzzer by kjlubick · 8 years ago
  17. 0b04fea Update CQ keywords documentation by rmistry · 8 years ago
  18. 8c5424c SkColorSpace::NewICC fix integer overflow caught by fuzzer by msarett · 8 years ago
  19. a058786 Make SkDashPathEffect fail for stroke+fill style (in addition to fill style) by bsalomon · 8 years ago
  20. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  21. dd40483 Use faster case for on tile sampling, and a little clean up. This has been a sampling bug and so was bypassed using "false &&". Found the sampling bug and added the case back in. by herb · 8 years ago
  22. faa9036 Stop trying to build files that are not there by scroggo · 8 years ago
  23. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  24. 28215d4 Support running Viewer via android_gdb_app by brianosman · 8 years ago
  25. e9906e7 Fix mipmap generation on Nexus 5x & 6p devices. by brianosman · 8 years ago
  26. 2a437e6 Provide filter when there are many options by liyuqian · 8 years ago
  27. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  28. 5c7d62d When setting up a copySurface dst texture make the orientation match the src when glBlitFramebuffer requires it by bsalomon · 8 years ago
  29. e8bd9ab Modify QCMS test to match use by Chrome by msarett · 8 years ago
  30. 7942f22 Fix instances where hwaa was wrong for mixed samples by csmartdalton · 8 years ago
  31. 2f64bf7 Document dm error about missing skps by martina.kollarova · 8 years ago
  32. f1af0e9 Handle single pixel case on tiled. by herb · 8 years ago
  33. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  34. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  35. dae6b97 fix pathops fuzz bugs by caryclark · 8 years ago
  36. 2af4599 A Mozilla developer ran the µmix static analyzer on its codebase and incidentally found some issues regarding null checks in Skia. This fixes the issues that were found. by lsalzman · 8 years ago
  37. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  38. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  39. ddc2cd6 Fix dashing bug where hwaa was unintentionally disabled by csmartdalton · 8 years ago
  40. 131ff13 Switch to a whitelist for manual mip-map generation by brianosman · 8 years ago
  41. d94ad58 Implement Raster Backend on Android Viewer App by liyuqian · 8 years ago
  42. 93e3fff Fix for rare crash in Poly::addEdge(). by senorblanco · 8 years ago
  43. d672384 Make GrShape use the original path when path effect fails. by bsalomon · 8 years ago
  44. 3db2028 linear -> sRGB: use fast approximate sqrt() by mtklein · 8 years ago
  45. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  46. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  47. af18fb4 Make GrDashEffect take a AA mode enum. by bsalomon · 8 years ago
  48. 1f508fd Show FPS in UI state by liyuqian · 8 years ago
  49. 06115ee Get segment masks from GrShape. by bsalomon · 8 years ago
  50. ee29564 Make GrShape track the winding direction and starting point for rrect types. by bsalomon · 8 years ago
  51. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  52. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago
  53. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  54. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  55. a4fa4f6 Gamma sanity checks by msarett · 8 years ago
  56. 09f5cd4 Prefix png functions by scroggo · 8 years ago
  57. 814e38d Use intptr_t for onTouch argument. by jvanverth · 8 years ago
  58. 11450d5 Update pnglibconf.h by scroggo · 8 years ago
  59. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  60. 38d1adf Allow animation in Android viewer by liyuqian · 8 years ago
  61. 64d3143 Name parametric gamma curve types by msarett · 8 years ago
  62. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  63. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  64. 863689c Update SKP version by update-skps · 8 years ago
  65. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  66. 85994fb Test PDFium bot again by rmistry · 8 years ago
  67. fa8e40b Test PDFium bot by rmistry · 8 years ago
  68. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  69. 862dae5 Add ability to rotate light direction in drawLitAtlas Sample slide by robertphillips · 8 years ago
  70. 69df020 Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR. by bungeman · 8 years ago
  71. ab0bf2e Unref GrXPFactory. by bungeman · 8 years ago
  72. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  73. 87fee23 Don't use complex blend mode for shapes gm by csmartdalton · 8 years ago
  74. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  75. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  76. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  77. 5823846 Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters. by herb · 8 years ago
  78. ae92262 fix windows assert by caryclark · 8 years ago
  79. 1915b0b Fix undefined behavior in libpng by scroggo · 8 years ago
  80. 7b9eabb SkPDF: handle unpremul right by halcanary · 8 years ago
  81. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  82. b73c24b Add Softkey UIState to Viewer by liyuqian · 8 years ago
  83. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  84. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  85. 577967c Fix uses of SkImageInfo in BRD to preserve color space info by msarett · 8 years ago
  86. 3460404 skiaserve: Add a flag to control hosted mode, i.e. when running on debugger.skia.org. by jcgregorio · 8 years ago
  87. 9d19cc6 Add Android device type for NVIDIA Shield by borenet · 8 years ago
  88. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  89. 3965825 Check libpng directly into third_party/ by scroggo · 8 years ago
  90. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  91. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  92. 6cb7025 Implement OpenGL backend in Android viewer app by liyuqian · 8 years ago
  93. 0dd9f2c Fix argument parsing in android app launcher script by brianosman · 8 years ago
  94. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  95. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  96. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  97. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  98. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  99. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  100. 2122c55 Fix incorrect parameter in new benchmark. by brianosman · 8 years ago