1. 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
  2. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  3. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 8 years ago
  4. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  5. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  6. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  7. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 8 years ago
  8. 7378ac8 Fix linux compile error by jvanverth · 8 years ago
  9. 0bbc371 Fix compile error (uninitialized variable use) by brianosman · 8 years ago
  10. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  11. 12386d5 Revert of Clean up two unlaunched SSE 4.1 8888 blits. (patchset #1 id:1 of https://codereview.chromium.org/2062853002/ ) by mtklein · 8 years ago
  12. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  13. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  14. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  15. 6e47209 Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  16. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  17. 398e3f4 Add control over whether lines are special cased in SkDashPath. Disable when called from GrShape. by bsalomon · 8 years ago
  18. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  19. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  20. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  21. 8151103 fix non-square stroke rects (non-aa) by reed · 8 years ago
  22. 7df9e4a Make SkBlitter hierarchy explicit about what needs to be implemented. by herb · 8 years ago
  23. 57c9482 Implement SkFontMgr_Custom::onCreateFromFontData. by bungeman · 8 years ago
  24. 656dbe4 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  25. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  26. 7049396 Make GrShape capable of representing inverse filled rrects. by bsalomon · 8 years ago
  27. 013e0e6 add fail condition to addexpanded by caryclark · 8 years ago
  28. 4772bd5 Implement all onCreateFromStream overloads. by bungeman · 8 years ago
  29. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  30. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  31. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  32. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  33. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  34. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  35. 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
  36. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  37. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  38. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  39. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  40. 7ccbc1a Simplify code by breaking general sampler into Nearest and Bilerp. by herb · 8 years ago
  41. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  42. 8c5424c SkColorSpace::NewICC fix integer overflow caught by fuzzer by msarett · 8 years ago
  43. a058786 Make SkDashPathEffect fail for stroke+fill style (in addition to fill style) by bsalomon · 8 years ago
  44. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  45. 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
  46. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  47. e9906e7 Fix mipmap generation on Nexus 5x & 6p devices. by brianosman · 8 years ago
  48. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  49. 5c7d62d When setting up a copySurface dst texture make the orientation match the src when glBlitFramebuffer requires it by bsalomon · 8 years ago
  50. 7942f22 Fix instances where hwaa was wrong for mixed samples by csmartdalton · 8 years ago
  51. f1af0e9 Handle single pixel case on tiled. by herb · 8 years ago
  52. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  53. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  54. dae6b97 fix pathops fuzz bugs by caryclark · 8 years ago
  55. 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
  56. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  57. 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
  58. ddc2cd6 Fix dashing bug where hwaa was unintentionally disabled by csmartdalton · 8 years ago
  59. 131ff13 Switch to a whitelist for manual mip-map generation by brianosman · 8 years ago
  60. 93e3fff Fix for rare crash in Poly::addEdge(). by senorblanco · 8 years ago
  61. d672384 Make GrShape use the original path when path effect fails. by bsalomon · 8 years ago
  62. 3db2028 linear -> sRGB: use fast approximate sqrt() by mtklein · 8 years ago
  63. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  64. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  65. af18fb4 Make GrDashEffect take a AA mode enum. by bsalomon · 8 years ago
  66. 06115ee Get segment masks from GrShape. by bsalomon · 8 years ago
  67. ee29564 Make GrShape track the winding direction and starting point for rrect types. by bsalomon · 8 years ago
  68. 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
  69. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago
  70. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  71. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  72. a4fa4f6 Gamma sanity checks by msarett · 8 years ago
  73. 64d3143 Name parametric gamma curve types by msarett · 8 years ago
  74. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  75. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  76. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  77. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  78. 862dae5 Add ability to rotate light direction in drawLitAtlas Sample slide by robertphillips · 8 years ago
  79. ab0bf2e Unref GrXPFactory. by bungeman · 8 years ago
  80. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  81. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  82. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  83. 5823846 Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters. by herb · 8 years ago
  84. 7b9eabb SkPDF: handle unpremul right by halcanary · 8 years ago
  85. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  86. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  87. 577967c Fix uses of SkImageInfo in BRD to preserve color space info by msarett · 8 years ago
  88. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  89. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  90. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  91. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  92. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  93. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  94. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  95. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  96. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  97. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  98. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  99. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  100. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago