1. 5379051 Fix SkScalerContext_FreeType::generateFontMetrics. by bungeman · 8 years ago
  2. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  3. 8602ede In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. by herb · 8 years ago
  4. 959d45b Miscellaneous color space refactors by msarett · 8 years ago
  5. 4eaa320 GN: add missing .exe by mtklein · 8 years ago
  6. d7bae18 Reenable support for CHROMIUM_set_uniform_location by bsalomon · 8 years ago
  7. a339bb0 let line/cubic intersect at four spots by caryclark · 8 years ago
  8. 7fbfbbe Basic standalone GN configs. by mtklein · 8 years ago
  9. 680e2e9 Fixed GM:lightingshader2 size by dvonbeck · 8 years ago
  10. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  11. f25bff9 Drop support for libjpeg-turbo < 1.2 in SkJpegCodec by msarett · 8 years ago
  12. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  13. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 8 years ago
  14. 8168194 allow curves on side of lines to be very small by caryclark · 8 years ago
  15. 85f0e63 Add "skp" asset by borenet · 8 years ago
  16. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  17. b5dc405 add pathops debugging to fuzz by caryclark · 8 years ago
  18. f41ae2f limit the number of points in SkDashPathEffect::asPoints by lsalzman · 8 years ago
  19. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  20. 725266a Add vulkan compile bot to CQ by egdaniel · 8 years ago
  21. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  22. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  23. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  24. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  25. 7b33bf1 fix builder fuzz by caryclark · 8 years ago
  26. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  27. 9f071d1 Update build_command_buffer.py to copy libcommand_buffer_gles2.so from the correct dir on linux by bsalomon · 8 years ago
  28. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  29. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  30. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  31. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  32. 9b43094 Roll buildtools for latest GN binary. by mtklein · 8 years ago
  33. 1597628 fix fuzzer bug by caryclark · 8 years ago
  34. ec336de Trigger bots and upload images to Gold by msarett · 8 years ago
  35. 59e3039 docs: Add info on using blamer to the sheriffing docs. by jcgregorio · 8 years ago
  36. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  37. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  38. ad7604b Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )" by reed · 8 years ago
  39. 3fb8720 Revert of have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ ) by reed · 8 years ago
  40. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  41. a61bfc6 have MakeFromImage fission the SkImage into a raster or a texture by reed · 8 years ago
  42. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  43. 7d46f4a exclude unused functions when mac uses freetype (for pdf) by caryclark · 8 years ago
  44. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  45. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  46. e499adf Use dFdx in Vulkan to address distance field issues. by jvanverth · 8 years ago
  47. 566ea9b Tune linear->sRGB constants to round-trip all bytes. by mtklein · 8 years ago
  48. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  49. de996a0 re-disable save/restore peephole optimization by reed · 8 years ago
  50. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  51. f294481 Add vulkan sdk to CIPD by kjlubick · 8 years ago
  52. 158fabb re-chop if we fail on a big-bad-cubic by reed · 8 years ago
  53. 1f790aa Improve assert reporting. by bungeman · 8 years ago
  54. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  55. c1be9bc Add GrVkRecycledResource subclass by egdaniel · 8 years ago
  56. 35a98c7 Add integer array uniforms to GL and Vulkan by fmenozzi · 8 years ago
  57. 487f8d3 Consolidate special case shape transformation logic in GrShapeTest. by bsalomon · 8 years ago
  58. fbbf01a Add iOS to platform_os_emoji. by bungeman · 8 years ago
  59. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  60. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  61. c8fcb9c Add "Infra" to the builder_name_schema by borenet · 8 years ago
  62. 53574b7 Fix color order for 565,4444, and I8 samplers. by mtklein · 8 years ago
  63. e565450 Port FuzzPathop from chromium by kjlubick · 8 years ago
  64. e51c356 pre-land special methods on device by reed · 8 years ago
  65. a3f3cac Stub in Mac viewer code. by jvanverth · 8 years ago
  66. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  67. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 8 years ago
  68. d1bd208 Update rounding/clamping comments on sk_linear_to_srgb(). by mtklein · 8 years ago
  69. 4bcb4c7 Make SkOTTable_name.cpp UTF-8. by Ben Wagner · 8 years ago
  70. 575b2a3 Fix master-skia build by msarett · 8 years ago
  71. 35f255f Fix color order on LCD text when using sRGB software backend. by mtklein · 8 years ago
  72. 523e76d exclude test that fails on google3 asan by caryclark · 8 years ago
  73. 1493b97 fix fuzzer by caryclark · 8 years ago
  74. ff17403 Disable qcms on build for Android framework by msarett · 8 years ago
  75. 7f119ca Enable libjpeg-turbo features by msarett · 8 years ago
  76. 64e8e5d Clarify GrGradientEffect key enum by fmenozzi · 8 years ago
  77. c7b4b28 Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget by bsalomon · 8 years ago
  78. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  79. 9061aa4 Create DCs instead of textures in SRGBMipMaps test by bsalomon · 8 years ago
  80. 49b264c Create DCs rather than textures in GrConfigConversionEffect by bsalomon · 8 years ago
  81. 28b62e6 Simplify random_draw_context used by GLProgramsTest by bsalomon · 8 years ago
  82. 7f3ff20 remove unused MakeFromPixmap by reed · 8 years ago
  83. f037d48 GN: refactor third_party/gni by mtklein · 8 years ago
  84. 916e02a Start from DC rather than texture in GrTexutreParamsAdjuster copy code. by bsalomon · 8 years ago
  85. c4459f6 Fix debugging code for tracing texture creation by brianosman · 8 years ago
  86. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  87. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  88. 23c4f1a Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts by bsalomon · 8 years ago
  89. 01c9723 Delete the legacy SVG parser by fmalita · 8 years ago
  90. e817ddf GN: polyfill is_fuchsia by mtklein · 8 years ago
  91. fd75dd4 Delete SkXMLPullParser by fmalita · 8 years ago
  92. 5139e50 Rename variables in SkCanvas::internalSaveLayer by robertphillips · 8 years ago
  93. 718aab1 Fix the assert and clamping in SkMatrix::get*Scale[s](). by kolczyk · 8 years ago
  94. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  95. 401ae2d Rotate bitmap strikes with FreeType. by bungeman · 8 years ago
  96. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  97. 7890b89 Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide. by bsalomon · 8 years ago
  98. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 8 years ago
  99. 1258455 [SkXMLParser] Initial text node support by fmalita · 8 years ago
  100. d876a4b Add bounds info by fmenozzi · 8 years ago