1. e27456a 4f gradient interval builder cleanup by fmalita · 9 years ago
  2. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  3. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  4. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  5. f55c364 Wire up stack traces again by joshualitt · 9 years ago
  6. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 9 years ago
  7. 2a7cf5f Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ ) by robertphillips · 9 years ago
  8. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  9. 1ef8972 Introduce bilerp spans by herb · 9 years ago
  10. aabd71c SkFontHost_FreeType constructor to correctly release resources. by bungeman · 9 years ago
  11. 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 9 years ago
  12. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  13. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  14. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 9 years ago
  15. 7dd5db4 Handle spans in sampling. by herb · 9 years ago
  16. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 9 years ago
  17. e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 9 years ago
  18. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  19. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  20. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  21. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 9 years ago
  22. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  23. 897586c remove untested blit optimization by caryclark · 9 years ago
  24. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  25. 856cc17 SampleApp now displays gamma-correct content in "S32" and "F16" modes. The default framebuffer is always (?) sRGB, but querying it to determine that is difficult or impossible. In addition, when running in "L32" mode, we stil want to exhibit the old behavior, where we pretended that it was not sRGB. Thus, set the pixel config of the render target based on the window's color and profile types. That triggers our code to turn on linear->sRGB conversion-on-write in flushRenderTarget. by brianosman · 9 years ago
  26. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  27. fd5a260 Add swizzle for rgb8888. by herb · 9 years ago
  28. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 9 years ago
  29. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  30. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  31. 683ea9a Simplify the poly union. by herb · 9 years ago
  32. 755539f Fix overlooked bilerp fallback. by herb · 9 years ago
  33. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  34. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  35. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  36. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  37. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  38. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  39. 85c6f98 Use enclosing int rect for picture shader tiles by fmalita · 9 years ago
  40. 69f938f Fix uninitialized variable warning. by herb · 9 years ago
  41. 9466571 tile spans by herb · 9 years ago
  42. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  43. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  44. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 9 years ago
  45. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  46. 7f4b1b2 move drawextrapatheffect header into animator by reed · 9 years ago
  47. fa82348 remove unused view helpers by reed · 9 years ago
  48. 60d0259 remove unused view files by reed · 9 years ago
  49. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  50. cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 9 years ago
  51. 0fe12bc Revert of Add non-inline SkRTreeFactory constructor to fix clang-cl (patchset #2 id:20001 of https://codereview.chromium.org/1676833002/ ) by brucedawson · 9 years ago
  52. de11ee4 Switch float arrays to vecs for conical gradients by jvanverth · 9 years ago
  53. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  54. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  55. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  56. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  57. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  58. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  59. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  60. fe4b4f0 Revert of New GM that exercises gamma-correctness in various parts of the pipeline. (patchset #4 id:60001 of https://codereview.chromium.org/1734983003/ ) by brianosman · 9 years ago
  61. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  62. e851714 Make GrRRectBlurEffect::onIsEqual include the roundrect's rect by robertphillips · 9 years ago
  63. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  64. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
  65. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  66. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  67. 9f73a71 New GM that exercises gamma-correctness in various parts of the pipeline. by brianosman · 9 years ago
  68. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  69. 474e4c3 Enable RAW codec for Windows by yujieqin · 9 years ago
  70. 952538e fix undefined signed shifts by caryclark · 9 years ago
  71. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  72. 7363e13 SkPDF: Let client re-encode JPGs if they want to by halcanary · 9 years ago
  73. d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
  74. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  75. b976b27 4f gradient negative-dx interval fixup for kMirror_TileMode by fmalita · 9 years ago
  76. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  77. 64a3c95 Check scalar to fixed conversions with axes. by benjaminwagner · 9 years ago
  78. e37514d Fully check basis vectors for extent degeneracy. by bungeman · 9 years ago
  79. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  80. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  81. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  82. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  83. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  84. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  85. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  86. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  87. fa5e5c7 Use kSubpixelRounding in one missed location. by bungeman · 9 years ago
  88. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  89. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  90. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  91. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  92. dcceacf Fix ~,! typo when clearing kRenderTarget flag by Brian Salomon · 9 years ago
  93. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 9 years ago
  94. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  95. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  96. 43437c2 Round to nearest in ScalarTo256. by benjaminwagner · 9 years ago
  97. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  98. d78c088 fix path ops fuzz bug by caryclark · 9 years ago
  99. 970fd1f Use ARM fixes for SDF encoding. by jvanverth · 9 years ago
  100. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago