History log of /external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
101b844d6ba031de5c4e95b43f9292f266799237 18-Nov-2016 Brian Salomon <bsalomon@google.com> Remove GrGLSLSampler type and subclasses

GrGLSLUniformManager and GrGLSLProgramDataManager subclasses handle sampler variation across GPU backends.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5002

Change-Id: I968b006bab978c2fa209d1f7eda710c298d1212f
Reviewed-on: https://skia-review.googlesource.com/5002
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
/external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp
7ecc59610de72043e9b7ebaf1ef45c43425e54fc 02-Nov-2016 Ben Wagner <bungeman@google.com> Remove SkAutoTDeleteArray

This class is already just an alias for std::unique_ptr<T[]>, so replace
all uses with that and delete the class.

CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-ASAN-Trybot,Test-Ubuntu-Clang-Golo-GPU-GT610-x86_64-Debug-ASAN-Trybot

Change-Id: I40668d398356a22da071ee791666c7f728b59266
Reviewed-on: https://skia-review.googlesource.com/4362
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
/external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp
4d866dfc46bc381da1761d05ce8b5a3bb0cd7f00 25-Aug-2016 egdaniel <egdaniel@google.com> Add support for getting vulkan descriptor sets without a GrVkUniformHandler.

This change allows us to use the current descriptor set system for doing
copies as draws. This is a step towards being able to track resources for draws
that don't go through out normal pipeline.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2275633002

Review-Url: https://codereview.chromium.org/2275633002
/external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp
707bbd622b425d5edc96f06580d5ddd3d9cbeb3e 26-Jul-2016 egdaniel <egdaniel@google.com> Reuse sampler descriptor set allocations in Vulkan

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2172873003

Review-Url: https://codereview.chromium.org/2172873003
/external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp
a95220d3b8deaec22a4706cd3030dd9a8454aeb9 21-Jul-2016 egdaniel <egdaniel@google.com> Setup system in Vulkan to reuse VkDescriptorSet allocations.

This CL uses the new system for uniform buffers. In a follow up CL I will
add support for samplers.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2163673002

Review-Url: https://codereview.chromium.org/2163673002
/external/skia/src/gpu/vk/GrVkDescriptorSetManager.cpp