Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Issue 1723503002: Revert of Add vulkan files into skia repo. (Closed)

Created:
4 years, 10 months ago by egdaniel
Modified:
4 years, 10 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@merge
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) Reason for revert: breaking builds Original issue's description: > Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. > > R=robertphillips@google.com > TBR=bsalomon@google.com > > BUG=skia:4955 > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1718693002 > > Committed: https://skia.googlesource.com/skia/+/48cf268defad66f58f1aa03b4835e5583be96b2f TBR=robertphillips@google.com,bsalomon@google.com,jvanverth@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:4955 Committed: https://skia.googlesource.com/skia/+/ad3a13c4c34d300882b8f9a5fdb98ad34a9df55b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -13749 lines) Patch
D gyp/gpuVk.gyp View 1 chunk +0 lines, -202 lines 0 comments Download
D gyp/gpuVk.gypi View 1 chunk +0 lines, -81 lines 0 comments Download
D include/gpu/vk/GrVkInterface.h View 1 chunk +0 lines, -218 lines 0 comments Download
D src/gpu/vk/GrVkBuffer.h View 1 chunk +0 lines, -92 lines 0 comments Download
D src/gpu/vk/GrVkBuffer.cpp View 1 chunk +0 lines, -177 lines 0 comments Download
D src/gpu/vk/GrVkCaps.h View 1 chunk +0 lines, -108 lines 0 comments Download
D src/gpu/vk/GrVkCaps.cpp View 1 chunk +0 lines, -244 lines 0 comments Download
D src/gpu/vk/GrVkCommandBuffer.h View 1 chunk +0 lines, -206 lines 0 comments Download
D src/gpu/vk/GrVkCommandBuffer.cpp View 1 chunk +0 lines, -371 lines 0 comments Download
D src/gpu/vk/GrVkDescriptorPool.h View 1 chunk +0 lines, -56 lines 0 comments Download
D src/gpu/vk/GrVkDescriptorPool.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
D src/gpu/vk/GrVkFramebuffer.h View 1 chunk +0 lines, -45 lines 0 comments Download
D src/gpu/vk/GrVkFramebuffer.cpp View 1 chunk +0 lines, -63 lines 0 comments Download
D src/gpu/vk/GrVkGpu.h View 1 chunk +0 lines, -220 lines 0 comments Download
D src/gpu/vk/GrVkGpu.cpp View 1 chunk +0 lines, -1272 lines 0 comments Download
D src/gpu/vk/GrVkImage.h View 1 chunk +0 lines, -108 lines 0 comments Download
D src/gpu/vk/GrVkImage.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
D src/gpu/vk/GrVkImageView.h View 1 chunk +0 lines, -41 lines 0 comments Download
D src/gpu/vk/GrVkImageView.cpp View 1 chunk +0 lines, -49 lines 0 comments Download
D src/gpu/vk/GrVkIndexBuffer.h View 1 chunk +0 lines, -39 lines 0 comments Download
D src/gpu/vk/GrVkIndexBuffer.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D src/gpu/vk/GrVkInterface.cpp View 1 chunk +0 lines, -340 lines 0 comments Download
D src/gpu/vk/GrVkMemory.h View 1 chunk +0 lines, -35 lines 0 comments Download
D src/gpu/vk/GrVkMemory.cpp View 1 chunk +0 lines, -157 lines 0 comments Download
D src/gpu/vk/GrVkPipeline.h View 1 chunk +0 lines, -49 lines 0 comments Download
D src/gpu/vk/GrVkPipeline.cpp View 1 chunk +0 lines, -507 lines 0 comments Download
D src/gpu/vk/GrVkProgram.h View 1 chunk +0 lines, -161 lines 0 comments Download
D src/gpu/vk/GrVkProgram.cpp View 1 chunk +0 lines, -367 lines 0 comments Download
D src/gpu/vk/GrVkProgramBuilder.h View 1 chunk +0 lines, -74 lines 0 comments Download
D src/gpu/vk/GrVkProgramBuilder.cpp View 1 chunk +0 lines, -323 lines 0 comments Download
D src/gpu/vk/GrVkProgramDataManager.h View 1 chunk +0 lines, -70 lines 0 comments Download
D src/gpu/vk/GrVkProgramDataManager.cpp View 1 chunk +0 lines, -315 lines 0 comments Download
D src/gpu/vk/GrVkProgramDesc.h View 1 chunk +0 lines, -69 lines 0 comments Download
D src/gpu/vk/GrVkProgramDesc.cpp View 1 chunk +0 lines, -155 lines 0 comments Download
D src/gpu/vk/GrVkRenderPass.h View 1 chunk +0 lines, -90 lines 0 comments Download
D src/gpu/vk/GrVkRenderPass.cpp View 1 chunk +0 lines, -220 lines 0 comments Download
D src/gpu/vk/GrVkRenderTarget.h View 1 chunk +0 lines, -137 lines 0 comments Download
D src/gpu/vk/GrVkRenderTarget.cpp View 1 chunk +0 lines, -391 lines 0 comments Download
D src/gpu/vk/GrVkResource.h View 1 chunk +0 lines, -170 lines 0 comments Download
D src/gpu/vk/GrVkResourceProvider.h View 1 chunk +0 lines, -77 lines 0 comments Download
D src/gpu/vk/GrVkResourceProvider.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
D src/gpu/vk/GrVkSampler.h View 1 chunk +0 lines, -35 lines 0 comments Download
D src/gpu/vk/GrVkSampler.cpp View 1 chunk +0 lines, -74 lines 0 comments Download
D src/gpu/vk/GrVkStencilAttachment.h View 1 chunk +0 lines, -62 lines 0 comments Download
D src/gpu/vk/GrVkStencilAttachment.cpp View 1 chunk +0 lines, -105 lines 0 comments Download
D src/gpu/vk/GrVkTexture.h View 1 chunk +0 lines, -61 lines 0 comments Download
D src/gpu/vk/GrVkTexture.cpp View 1 chunk +0 lines, -124 lines 0 comments Download
D src/gpu/vk/GrVkTextureRenderTarget.h View 1 chunk +0 lines, -89 lines 0 comments Download
D src/gpu/vk/GrVkTextureRenderTarget.cpp View 1 chunk +0 lines, -150 lines 0 comments Download
D src/gpu/vk/GrVkTransferBuffer.h View 1 chunk +0 lines, -54 lines 0 comments Download
D src/gpu/vk/GrVkTransferBuffer.cpp View 1 chunk +0 lines, -58 lines 0 comments Download
D src/gpu/vk/GrVkUniformBuffer.h View 1 chunk +0 lines, -45 lines 0 comments Download
D src/gpu/vk/GrVkUniformBuffer.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D src/gpu/vk/GrVkUniformHandler.h View 1 chunk +0 lines, -85 lines 0 comments Download
D src/gpu/vk/GrVkUniformHandler.cpp View 1 chunk +0 lines, -149 lines 0 comments Download
D src/gpu/vk/GrVkUtil.h View 1 chunk +0 lines, -36 lines 0 comments Download
D src/gpu/vk/GrVkUtil.cpp View 1 chunk +0 lines, -94 lines 0 comments Download
D src/gpu/vk/GrVkVaryingHandler.h View 1 chunk +0 lines, -27 lines 0 comments Download
D src/gpu/vk/GrVkVaryingHandler.cpp View 1 chunk +0 lines, -26 lines 0 comments Download
D src/gpu/vk/GrVkVertexBuffer.h View 1 chunk +0 lines, -38 lines 0 comments Download
D src/gpu/vk/GrVkVertexBuffer.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D tests/VkClearTests.cpp View 1 chunk +0 lines, -218 lines 0 comments Download
D tests/VkUploadPixelsTests.cpp View 1 chunk +0 lines, -160 lines 0 comments Download
D third_party/shaderc/Debug/OGLCompiler.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/OSDependent.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/SPIRV.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/SPIRV-Tools.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/glslang.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/shaderc.lib View Binary file 0 comments Download
D third_party/shaderc/Debug/shaderc_util.lib View Binary file 0 comments Download
D third_party/shaderc/Release/OGLCompiler.lib View Binary file 0 comments Download
D third_party/shaderc/Release/OSDependent.lib View Binary file 0 comments Download
D third_party/shaderc/Release/SPIRV.lib View Binary file 0 comments Download
D third_party/shaderc/Release/SPIRV-Tools.lib View Binary file 0 comments Download
D third_party/shaderc/Release/glslang.lib View Binary file 0 comments Download
D third_party/shaderc/Release/shaderc.lib View Binary file 0 comments Download
D third_party/shaderc/Release/shaderc_util.lib View Binary file 0 comments Download
D third_party/shaderc/shaderc.h View 1 chunk +0 lines, -327 lines 0 comments Download
D third_party/vulkan/vk_platform.h View 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/vulkan/vulkan.h View 1 chunk +0 lines, -3775 lines 0 comments Download
D third_party/vulkan/vulkan-1.lib View Binary file 0 comments Download
D tools/generate_vk_interface.sh View 1 chunk +0 lines, -34 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
egdaniel
Created Revert of Add vulkan files into skia repo.
4 years, 10 months ago (2016-02-22 14:17:20 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1723503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1723503002/1
4 years, 10 months ago (2016-02-22 14:17:29 UTC) #2
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 14:17:57 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/ad3a13c4c34d300882b8f9a5fdb98ad34a9df55b

Powered by Google App Engine
This is Rietveld 408576698