From 005f9c9d08c8a3096ffcdc4b96fa6041fdba643c Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 21 Jun 2023 18:37:22 -0400 Subject: [PATCH] Roll ANGLE from 3a3a3c655a96 to ac263582dda4 (60 revisions) (flutter/engine#43062) Roll ANGLE from 3a3a3c655a96 to ac263582dda4 (60 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3a3a3c655a96..ac263582dda4 2023-06-21 steven@uplinklabs.net Vulkan: add workaround for VK_EXT_full_screen_exclusive on AMD 2023-06-21 thakis@chromium.org [apple] Fix build with newer libc++ 2023-06-21 ynovikov@chromium.org Temporarily remove NVIDIA testing from mac-test 2023-06-21 geofflang@chromium.org Add internal format to TexStorage validation errors 2023-06-21 syoussefi@chromium.org Update OWNERS 2023-06-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 90577eb35eea to bcc1118ec796 (12 revisions) 2023-06-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 4c627b09fbd1 to 75b049842ff8 (625 revisions) 2023-06-20 steven@uplinklabs.net Vulkan: disable graphics_pipeline_library on old NVIDIA drivers 2023-06-20 syoussefi@chromium.org Remove unused helper classes 2023-06-20 steven@uplinklabs.net Vulkan: copy drawIndirectFirstInstance from physical device features 2023-06-20 steven@uplinklabs.net optimize glShaderSource string concatenation 2023-06-20 steven@uplinklabs.net Vulkan: detect Apple GPU as being a tile-based renderer 2023-06-20 steven@uplinklabs.net Vulkan: avoid crash on AMD drivers with MSRTT emulation 2023-06-20 steven@uplinklabs.net D3D11: unbreak instanced indirect multidraw with ushort indices 2023-06-20 romanl@google.com Assert !is_official_build in Android builds. 2023-06-20 syoussefi@chromium.org Vulkan: Deduplicate SpvAssignLocations call in program pipeline 2023-06-20 geofflang@chromium.org Metal: Refactor hasValidRenderTarget checks 2023-06-20 amy@amyspark.me GL: fall back to WGL if EGL_ANGLE_surface_orientation unset 2023-06-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 7fcb3c6e0082 to f29bd2feeaff (19 revisions) 2023-06-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c5656423525b to 90577eb35eea (5 revisions) 2023-06-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from cc7a0bd198ec to 4c627b09fbd1 (415 revisions) 2023-06-20 syoussefi@chromium.org Vulkan: Mark the location of vertex output in the compiler 2023-06-20 syoussefi@chromium.org Vulkan: Mark the location of xfb emulation in the compiler 2023-06-19 syoussefi@chromium.org Vulkan: Mark the beginning of the shader in the compiler 2023-06-19 geofflang@chromium.org Metal: Cache render pipelines at the context level 2023-06-19 syoussefi@chromium.org Fix clearing of extended dirty bits in draw calls 2023-06-19 syoussefi@chromium.org Vulkan: Don't output SPIR-V debug info in release 2023-06-19 syoussefi@chromium.org Vulkan: Use user names directly in SPIR-V 2023-06-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 58c6e1ea988a to c5656423525b (18 revisions) 2023-06-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 7df45c601f1c to cc7a0bd198ec (1481 revisions) 2023-06-17 syoussefi@chromium.org Vulkan: Use SPIR-V ids instead of names in the transformer 2023-06-16 syoussefi@chromium.org Vulkan: Refactor framebuffer fetch shader emulation 2023-06-16 mark@lunarg.com Android: Add Pixel 7 entries to End2End expectations 2023-06-16 romanl@google.com Remove _shardN suffix from tests when it's not necessary. 2023-06-16 geofflang@chromium.org Turn CreateMTLRenderPipelineDescriptor into a method 2023-06-16 geofflang@chromium.org Metal: Remove copy constructors in various util classes 2023-06-16 blundell@chromium.org Record duration of syncFromNativeContext() 2023-06-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from f7646f53ba61 to 7fcb3c6e0082 (1 revision) 2023-06-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from cebf5626ca50 to 58c6e1ea988a (14 revisions) 2023-06-16 amy@amyspark.me Validate GL backend after dispatch table initialization 2023-06-15 romanl@google.com Capture/Replay: Initial setup for angle_capture_tests 2023-06-15 i.nazarov@samsung.com Add isContextMutexStateConsistent() ASSERT 2023-06-15 romanl@google.com Make Test spec JSON generator hashless. 2023-06-15 geofflang@chromium.org Metal: Set alphaToCoverageEnabled in checkIfPipelineChanged 2023-06-15 fangzhoug@chromium.org Mali: Make the placeholder FBO complete for timer queries 2023-06-15 ynovikov@chromium.org Add ANGLE experimental SwiftShader builders ... --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4862da46f1f..f6fd21f3681 100644 --- a/DEPS +++ b/DEPS @@ -635,7 +635,7 @@ deps = { Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5f9ed9b16931c7155171d31f75004f73f0a3abc8', 'src/third_party/angle': - Var('chromium_git') + '/angle/angle.git' + '@' + '3a3a3c655a96200dcea9543f29e3042a1e0838f0', + Var('chromium_git') + '/angle/angle.git' + '@' + 'ac263582dda4a69260231820602dcba202334028', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',