1. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  2. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  3. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 8 years ago
  4. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  5. fb59164 Don't mark mipmaps dirty if uploading > 1 levels by jvanverth · 8 years ago
  6. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  7. cfeb85f Revert of Adjust tolerance to fix bezier glitches issue (patchset #1 id:1 of https://codereview.chromium.org/1926063002/ ) by jvanverth · 8 years ago
  8. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  9. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  10. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  11. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  12. 45a6f49 Adjust tolerance to fix bezier glitches issue by xidachen · 8 years ago
  13. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  14. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  15. 5e410b4 Detect empty (r)rects in GrShape. by bsalomon · 8 years ago
  16. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  17. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  18. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  19. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  20. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  21. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  22. c355bc8 Add work around for vulkan copies on the 5X by egdaniel · 8 years ago
  23. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  24. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  25. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  26. 72dc51c Add support for building GrShape from SkPath and more tests by bsalomon · 8 years ago
  27. adf4fa6 Ensure we're operating on the correct texture when generating mipmaps. by brianosman · 8 years ago
  28. 47cc769 Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  29. 82ecc57 Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #11 id:280001 of https://codereview.chromium.org/1822723003/ ) by bsalomon · 8 years ago
  30. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  31. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  32. 86ae3d1 make context() virtual on device by reed · 8 years ago
  33. 824e58f Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  34. 83af0a6 Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #10 id:260001 of https://codereview.chromium.org/1822723003/ ) by robertphillips · 8 years ago
  35. c885dac Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  36. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  37. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  38. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  39. c4ce72f Compute bounds union while combining path range draw path batches by kkinnunen · 8 years ago
  40. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  41. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  42. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  43. fa7ff47 Guard against FramebufferStatus checks in GrGLRenderTarget by robertphillips · 8 years ago
  44. 8d7ffce Include scaler context flags (gamma and contrast boost) in the text blob cache key. by brianosman · 8 years ago
  45. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  46. d37fe76 Fix data parameter for createBuffer by cdalton · 8 years ago
  47. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  48. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  49. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  50. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  51. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  52. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  53. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  54. e05bbbb Fix createBuffer in Vulkan by egdaniel · 8 years ago
  55. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  56. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  57. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  58. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  59. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  60. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  61. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  62. 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 8 years ago
  63. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  64. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  65. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  66. 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 8 years ago
  67. 9ac5b91 Add missing F16 case to reverse pixel config conversion by brianosman · 8 years ago
  68. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  69. 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 8 years ago
  70. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  71. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  72. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  73. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  74. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  75. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  76. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  77. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  78. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  79. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  80. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  81. c791728 Pass effects directly to fontcache by reed · 8 years ago
  82. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  83. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  84. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  85. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  86. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  87. b63c576 More valgrind appeasement by robertphillips · 8 years ago
  88. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  89. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  90. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  91. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  92. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  93. 32f7782 sRGB text fake-gamma progress: by brianosman · 8 years ago
  94. 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
  95. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  96. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  97. a957b8a Fix null context GenBuffers by cdalton · 8 years ago
  98. 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
  99. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  100. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago