1. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  2. 41eac79 Add instanced rendering command line flag to viewer. by Brian Salomon · 8 years ago
  3. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  4. 7dd57b6 Use Fibonacci instead of 2^n for block growth. by Herb Derby · 8 years ago
  5. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  6. a1d9ce5 Revert "Optimize mipmap downsample_2_2 in sRGB mode" by Derek Sollenberger · 8 years ago
  7. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  8. dcd2a90 Add jobs for building for Chromecast by Kevin Lubick · 8 years ago
  9. 3011568 Revert "Fix SkJumper gcc warning" by Mike Klein · 8 years ago
  10. 598524d clip to elements directly, no need for replay indirection by Mike Reed · 8 years ago
  11. 2fcd170 Revert "Turn on SkJumper all the time." by Mike Klein · 8 years ago
  12. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  13. e353e81 Fix SkJumper gcc warning by Florin Malita · 8 years ago
  14. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  15. fd171ed Make GPU dm sink correctly advertise whether it is multisampled by Brian Salomon · 8 years ago
  16. 35b8b26 Add gm to compare premuls in dst vs. src color space by Matt Sarett · 8 years ago
  17. 139e5e0 special device for not drawing -- performs no clipping by Mike Reed · 8 years ago
  18. b357dea bin/fetch-clang-format by Hal Canary · 8 years ago
  19. b69c4b8 formatting change: FuzzCanvas.cpp by Hal Canary · 8 years ago
  20. c0128d4 DW last resort font default name not necessary. by Ben Wagner · 8 years ago
  21. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 8 years ago
  22. 8de05ff Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off by Yuqian Li · 8 years ago
  23. 837fcb6 Use glXCreateContextAttribsARB in viewer to make it easier to attach RenderDoc. by Brian Salomon · 8 years ago
  24. 3012d18 Rename not-fBlendCorrectly to fNonLinearBlending by Matt Sarett · 8 years ago
  25. 3ea01f7 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 8 years ago
  26. 1355551 Turn on SkJumper all the time. by Mike Klein · 8 years ago
  27. 33fdb8d Refactor GrTextBlobCache by Florin Malita · 8 years ago
  28. b4dc549 Add GalaxyS6 bot. by Ben Wagner · 8 years ago
  29. 27bece8 FuzzCanvas: SkColorFilter by Hal Canary · 8 years ago
  30. 3a97d27 Fuzz Canvas: Remember that nextRange is inclusive. by Hal Canary · 8 years ago
  31. 99a3390 Add viewer GUI options for desktop and Android to toggle instanced rendering. by Brian Salomon · 8 years ago
  32. ca49067 optimize intersect, use getType to utilize fast-case in preTranslate by Mike Reed · 8 years ago
  33. fdf3bbe SkJumper: constant() embeds constants directly in code by Mike Klein · 8 years ago
  34. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  35. 3a9aab9 GrTessellator: convert contours to VertexLists. by Stephen White · 8 years ago
  36. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
  37. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 8 years ago
  38. e9ed07d SkJumper: a couple stages used by color filters by Mike Klein · 8 years ago
  39. c3cc5fa Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  40. 5c7780e Be able to compile nanobench for Chromecast by Kevin Lubick · 8 years ago
  41. 47f5d84 Remove dead links in SampleApp docs. by Mike Klein · 8 years ago
  42. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  43. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  44. 894d561 Back to code as data arrays, this time in .text. by Mike Klein · 8 years ago
  45. bd7c551 Don't run image tests on msaa configs. by Brian Salomon · 8 years ago
  46. c0a4c4f Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps" by Derek Sollenberger · 8 years ago
  47. f3b16d0 fix RecordOptsTest.cpp on Android framework by Mike Klein · 8 years ago
  48. 4b19b40 Revert "Fix new IT blocks ARMv8" by Mike Klein · 8 years ago
  49. 90165c2 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  50. d94abc5 add test for copy-on-write optimization by Mike Reed · 8 years ago
  51. e9c99b8 Add half-float mipmap benchmarks too by Brian Osman · 8 years ago
  52. 3802888 bench clip overhead during recording by Mike Reed · 8 years ago
  53. 05a4296 Turn off savelayer optimization for Android framework by Yuqian Li · 8 years ago
  54. 9973f98 Remove Win10 IntelHD405 bots. by Ben Wagner · 8 years ago
  55. e5f19a8 Omit abnormal.wbmp on Linux IntelHD405. by Ben Wagner · 8 years ago
  56. ee037c4 Roll Recipe DEPS by Eric Boren · 8 years ago
  57. 38c6018 Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  58. f12248a Add bench for odd-sized mipmapping w/sRGB filtering by Brian Osman · 8 years ago
  59. fba38f9 Update bots to NDK r14. by Mike Klein · 8 years ago
  60. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  61. 488f0d6 Add ability to insert systrace markers for the android framework by Derek Sollenberger · 8 years ago
  62. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  63. 9200480 Add legacy++ to viewer (sRGB w/nonlinear blending) by Brian Osman · 8 years ago
  64. b2ddd01 Rename PentiumN3700 to IntelHD405. by Ben Wagner · 8 years ago
  65. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  66. 0bb6f38 Add unit tests for SkImage::colorSpace() by Matt Sarett · 8 years ago
  67. ce540ea FuzzCanvas: fix BUG=skia:6321 by Hal Canary · 8 years ago
  68. fc026a6 Roll Recipe DEPS by Eric Boren · 8 years ago
  69. 0f4f3e8 Documentation: fix width by Hal Canary · 8 years ago
  70. 51aa1f5 Documentation: ASAN, MSAN, and TSAN by Hal Canary · 8 years ago
  71. 06b3025 Fix transfer function epsilon by Matt Sarett · 8 years ago
  72. e632003 Support Android NDK r14. by Mike Klein · 8 years ago
  73. e395b9b Roll Recipe DEPS by Eric Boren · 8 years ago
  74. 5128bd4 Roll Recipe DEPS by Eric Boren · 8 years ago
  75. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  76. fc75b5a Update SKP version by UpdateSKPs · 8 years ago
  77. b733320 Delete yasm config files by Matt Sarett · 8 years ago
  78. 5a69707 Tidy up DEPS by Mike Klein · 8 years ago
  79. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  80. 5b4599f Add SkImage::colorSpace() and SkImage::refColorSpace() by Matt Sarett · 8 years ago
  81. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  82. 12da890 Revert "move some of patheffect internals into private" by Mike Reed · 8 years ago
  83. 7067fc6 move some of patheffect internals into private by Mike Reed · 8 years ago
  84. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  85. ae9718f Remove unnecessary use of GrGLIRect in GrRenderTargetOpList by Brian Salomon · 8 years ago
  86. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  87. 651cbe9 GrTessellator: Implement a fast path in poly emission. by Stephen White · 8 years ago
  88. fec1729 Add Braswell bots. by Ben Wagner · 8 years ago
  89. 01254bc Use an exponential growth strategy for extra blocks. by Herb Derby · 8 years ago
  90. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  91. 94fc0fe SkJumper: store_f32 by Mike Klein · 8 years ago
  92. 374a017 Upgrade Go in CIPD to 1.7.5 by Joe Gregorio · 8 years ago
  93. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  94. b7115c6 Remove extract_comments in housekeeper bot. by Joe Gregorio · 8 years ago
  95. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  96. 3c6d5b0 Revert "Upgrade Go in CIPD to 1.7.5" by Cary Clark · 8 years ago
  97. 3fb5299 Upgrade Go in CIPD to 1.7.5 by Joe Gregorio · 8 years ago
  98. 3669a82 Put is_skia_standalone back a bit. by Mike Klein · 8 years ago
  99. e459afd Strengthen is_official_build, update docs. by Mike Klein · 8 years ago
  100. 05cb4c3 Use non-fatal errors for WIC decoding failures by Matt Sarett · 8 years ago