1. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 9 years ago
  2. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 9 years ago
  3. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 9 years ago
  4. 05a5647 fission bitmapprocstate by reed · 9 years ago
  5. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  6. 855bd44 debugger: Only bind to the localhost address by default. by jcgregorio · 9 years ago
  7. e27456a 4f gradient interval builder cleanup by fmalita · 9 years ago
  8. 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
  9. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  10. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  11. 89bd99b sk_sp: remove explicit operator bool() by halcanary · 9 years ago
  12. 40ee60c Partial revert of https://codereview.chromium.org/1738913002/ (Enable RAW codec for Windows) by robertphillips · 9 years ago
  13. f55c364 Wire up stack traces again by joshualitt · 9 years ago
  14. cb6cb38 sk_sp: Covariant Move Constructor and Move Assignment by halcanary · 9 years ago
  15. c803ef1 Swarming bots: Add support for perf steps by borenet · 9 years ago
  16. 217c0b3 sk_make_sp<T>() by halcanary · 9 years ago
  17. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 9 years ago
  18. 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
  19. 62c9c4b Revert of Update DNG SDK version. (patchset #3 id:40001 of https://codereview.chromium.org/1748363004/ ) by yujieqin · 9 years ago
  20. be2924a Update DNG SDK version. by yujieqin · 9 years ago
  21. d4e1c35 nanobench: Use device independent font flag for GPU configs by kkinnunen · 9 years ago
  22. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  23. 1ef8972 Introduce bilerp spans by herb · 9 years ago
  24. aabd71c SkFontHost_FreeType constructor to correctly release resources. by bungeman · 9 years ago
  25. 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 9 years ago
  26. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  27. bdc6b2b Change skiaserve color palette for drawing batch bounds by joshualitt · 9 years ago
  28. 7546786 Fix MSVC 2015 compiler complaint by robertphillips · 9 years ago
  29. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  30. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 9 years ago
  31. 7dd5db4 Handle spans in sampling. by herb · 9 years ago
  32. 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
  33. e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 9 years ago
  34. b9e56c1 Fix FrontBufferedStreamTest by msarett · 9 years ago
  35. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  36. 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
  37. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  38. 7fe18a8 turn on f16 and sRGB by mtklein · 9 years ago
  39. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 9 years ago
  40. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  41. b3f3148 dm: gamma_correct: true/false -> "yes"/"no" by mtklein · 9 years ago
  42. e3e8c72 add gm for distance field bug by caryclark · 9 years ago
  43. 9ea8acd Unbust the old debugger by robertphillips · 9 years ago
  44. 897586c remove untested blit optimization by caryclark · 9 years ago
  45. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  46. bb7b043 isolate sk_sp from larger cl by reed · 9 years ago
  47. 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
  48. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  49. fd5a260 Add swizzle for rgb8888. by herb · 9 years ago
  50. 819ab10 print stack trace on crash, tweak formatting, _Exit hard by mtklein · 9 years ago
  51. 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
  52. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  53. 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
  54. 683ea9a Simplify the poly union. by herb · 9 years ago
  55. 755539f Fix overlooked bilerp fallback. by herb · 9 years ago
  56. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 9 years ago
  57. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  58. 3a9be69 Fixup some of the batch info in skiaserve by joshualitt · 9 years ago
  59. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  60. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  61. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  62. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  63. c58487e Swarming Bots: fix resource path by borenet · 9 years ago
  64. ea2dabd Swarming bots: Fix tester out dir by borenet · 9 years ago
  65. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  66. 1e83a2a Fix Swarming compile out dir by borenet · 9 years ago
  67. dd54e5d Revert of DM: disable ignored and very niche configs on bots. (patchset #1 id:1 of https://codereview.chromium.org/1745073002/ ) by mtklein · 9 years ago
  68. 85c6f98 Use enclosing int rect for picture shader tiles by fmalita · 9 years ago
  69. 69f938f Fix uninitialized variable warning. by herb · 9 years ago
  70. 9ae14ff remove xmlparser includes from samples by caryclark · 9 years ago
  71. 2d225e3 hack up get_images_from_skps by mtklein · 9 years ago
  72. 7b6d3a3 DM: disable ignored and very niche configs on bots. by mtklein · 9 years ago
  73. c0cb60d Swarming Tests: create tmp dir if it doesn't exist by borenet · 9 years ago
  74. 17597fe Swarming tests: Fix uninteresting hash file path by borenet · 9 years ago
  75. 9466571 tile spans by herb · 9 years ago
  76. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  77. 409d470 Add gamma_correct option field to dm.json by mtklein · 9 years ago
  78. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  79. e93c17b Remove legacy Budgeted enum aliases from SkSurface by bsalomon · 9 years ago
  80. f855729 DM crash handler tweaks by mtklein · 9 years ago
  81. 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
  82. a7a6f2e Add test_skia.py, isolates for test_skia, images, skps by borenet · 9 years ago
  83. 6bc9679 A bit more privacy for SkiaServe's Request by joshualitt · 9 years ago
  84. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  85. 7f4b1b2 move drawextrapatheffect header into animator by reed · 9 years ago
  86. e1a23c5 Update SKP version by update-skps · 9 years ago
  87. fa82348 remove unused view helpers by reed · 9 years ago
  88. f3fb5d3 update CMakeLists for views/aminated removal by reed · 9 years ago
  89. 60d0259 remove unused view files by reed · 9 years ago
  90. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  91. afaf496 Add catapult to RecreateSKPs bot's PYTHONPATH by rmistry · 9 years ago
  92. cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 9 years ago
  93. 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
  94. e027f17 DM: dm.json can be missing some final results by mtklein · 9 years ago
  95. 27c3fdd DM: support --config {f16,srgb} by mtklein · 9 years ago
  96. de11ee4 Switch float arrays to vecs for conical gradients by jvanverth · 9 years ago
  97. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  98. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  99. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  100. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago