1. a6f3047 add signed-integer-overflow to yasm exceptions by mtklein · 10 years ago
  2. 18b072d A small cleanup of GrAtlasTextContext by joshualitt · 10 years ago
  3. a3375e4 fix coincident fuzzer by caryclark · 10 years ago
  4. d4c24f6 Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen by herb · 10 years ago
  5. ba923d3 SkImageShaderFactoryToName SkAlphaThresholdFilterFactoryToName by halcanary · 10 years ago
  6. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 10 years ago
  7. 3660d53 Start objectifying GrAtlasTextBlob by joshualitt · 10 years ago
  8. 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 10 years ago
  9. d5c4265 Fix up signed-integer-overflow warnings by tomhudson · 10 years ago
  10. d18b1b5 Add SkTileImageFilter sample to filterfastbounds GM. by senorblanco · 10 years ago
  11. 8e03b8a Always use high precision on NDS transform by joel.liang · 10 years ago
  12. 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 10 years ago
  13. 1d265ca Pin result in SkATan2_255 by robertphillips · 10 years ago
  14. f65fb65 add gm to exercise large sigmas by reed · 10 years ago
  15. 9d34406 better NEON div255 by mtklein · 10 years ago
  16. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 10 years ago
  17. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 10 years ago
  18. 776d49b Update SKP version by update-skps · 10 years ago
  19. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 10 years ago
  20. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 10 years ago
  21. 22a517f report back colorfilters in lua by reed · 10 years ago
  22. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 10 years ago
  23. 95f53fb clarify diff manually, showing black where they differ by reed · 10 years ago
  24. 5123eb7 use RawIter in hairpath (simplifies) by reed · 10 years ago
  25. c326257 add hairline with caps gm by caryclark · 10 years ago
  26. 258ade5 Add iOS compile bot to the CQ by borenet · 10 years ago
  27. 6ebd423 Create a skeleton VisualDebugModule by joshualitt · 10 years ago
  28. 91d0620 fix mozilla bug by joshualitt · 10 years ago
  29. 886e5e4 Fix overflow caught by ASAN. by benjaminwagner · 10 years ago
  30. be8216a Make SkAndroidCodec support ico by msarett · 10 years ago
  31. ea75053 Speculative fix for win8 bot crash in ~GrAutoLocaleSetter by bsalomon · 10 years ago
  32. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 10 years ago
  33. 41cbf3f Add android_skp_capture.py, JSON file for geniewidget by borenet · 10 years ago
  34. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 10 years ago
  35. 66cfcff simplify nanobench --quiet / -q output by mtklein · 10 years ago
  36. 1603e93 Make SkAndroidCodec support ico by msarett · 10 years ago
  37. bbf2ce4 Load ANGLE EGL library correctly on Linux by kkinnunen · 10 years ago
  38. a18a8bc Skip dm GPU configs when context creation fails by kkinnunen · 10 years ago
  39. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 10 years ago
  40. 6f2753d add bench for sprite-like drawing w/ imagefilters by reed · 10 years ago
  41. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 10 years ago
  42. 2b1516f Update documentation for SkFontMgr methods. by erikchen · 10 years ago
  43. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 10 years ago
  44. 4f11b1b Stop disabling fixed test by scroggo · 10 years ago
  45. 54ed1ed Match libjpeg-turbo name change in Android by msarett · 10 years ago
  46. 26489ef Add option to draw wireframe batch bounds by bsalomon · 10 years ago
  47. 222b30d Make building with clang documentation a bit easier to find by kjlubick · 10 years ago
  48. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 10 years ago
  49. 73063dc Add transfer buffer support. by jvanverth · 10 years ago
  50. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 10 years ago
  51. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 10 years ago
  52. 404816e Fix ODR violation. by benjaminwagner · 10 years ago
  53. 7850eb2 API to support native scaling by image-generator by reed · 10 years ago
  54. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 10 years ago
  55. 7384d07 Wire up new define in buildbot_spec by joshualitt · 10 years ago
  56. 8fd844f reset shader compilations for stats by joshualitt · 10 years ago
  57. fa498fe Add transfer buffer support. by jvanverth · 10 years ago
  58. f16f88b Create a define for nanobench builds to dump stats by joshualitt · 10 years ago
  59. 0711bdb drawSprite and drawImage+clip should draw the same w/ an imagefilter applied. This gm exercises that invariant. by reed · 10 years ago
  60. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 10 years ago
  61. 3b8c0a9 Add gpuStatsDump to nanobench GPU bots by joshualitt · 10 years ago
  62. dadfc24 skstd -> std for unique_ptr by mtklein · 10 years ago
  63. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 10 years ago
  64. c60b310 Modify iOSShell-gyp to generate unique bundle identifier by stephana · 10 years ago
  65. e45c81c Began logging more gpu stats from nanobench by joshualitt · 10 years ago
  66. 6ee690e Remove plumbing of clipRect thoughout the TextContexts by robertphillips · 10 years ago
  67. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 10 years ago
  68. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 10 years ago
  69. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 10 years ago
  70. 7bceedc Retract GrRenderTarget a bit by robertphillips · 10 years ago
  71. c1da4d0 Update CMakeLists.txt to exclude SkFontConfigInterface_direct_*. by bungeman · 10 years ago
  72. 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 10 years ago
  73. 001e744 Replace D1G with a simpler implementation. by herb · 10 years ago
  74. aa0df4e Add an SkPath conic conversion utility. by fmalita · 10 years ago
  75. 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 10 years ago
  76. 9323dc6 Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ ) by scroggo · 10 years ago
  77. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 10 years ago
  78. cb6cb21 Fix Android framework build by scroggo · 10 years ago
  79. c19247f check that SSE2 is available before using __vectorcall by lsalzman · 10 years ago
  80. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 10 years ago
  81. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 10 years ago
  82. 1e2913e Fix stroking of zero length paths with end caps on NVPR by kkinnunen · 10 years ago
  83. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 10 years ago
  84. 362c900 Disable using dev bounds in Gr clip reduction code. by Brian Salomon · 10 years ago
  85. b775e91 add more conservative check for wayward divide by caryclark · 10 years ago
  86. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 10 years ago
  87. d1c94a4 CMake: generate skia.h and skia_{compile|link}_arguments.txt by halcanary · 10 years ago
  88. 144c3c8 Make onPrepareDraws const by joshualitt · 10 years ago
  89. 0cf5ecb CMake: generate SkUserConfig.hh by halcanary · 10 years ago
  90. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 10 years ago
  91. b151480 Add documentation for Status bot filters by borenet · 10 years ago
  92. 0d81b29 Fix bug in reads fragment position on gpu. by egdaniel · 10 years ago
  93. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 10 years ago
  94. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 10 years ago
  95. 70e8dfc skstd -> std for unique_ptr by mtklein · 10 years ago
  96. b9a1e34 Support wbmp that are supported by SkImageDecoder by scroggo · 10 years ago
  97. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 10 years ago
  98. 09f8e1b Update SKP version by update-skps · 10 years ago
  99. f152463 Include conic weights in GrPath cache kSimpleVolatilePathDomain keys by kkinnunen · 10 years ago
  100. 8444913 Don't use SkRect::MakeLargest() for clip bounds in image filter tests. by senorblanco · 10 years ago