1. f4a6d30 remove duplicated sample (already have a gm) by reed · 9 years ago
  2. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  3. 5514321 Minor tweak to visual bench timing by joshualitt · 9 years ago
  4. c8b350d update gm test size to include new elements by caryclark · 9 years ago
  5. 500ab75 change for issue 562 by caryclark · 9 years ago
  6. 6ff734b remove unused fields from SkOpSegment by caryclark · 9 years ago
  7. 5a9a5b3 CMAKE + install command by halcanary · 9 years ago
  8. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  9. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  10. d34d947 Appurify bot: don't use flags that visualbench doesn't support by borenet · 9 years ago
  11. 214046e Fix memory leak in build example by mdempsky · 9 years ago
  12. ad54ffc adb_wait_for_device: Skip `adb wait-for-device` by borenet · 9 years ago
  13. fbf908c Add some useful information to trooper doc. by benjaminwagner · 9 years ago
  14. d705958 Will try composing a linear gradient with a color bitmap as well as an alpha8 bitmap to make sure the paint's color is being used/ignored in the right places. by wangyix · 9 years ago
  15. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  16. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  17. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  18. 1a9caff add interactive xfer sample by reed · 9 years ago
  19. 1dec47a Testing CQ committer list by rmistry · 9 years ago
  20. d67d08e Fix bug in ico decodes by msarett · 9 years ago
  21. 613f20a Moved committer list to chrome-infra-auth and deleted it from the repo by sergiyb · 9 years ago
  22. 36c3796 Remove unwanted images in Gold by msarett · 9 years ago
  23. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  24. 5a42c33 Add new surface flag by jvanverth · 9 years ago
  25. 06f989a Revert of Minor cleanup in GrTessellatingPathRenderer. (patchset #1 id:1 of https://codereview.chromium.org/1322023002/ ) by senorblanco · 9 years ago
  26. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  27. 4f588b5 Replace font name table access with standard Skia function. by caryclark · 9 years ago
  28. d6b3031 forgot base impl by reed · 9 years ago
  29. 9446930 Fix for distancefield text uses override descriptor by joshualitt · 9 years ago
  30. e5a38f0 VisualBenchTest: Read nanobench_flags.txt by borenet · 9 years ago
  31. a3710c3 Specify try_job_retry_config for Skia try jobs by rmistry · 9 years ago
  32. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  33. 9aa32d1 Fix bmp bug in ReadHeader() by msarett · 9 years ago
  34. f29a0c7 Experimental: fix document by halcanary · 9 years ago
  35. e212789 Experimental: document that cmake + c api example now works in Ubuntu. by halcanary · 9 years ago
  36. 0e050c6 Remove an extra newline in documentation. by halcanary · 9 years ago
  37. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago
  38. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  39. 12d40c1 Restore old NEON blit_mask_d32_a8 methods. by mtklein · 9 years ago
  40. c911906 Documentation: C API comments by halcanary · 9 years ago
  41. 2a4a421 Cmake: fix to make linking work on Ubuntu by halcanary · 9 years ago
  42. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  43. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  44. 0ce744e CMake tweaks - I think CMake 3.1 is enough for now. - Ubuntu works too. by mtklein · 9 years ago
  45. 0a1fa5e skia: Replace CommandBuffer_ with egl by hendrikw · 9 years ago
  46. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  47. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  48. aeb77ea GrGLBlend::AppendPorterDuffBlend now supports kClear_Mode by wangyix · 9 years ago
  49. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  50. c5281e5 SkColorCubeFilter_opts: rounding is actually free here. by mtklein · 9 years ago
  51. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  52. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  53. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  54. 580c40a link test to bug by caryclark · 9 years ago
  55. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  56. ddc4b46 Image generator-backed SkPictureShader by fmalita · 9 years ago
  57. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  58. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  59. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  60. b2885d5 Document SkString::resize(int) as destructive. by bungeman · 9 years ago
  61. 46b42f5 Add empty files to empty targets to appease XCode. by mtklein · 9 years ago
  62. 9389b87 Minor cleanup in GrTessellatingPathRenderer. by senorblanco · 9 years ago
  63. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  64. 9ceb6b5 Revert of By default purge resources that haven't been used for 64 flushes (patchset #4 id:60001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  65. 2aec4e9 Add a GM for image filters applied to stroked primitives. by senorblanco · 9 years ago
  66. ae576b7 remove duplicate linked list adjustment by caryclark · 9 years ago
  67. 5e04bcf Run Appurify bot in release mode by borenet · 9 years ago
  68. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  69. 89971d4 Use a different download URL for Android toolchains by borenet · 9 years ago
  70. bd783cd By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  71. 9a40a9e Provide some detail about valentine password by benjaminwagner · 9 years ago
  72. 2409abb CMake builds on Ubuntu now too. by mtklein · 9 years ago
  73. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  74. 8db52b6 Revert of By default purge resources that haven't been used for 64 flushes (patchset #3 id:40001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  75. 71d0c33 By default purge resources that haven't been used for 64 flushes by Brian Salomon · 9 years ago
  76. 1a7f8f4 Update SKP version by rmistry · 9 years ago
  77. 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
  78. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  79. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  80. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  81. 264873d fix bounds check for ctables (thanks Hal) by reed · 9 years ago
  82. 5b4c69e Change 900k to 910k in another location. by benjaminwagner · 9 years ago
  83. e0f06a4 Example CMake build for Skia. by mtklein · 9 years ago
  84. fd0eca2 Update CT documentation on Skia site. by benjaminwagner · 9 years ago
  85. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago
  86. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  87. 7445cef Remove sys/types.h include from SkTypes.h. by bungeman · 9 years ago
  88. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  89. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  90. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  91. 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
  92. b6bf367 Revert of By default purge resources that haven't been used for 64 flushes (patchset #2 id:20001 of https://codereview.chromium.org/1316233003/ ) by rmistry · 9 years ago
  93. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  94. 6904d1d Add a note about (x*y+255)/256. by mtklein · 9 years ago
  95. e01008f Add trace event to SkPicture analysis. by mtklein · 9 years ago
  96. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  97. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  98. 8504717 By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  99. aaf951d nullptr isn't an int; this is what we want by halcanary · 9 years ago
  100. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago