1. fa5e5c7 Use kSubpixelRounding in one missed location. by bungeman · 9 years ago
  2. 50fe38e use the favicon on debugger.skia.org by jcgregorio · 9 years ago
  3. bb5f309 10.9 is no more by mtklein · 9 years ago
  4. 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
  5. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  6. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  7. ddb347b Add -lrt flag for ChromeOS to enable the usage of clock_gettime. Enable RawCodec for ChromeOS by yujieqin · 9 years ago
  8. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  9. 3eed7dd trim DM fat by mtklein · 9 years ago
  10. dcceacf Fix ~,! typo when clearing kRenderTarget flag by Brian Salomon · 9 years ago
  11. da884c4 DM: assert we ran as many tasks as we thought we would by mtklein · 9 years ago
  12. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 9 years ago
  13. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 9 years ago
  14. fbe3552 Add skia.conf (configuration file that supports printShaders, etc...) to .gitignore by brianosman · 9 years ago
  15. 36693b5 Add 4f linear gradient benches by fmalita · 9 years ago
  16. 1e44051 SkPDF/Bench: add bench for SkPDFSharedStream (deflate) by halcanary · 9 years ago
  17. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  18. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  19. afae30a Rethink DM output by mtklein · 9 years ago
  20. ca34846 Added a flag that forces SampleApp to continuously redraw, even in non-animated tests. Helpful when profiling or debugging. by brianosman · 9 years ago
  21. 43437c2 Round to nearest in ScalarTo256. by benjaminwagner · 9 years ago
  22. 1cc345f Documentation: sync-and-gyp design document by halcanary · 9 years ago
  23. f156ea3 Change SkUnitScalarClampToByte to more accurate implementation. by benjaminwagner · 9 years ago
  24. 3719886 remove debugging printf by reed · 9 years ago
  25. 1abea46 SkPDF/Bench: add bench for SkPDFCreateBitmapObject by halcanary · 9 years ago
  26. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  27. d78c088 fix path ops fuzz bug by caryclark · 9 years ago
  28. d9381ac Turn off DM --pre_log on the bots. Too spammy. by mtklein · 9 years ago
  29. 970fd1f Use ARM fixes for SDF encoding. by jvanverth · 9 years ago
  30. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  31. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  32. 8516dc1 extend xfermodes gm to include 3 custom modes by reed · 9 years ago
  33. 9d24023 Ensure the Gaussian tail of circle blurs goes to zero. by benjaminwagner · 9 years ago
  34. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  35. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  36. cbbc9df Create new GM to target translations problems in GrAtlasTextContext by joshualitt · 9 years ago
  37. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  38. 85a7a5f Skia schedule on skia.org by hcm · 9 years ago
  39. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  40. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 9 years ago
  41. ccb74b8 Move SkPackBits to src/effects. by bungeman · 9 years ago
  42. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  43. 246ba3a Add a handler to DM to print out what was running when we crash. by mtklein · 9 years ago
  44. 5a70bc7 make transformed rrect radii fit rectangle by caryclark · 9 years ago
  45. 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 9 years ago
  46. fda6cea Update SK_IMAGE_VERSION to 3 by msarett · 9 years ago
  47. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  48. 807dcab added 'visible' attribute to skiaserve JSON by ethannicholas · 9 years ago
  49. 2d172eb Use new API instead of the deprecated ones. by yujieqin · 9 years ago
  50. cf16e67 Update PIEX: Prepares support for uncompressed thumbnails by yujieqin · 9 years ago
  51. 285e7c6 Turn on TURBO_HAS_CROP for Android framework by msarett · 9 years ago
  52. b65e604 Make DM failures fatal by msarett · 9 years ago
  53. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  54. 8889347 remove unnecessary copies by mtklein · 9 years ago
  55. afe9fac Run no CPU benches in Debug trybots. by mtklein · 9 years ago
  56. a856e25 Better encapsulation and vector calling convention. by herb · 9 years ago
  57. bc9a9b4 Fix DM_INCLUDES after https://codereview.chromium.org/1688543002 by benjaminwagner · 9 years ago
  58. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  59. 933ad43 Add spans for matrix ops. by herb · 9 years ago
  60. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
  61. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  62. 3d7b02c Fix gyp-and-sync for windows by bsalomon · 9 years ago
  63. ca726ab fix misc asserts and checks found by fuzzer by reed · 9 years ago
  64. d49a86a allow move/zero-line/close to draw caps by caryclark · 9 years ago
  65. e5257bd kill gm now that we can test srgb on all gms by reed · 9 years ago
  66. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 9 years ago
  67. 7499e69 Incorporate Vulkan files into main gpu.gyp/gpu.gypi by bsalomon · 9 years ago
  68. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  69. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 9 years ago
  70. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 9 years ago
  71. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  72. d778feb remove dead unpremul checks by reed · 9 years ago
  73. 32119f1 Fix to bazel build file to exclude vulkan files by egdaniel · 9 years ago
  74. e52bebb skia.org internal links: Add link to Google3 Autoroller doc. by benjaminwagner · 9 years ago
  75. bc590c0 Initial linear gradient 4f impl by fmalita · 9 years ago
  76. 3ff5d8c added mode=cpu|gpu to skiaserve JSON by ethannicholas · 9 years ago
  77. 31c45bb Fix nanobench SKP flushes between loops by cdalton · 9 years ago
  78. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  79. 23e7af0 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ ) by ethannicholas · 9 years ago
  80. b6ce10a Remove vulkan files from cmake build by egdaniel · 9 years ago
  81. 8781123 clean-up dead code by reed · 9 years ago
  82. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  83. 129ed1c lots of sRGB and F16 blits by reed · 9 years ago
  84. 653db51 fix misc asserts and checks found by fuzzer by reed · 9 years ago
  85. 1d56448 add SkGraphics::PurageAllCaches by reed · 9 years ago
  86. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  87. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  88. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 9 years ago
  89. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 9 years ago
  90. 03762fe fix race: this kCacheSize is probably not meant to be static by mtklein · 9 years ago
  91. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  92. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 9 years ago
  93. df56af4 Update SKP version by update-skps · 9 years ago
  94. d97f07d revert fuzzer fixes for canvas, need to investigate more by reed · 9 years ago
  95. 00bea4a fix misc asserts and checks found by fuzzer by reed · 9 years ago
  96. f5d4746 Fix asserts found in SampleApp and update the tests with additional interesting numbers. by herb · 9 years ago
  97. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 9 years ago
  98. 3eb4895 Add point spans, but fall back for all cases. by herb · 9 years ago
  99. cbf8978 DM: remove unnecessary use of std::function by mtklein · 9 years ago
  100. 365bbff Changes to merge vulkan code by bsalomon · 9 years ago