1. 9ea8acd Unbust the old debugger by robertphillips · 8 years ago
  2. 897586c remove untested blit optimization by caryclark · 8 years ago
  3. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 8 years ago
  4. bb7b043 isolate sk_sp from larger cl by reed · 8 years ago
  5. 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 · 8 years ago
  6. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 8 years ago
  7. fd5a260 Add swizzle for rgb8888. by herb · 8 years ago
  8. 819ab10 print stack trace on crash, tweak formatting, _Exit hard by mtklein · 8 years ago
  9. 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 · 8 years ago
  10. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 8 years ago
  11. 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 · 8 years ago
  12. 683ea9a Simplify the poly union. by herb · 8 years ago
  13. 755539f Fix overlooked bilerp fallback. by herb · 8 years ago
  14. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 8 years ago
  15. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  16. 3a9be69 Fixup some of the batch info in skiaserve by joshualitt · 8 years ago
  17. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 8 years ago
  18. 27876bc Improve horizontal baseline detection. by bungeman · 8 years ago
  19. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago
  20. 790d513 This CL adds glTexStorage support. by cblume · 8 years ago
  21. c58487e Swarming Bots: fix resource path by borenet · 8 years ago
  22. ea2dabd Swarming bots: Fix tester out dir by borenet · 8 years ago
  23. 15923c9 Modernize SkSpinlock. by mtklein · 8 years ago
  24. 1e83a2a Fix Swarming compile out dir by borenet · 8 years ago
  25. dd54e5d Revert of DM: disable ignored and very niche configs on bots. (patchset #1 id:1 of https://codereview.chromium.org/1745073002/ ) by mtklein · 8 years ago
  26. 85c6f98 Use enclosing int rect for picture shader tiles by fmalita · 8 years ago
  27. 69f938f Fix uninitialized variable warning. by herb · 8 years ago
  28. 9ae14ff remove xmlparser includes from samples by caryclark · 8 years ago
  29. 2d225e3 hack up get_images_from_skps by mtklein · 8 years ago
  30. 7b6d3a3 DM: disable ignored and very niche configs on bots. by mtklein · 8 years ago
  31. c0cb60d Swarming Tests: create tmp dir if it doesn't exist by borenet · 8 years ago
  32. 17597fe Swarming tests: Fix uninteresting hash file path by borenet · 8 years ago
  33. 9466571 tile spans by herb · 8 years ago
  34. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  35. 409d470 Add gamma_correct option field to dm.json by mtklein · 8 years ago
  36. f236ee4 Enable RAW codec for Windows by yujieqin · 8 years ago
  37. e93c17b Remove legacy Budgeted enum aliases from SkSurface by bsalomon · 8 years ago
  38. f855729 DM crash handler tweaks by mtklein · 8 years ago
  39. 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 · 8 years ago
  40. a7a6f2e Add test_skia.py, isolates for test_skia, images, skps by borenet · 8 years ago
  41. 6bc9679 A bit more privacy for SkiaServe's Request by joshualitt · 9 years ago
  42. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  43. 7f4b1b2 move drawextrapatheffect header into animator by reed · 9 years ago
  44. e1a23c5 Update SKP version by update-skps · 9 years ago
  45. fa82348 remove unused view helpers by reed · 9 years ago
  46. f3fb5d3 update CMakeLists for views/aminated removal by reed · 9 years ago
  47. 60d0259 remove unused view files by reed · 9 years ago
  48. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  49. afaf496 Add catapult to RecreateSKPs bot's PYTHONPATH by rmistry · 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. e027f17 DM: dm.json can be missing some final results by mtklein · 9 years ago
  53. 27c3fdd DM: support --config {f16,srgb} by mtklein · 9 years ago
  54. de11ee4 Switch float arrays to vecs for conical gradients by jvanverth · 9 years ago
  55. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  56. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  57. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  58. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  59. e5824b9 New GM that exercises gamma-correctness in various parts of the pipeline. by brianosman · 9 years ago
  60. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  61. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  62. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  63. 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
  64. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  65. e851714 Make GrRRectBlurEffect::onIsEqual include the roundrect's rect by robertphillips · 9 years ago
  66. ee5348b Get SkiaServe Request started off with a little privacy by joshualitt · 9 years ago
  67. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  68. d5722a4 SkPDF/Test: detailed error messages in PDFDeflateWStreamTest by halcanary · 9 years ago
  69. 1e5884b Wire up /batches in skiaserve by joshualitt · 9 years ago
  70. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
  71. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  72. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  73. 9f73a71 New GM that exercises gamma-correctness in various parts of the pipeline. by brianosman · 9 years ago
  74. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  75. 474e4c3 Enable RAW codec for Windows by yujieqin · 9 years ago
  76. cb10071 add gm to illustrate bug by caryclark · 9 years ago
  77. 952538e fix undefined signed shifts by caryclark · 9 years ago
  78. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  79. 7363e13 SkPDF: Let client re-encode JPGs if they want to by halcanary · 9 years ago
  80. a705641 Fix createTexture calls in vk tests by egdaniel · 9 years ago
  81. 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
  82. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  83. b976b27 4f gradient negative-dx interval fixup for kMirror_TileMode by fmalita · 9 years ago
  84. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  85. 64a3c95 Check scalar to fixed conversions with axes. by benjaminwagner · 9 years ago
  86. e37514d Fully check basis vectors for extent degeneracy. by bungeman · 9 years ago
  87. 3854f11 Move urlhandlers out of skiaserve.cpp by joshualitt · 9 years ago
  88. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  89. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  90. 26cc3f5 Create Response namespace for skiaserve response functions by joshualitt · 9 years ago
  91. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  92. e449984 Add a DM flag to limit the types of Codec decodes by scroggo · 9 years ago
  93. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  94. 4dcbe43 Move some methods to SkiaServe's Request, this is still very leaky by joshualitt · 9 years ago
  95. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  96. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  97. 24dd687 Move Request to its own file in preparation for numerous cleanups by joshualitt · 9 years ago
  98. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  99. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  100. fa5e5c7 Use kSubpixelRounding in one missed location. by bungeman · 9 years ago