1. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  2. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  3. 09e127b Make build_shaderc.py blow away output dir and allow build_type arg to contain either Debug or Release by bsalomon · 8 years ago
  4. 903ec3c Fix CommandBuffer bot's DM config by borenet · 8 years ago
  5. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  6. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  7. 71e185c GYP_DEFINES and DM flags for Vulkan bot by borenet · 8 years ago
  8. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  9. ad6a190 nullptr -> "sans-serif" fixes bold in gm/colorwheel by mtklein · 8 years ago
  10. 48b88cc Fixes for CommandBuffer bot by borenet · 8 years ago
  11. 2a0bb0a Fix to zoom on Vulkan Viewer by egdaniel · 8 years ago
  12. c265a92 More cleanup in the Vulkan viewer by jvanverth · 8 years ago
  13. 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 8 years ago
  14. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  15. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  16. 3d6ed3a Some more improvements/fixes to the VulkanViewer by jvanverth · 8 years ago
  17. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  18. 11064df Fix lazy coding in ViaSingletonPictures. by mtklein · 8 years ago
  19. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  20. 48156ed path_stroke_with_zero_length: turn off drawFat() by default. by mtklein · 8 years ago
  21. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  22. 9e65f93 alternate textblobgeometrychange fix... just make our own surface if needed by mtklein · 8 years ago
  23. 3d72c09 Remove conditional flavor text on blend GM. by mtklein · 8 years ago
  24. 083b869 Register SkLocalMatrixImageFilter for serialization. by mtklein · 8 years ago
  25. 9fab59d Clean up input handling in VulkanViewer by jvanverth · 8 years ago
  26. 3ddf967 Alter dm_flags.py logic flow for certain configs to be subtractive by bsalomon · 8 years ago
  27. 885b677 Add exclusion for keymobi_shop_mobileweb_ebay_com.skp on N5 by bsalomon · 8 years ago
  28. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  29. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  30. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  31. d32eac2 Set 'device_cfg' parameter for iOS bots by borenet · 8 years ago
  32. 235cbf2 Create output directory in skdiff by brianosman · 8 years ago
  33. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  34. b8797bb Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GLES and use them on the X1 bot by bsalomon · 8 years ago
  35. 0adac46 Do not set do_perf_steps for Build-Ubuntu-GCC-x86_64-Release-SwarmingValgrind by rmistry · 8 years ago
  36. 3b59738 Revert of Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GL… (patchset #3 id:40001 of https://codereview.chromium.org/1853103003/ ) by bsalomon · 8 years ago
  37. 74cb44d Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GLES and use them on the X1 bot by bsalomon · 8 years ago
  38. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  39. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  40. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  41. 94b87bd DM/PDF: stop adding unused rasterizer keywords by halcanary · 8 years ago
  42. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  43. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  44. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  45. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  46. 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 8 years ago
  47. c770b75 Respect build type arg in build_shaderc.py by bsalomon · 8 years ago
  48. 7c62b47 Restore Vulkan setup code accidentally reverted in GrContextFactory.cpp by bsalomon · 8 years ago
  49. cafbfe6 Support for Android Swarming bots by borenet · 8 years ago
  50. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  51. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  52. 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 8 years ago
  53. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  54. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  55. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  56. b90e67f Update shaderc to ToT. by egdaniel · 8 years ago
  57. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  58. 61d3b08 Enable gpusrgb config on bots. by brianosman · 8 years ago
  59. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  60. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  61. 2e77ddb Blacklist shapes benchmarks on Mali400 bot. by brianosman · 8 years ago
  62. c28afdb Add test configs for nvpr with atlas text by cdalton · 8 years ago
  63. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  64. ffe5400 SkPDF: milestone in metadata, also SkMilestone.h by halcanary · 8 years ago
  65. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  66. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  67. 8c7d7ad Blacklist giant (4k) wbmp from GPU bots. by brianosman · 8 years ago
  68. e8f3062 switch surface to sk_sp by reed · 8 years ago
  69. 0b8321e Google3 Android no longer has undefok. by benjaminwagner · 8 years ago
  70. bee39c5 fix --threads 4, blacklist interlaced1,2,3 on GPU by mtklein · 8 years ago
  71. 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 8 years ago
  72. d33fe1f Try throttling x86 desktop bots down with fewer threads. by mtklein · 8 years ago
  73. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  74. 6c962f5 Blacklist RAW images on x86 Ubuntu by msarett · 8 years ago
  75. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  76. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  77. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  78. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  79. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  80. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  81. 4ab57e0 Don't convert DWORD to int. by bungeman · 8 years ago
  82. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  83. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  84. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  85. ca2622b return pictures as sk_sp by reed · 8 years ago
  86. fc0b6d1 Add SkImageGeneratorWIC by msarett · 8 years ago
  87. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  88. 5a60982 Disable bad gif decode on CG by msarett · 8 years ago
  89. 667433f Remove uses of SkImageDecoder from skdiff by msarett · 8 years ago
  90. 18300a3 detach -> release by mtklein · 8 years ago
  91. 98bd5b1 Flush the pipe in skiaserve when we switch to GPU by joshualitt · 8 years ago
  92. 4083610 Fix up no gpu build by joshualitt · 8 years ago
  93. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 8 years ago
  94. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 8 years ago
  95. d93c120 Added (color=8888|f16|srgb) option to gpu configurations, along with gpuf16 and gpusrgb predefined configs. Runs the gpu backend in gamma-correct mode (with either FP16 linear or sRGB 8888 frambuffers). by brianosman · 8 years ago
  96. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  97. 1897631 Add an SkImageGeneratorCG by msarett · 8 years ago
  98. beba908 Add a bit more to the python test driver by joshualitt · 8 years ago
  99. f7a840a Remove uses SkImageDecoder in imgblur and imgslice by msarett · 8 years ago
  100. e0449cf Fix up picture clip bounds in SkiaServe by joshualitt · 8 years ago