1. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  2. d37fe76 Fix data parameter for createBuffer by cdalton · 8 years ago
  3. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  4. 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
  5. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  6. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  7. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  8. 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
  9. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  10. e05bbbb Fix createBuffer in Vulkan by egdaniel · 8 years ago
  11. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  12. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  13. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  14. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  15. 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
  16. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  17. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  18. 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 8 years ago
  19. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  20. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  21. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  22. 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 8 years ago
  23. 9ac5b91 Add missing F16 case to reverse pixel config conversion by brianosman · 8 years ago
  24. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  25. 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 8 years ago
  26. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  27. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  28. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  29. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  30. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  31. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  32. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  33. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  34. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  35. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  36. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  37. c791728 Pass effects directly to fontcache by reed · 8 years ago
  38. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  39. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  40. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  41. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  42. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  43. b63c576 More valgrind appeasement by robertphillips · 8 years ago
  44. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  45. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  46. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  47. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  48. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  49. 32f7782 sRGB text fake-gamma progress: by brianosman · 8 years ago
  50. 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
  51. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  52. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  53. a957b8a Fix null context GenBuffers by cdalton · 8 years ago
  54. 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
  55. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  56. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  57. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  58. 59dc542 remove avoid and pixelxor xfermodes by reed · 8 years ago
  59. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  60. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  61. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  62. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  63. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  64. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  65. b60c337 Initialize variable to appease compiler warning by egdaniel · 8 years ago
  66. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  67. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  68. 062bd86 Expose GrGLAssembleInterface by bsalomon · 8 years ago
  69. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  70. d632bb4 Enable dual source blending for Vulkan by egdaniel · 8 years ago
  71. 61d3b08 Enable gpusrgb config on bots. by brianosman · 8 years ago
  72. 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
  73. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  74. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  75. 3ebd276 Dirty mipmaps whenever we upload new contents for a texture. by brianosman · 8 years ago
  76. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  77. 7888de0 Fix GrConvexPolyEffect to deal with line paths. by bsalomon · 8 years ago
  78. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 8 years ago
  79. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 8 years ago
  80. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  81. 7fb19bc Add GLFW support for GrGLCreateNativeInterface by abarth · 8 years ago
  82. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  83. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  84. eb3429c Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  85. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  86. b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 8 years ago
  87. b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  88. 384b5e9 got Vulkan compiling on Linux again by ethannicholas · 8 years ago
  89. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  90. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  91. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  92. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  93. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  94. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  95. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  96. e267893 Remove debug prints in GrVkGpu by egdaniel · 8 years ago
  97. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  98. 85f9269 Convert Gray8 images to N32 before uploading. Previously, we were by brianosman · 8 years ago
  99. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  100. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago