Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll ANGLE from 6a09e41ce6ea to feb0d11b45dd (154 revisions) #45064

Conversation

skia-flutter-autoroll
Copy link
Contributor

Roll ANGLE from 6a09e41ce6ea to feb0d11b45dd (154 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/6a09e41ce6ea..feb0d11b45dd

2023-08-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1fb2f09080d7 to 8f3cfbeff2e9 (9 revisions)
2023-08-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0e1c462e01ac to cbda6c2d6318 (567 revisions)
2023-08-23 syoussefi@chromium.org GL: Fix EAGL build
2023-08-23 yuxinhu@google.com Remove test skips on dEQP-EGL.functional.swap_buffers*
2023-08-23 lexa.knyazev@gmail.com GL: Disable EXT_texture_mirror_clamp_to_edge on Mesa
2023-08-23 syoussefi@chromium.org Remove program executable backup during link
2023-08-23 syoussefi@chromium.org Reland: Vulkan: Move SPIR-V set up to link job
2023-08-23 syoussefi@chromium.org Translator: remove usage of contains()
2023-08-23 cnorthrop@google.com Traces: Upgrade octopath_traveler
2023-08-23 syoussefi@chromium.org Reland: Vulkan: Move default uniform init to link job
2023-08-23 romanl@google.com Trace perf: power metric uWs/frame -> W, exclude startup&teard
2023-08-23 cnorthrop@google.com Tests: Skip injustice_2 on Windows/Nvidia
2023-08-23 lexa.knyazev@gmail.com GL: Add disableRenderSnorm workaround
2023-08-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from dd175d86ee90 to 0e1c462e01ac (1385 revisions)
2023-08-23 syoussefi@chromium.org GL: Remove parallel compile/link without driver support
2023-08-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2cb515574109 to 1fb2f09080d7 (15 revisions)
2023-08-22 romanl@google.com end2end test with --use-gl fails with a note
2023-08-22 romanl@google.com Cleanup: 'am instrument' readability and consistency
2023-08-22 romanl@google.com Trace perf: log script args in the spreadsheet
2023-08-22 romanl@google.com Trace perf: add test crash handling
2023-08-22 romanl@google.com Trace perf: subprocess.wait() -> subprocess.communicate()
2023-08-22 mark@lunarg.com Tests: Add Injustice 2 trace
2023-08-22 syoussefi@chromium.org Manual roll vulkan-deps from aa121378c102 to 2cb515574109 (9 revisions)
2023-08-22 syoussefi@chromium.org Make shader recompile while parallel linking safe
2023-08-22 j.vigil@samsung.com Add tiling mode for GL_EXT_memory_objects
2023-08-22 yuxinhu@google.com Disable NativeWindow screen read capability on non-win32 platform
2023-08-22 lexa.knyazev@gmail.com Metal: Support incomplete integer textures
2023-08-22 geofflang@chromium.org EGL: Make sure unitialize values don't leak into configs
2023-08-22 jonahr@google.com Rescope globals only used in one function to function-local.
2023-08-22 lpy@google.com Revert "Move ANGLE binaries to /system/${LIB}."
2023-08-22 hao.x.li@intel.com D3D11: Add device id to the render string
2023-08-22 vapier@chromium.org gtest: disable legacy test case API
2023-08-22 lpy@google.com Move ANGLE binaries to /system/${LIB}.
2023-08-21 romanl@google.com Perf tests: move calibration out of run() to SetUp()
2023-08-21 romanl@google.com android_helper cleanup: remove smoke test and timeout
2023-08-21 aeubanks@google.com Mark more TraceFunctions methods as pure virtual
2023-08-21 mikes@lunarg.com Tests: Add Stumble Guys trace
2023-08-21 ynovikov@chromium.org Don't roll siso into AOSP
2023-08-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 14d9936ef38c to aa121378c102 (8 revisions)
2023-08-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 19b3acaded0d to dd175d86ee90 (646 revisions)
2023-08-18 cclao@google.com Move more ProgramExecutable basic type vars to mBasicDataTypeStruct
2023-08-18 romanl@google.com Traces: LoadBinaryData verifies that all data was read
2023-08-18 romanl@google.com Traces: add temporary debug info to LoadBinaryData
2023-08-18 mikes@lunarg.com Workaround for tex buffer type mismatch
2023-08-18 cclao@google.com Group all ProgramExecutable basic data type members into a struct
2023-08-18 abdolrashidi@google.com Vulkan: Add VMA 3.0 support in ANGLE
...

https://chromium.googlesource.com/angle/angle.git/+log/6a09e41ce6ea..feb0d11b45dd

2023-08-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1fb2f09080d7 to 8f3cfbeff2e9 (9 revisions)
2023-08-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0e1c462e01ac to cbda6c2d6318 (567 revisions)
2023-08-23 syoussefi@chromium.org GL: Fix EAGL build
2023-08-23 yuxinhu@google.com Remove test skips on dEQP-EGL.functional.swap_buffers*
2023-08-23 lexa.knyazev@gmail.com GL: Disable EXT_texture_mirror_clamp_to_edge on Mesa
2023-08-23 syoussefi@chromium.org Remove program executable backup during link
2023-08-23 syoussefi@chromium.org Reland: Vulkan: Move SPIR-V set up to link job
2023-08-23 syoussefi@chromium.org Translator: remove usage of contains()
2023-08-23 cnorthrop@google.com Traces: Upgrade octopath_traveler
2023-08-23 syoussefi@chromium.org Reland: Vulkan: Move default uniform init to link job
2023-08-23 romanl@google.com Trace perf: power metric uWs/frame -> W, exclude startup&teard
2023-08-23 cnorthrop@google.com Tests: Skip injustice_2 on Windows/Nvidia
2023-08-23 lexa.knyazev@gmail.com GL: Add disableRenderSnorm workaround
2023-08-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from dd175d86ee90 to 0e1c462e01ac (1385 revisions)
2023-08-23 syoussefi@chromium.org GL: Remove parallel compile/link without driver support
2023-08-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2cb515574109 to 1fb2f09080d7 (15 revisions)
2023-08-22 romanl@google.com end2end test with --use-gl fails with a note
2023-08-22 romanl@google.com Cleanup: 'am instrument' readability and consistency
2023-08-22 romanl@google.com Trace perf: log script args in the spreadsheet
2023-08-22 romanl@google.com Trace perf: add test crash handling
2023-08-22 romanl@google.com Trace perf: subprocess.wait() -> subprocess.communicate()
2023-08-22 mark@lunarg.com Tests: Add Injustice 2 trace
2023-08-22 syoussefi@chromium.org Manual roll vulkan-deps from aa121378c102 to 2cb515574109 (9 revisions)
2023-08-22 syoussefi@chromium.org Make shader recompile while parallel linking safe
2023-08-22 j.vigil@samsung.com Add tiling mode for GL_EXT_memory_objects
2023-08-22 yuxinhu@google.com Disable NativeWindow screen read capability on non-win32 platform
2023-08-22 lexa.knyazev@gmail.com Metal: Support incomplete integer textures
2023-08-22 geofflang@chromium.org EGL: Make sure unitialize values don't leak into configs
2023-08-22 jonahr@google.com Rescope globals only used in one function to function-local.
2023-08-22 lpy@google.com Revert "Move ANGLE binaries to /system/${LIB}."
2023-08-22 hao.x.li@intel.com D3D11: Add device id to the render string
2023-08-22 vapier@chromium.org gtest: disable legacy test case API
2023-08-22 lpy@google.com Move ANGLE binaries to /system/${LIB}.
2023-08-21 romanl@google.com Perf tests: move calibration out of run() to SetUp()
2023-08-21 romanl@google.com android_helper cleanup: remove smoke test and timeout
2023-08-21 aeubanks@google.com Mark more TraceFunctions methods as pure virtual
2023-08-21 mikes@lunarg.com Tests: Add Stumble Guys trace
2023-08-21 ynovikov@chromium.org Don't roll siso into AOSP
2023-08-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 14d9936ef38c to aa121378c102 (8 revisions)
2023-08-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 19b3acaded0d to dd175d86ee90 (646 revisions)
2023-08-18 cclao@google.com Move more ProgramExecutable basic type vars to mBasicDataTypeStruct
2023-08-18 romanl@google.com Traces: LoadBinaryData verifies that all data was read
2023-08-18 romanl@google.com Traces: add temporary debug info to LoadBinaryData
2023-08-18 mikes@lunarg.com Workaround for tex buffer type mismatch
2023-08-18 cclao@google.com Group all ProgramExecutable basic data type members into a struct
2023-08-18 abdolrashidi@google.com Vulkan: Add VMA 3.0 support in ANGLE
2023-08-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 532cf9c253c0 to c04e157100c1 (17 revisions)
2023-08-18 mark@lunarg.com Capture/Replay: Add optional replay of trimmed resources
2023-08-18 tikuta@chromium.org infra: switch angle builders to use reclient
2023-08-18 yuxinhu@google.com Update deqp_gles31 test expectations files
2023-08-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from cffce1cd0b9e to 14d9936ef38c (6 revisions)
2023-08-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 6edc18195fd8 to 19b3acaded0d (512 revisions)
2023-08-18 cclao@google.com Reland "Tightly pack LinkedUniform by using int16_t"
2023-08-17 romanl@google.com Android: improve error message due to missing trace libs
2023-08-17 ynovikov@chromium.org Add reclient and siso dependencies
2023-08-17 yuxinhu@google.com Update deqp_gles3* test expectations
2023-08-17 cclao@google.com Pack and reduce Program::mProgramInput size
2023-08-17 romanl@google.com Retrace: copy get_min_reqs data over when upgrading
2023-08-17 romanl@google.com Android: support dEQP in android_helper and add bundle script
2023-08-17 lexa.knyazev@gmail.com D3D11: Normalize blend state for MIN/MAX operations
2023-08-17 syoussefi@chromium.org Revert recompile blocking on link
2023-08-17 vpao@google.com Revert "Tightly pack LinkedUniform by using int16_t"
2023-08-17 romanl@google.com Add an assert that capture_tests isn't supported on Android
2023-08-17 tikuta@chromium.org infra/config: add reclient property
2023-08-17 tikuta@chromium.org infra/config: remove unused property
2023-08-17 steven@uplinklabs.net gles: disable MSRTT on Windows/NVIDIA
2023-08-17 romanl@google.com Add regression test for VVL AlphaToCoverage bug
2023-08-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 53e39be12b9e to cffce1cd0b9e (9 revisions)
2023-08-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 28c4ab8a8264 to 6edc18195fd8 (559 revisions)
2023-08-16 syoussefi@chromium.org Warn only once for shader recompile during link
2023-08-16 syoussefi@chromium.org Suppress parallel-link tests on Asan/Windows/SwiftShader
2023-08-16 ynovikov@chromium.org Delete .gitmodules from ANGLE dependencies when rolling into AOSP
2023-08-16 romanl@google.com Gold tests: add temporary logging of angledata hashes
2023-08-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c3ff3250b9e7 to 53e39be12b9e (10 revisions)
2023-08-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9931a5544b75 to 28c4ab8a8264 (455 revisions)
2023-08-15 cclao@google.com Tightly pack LinkedUniform by using int16_t
2023-08-15 lexa.knyazev@gmail.com GL: Add explicitFragmentLocations workaround
2023-08-15 syoussefi@chromium.org Vulkan: Don't access the XFB object during link
2023-08-15 syoussefi@chromium.org Vulkan: Move SPIR-V set up to link job
2023-08-15 syoussefi@chromium.org Vulkan: Move default uniform init to link job
2023-08-15 cnorthrop@google.com Tests: Upgrade blade_and_soul_revolution
2023-08-15 romanl@google.com Android: Make .gz sync faster by only checking last bytes
2023-08-15 syoussefi@chromium.org Infra: Use more shards for SwANGLE/end2end tests on TSAN
2023-08-15 syoussefi@chromium.org Prevent shaders from recompiling while a link job is in progress
2023-08-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2f1df67285b4 to 9931a5544b75 (548 revisions)
2023-08-15 cclao@google.com Load/Save ShaderVariableBuffer::memberIndexes in one memcpy
2023-08-14 cclao@google.com Vulkan: Ensure mComputeDirtyBits is set for potential submission.
2023-08-14 cnorthrop@google.com Docs: Update steps for using experimental CIPD
2023-08-14 cnorthrop@google.com Trace Replay: Allow screenshots of all frames
2023-08-14 kbr@chromium.org Metal: optimize emulated texture formats.
2023-08-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from ce76478186bc to c3ff3250b9e7 (5 revisions)
2023-08-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 99516e709be0 to 2f1df67285b4 (555 revisions)
2023-08-12 abdolrashidi@google.com Update requiredFlags use for VMA image allocations
2023-08-12 syoussefi@chromium.org Vulkan: Basic infra for parallel link
2023-08-11 steven@uplinklabs.net tests: skip SwiftShader tests when building without SwiftShader
2023-08-11 kbr@chromium.org Fix assertion failure with EGL_FOREVER_KHR.
2023-08-11 lexa.knyazev@gmail.com D3D11: Ensure that clip depth mode is synced
2023-08-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from cedd20620c84 to 532cf9c253c0 (14 revisions)
2023-08-11 syoussefi@chromium.org Vulkan: Fix SPIR-V id assignment to user-defined webgl_* names
2023-08-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from c315c894b9d5 to 97bdc453fbed (1 revision)
2023-08-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 59b294f2797c to ce76478186bc (9 revisions)
2023-08-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 653db97a807b to 99516e709be0 (339 revisions)
2023-08-10 agrieve@chromium.org Remove CPEPrefix for //third_party/jdk
2023-08-10 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from ed9dadbd89cd to 59b294f2797c (89 revisions)
2023-08-10 steven@uplinklabs.net Vulkan: allow opt-in to MSRTT emulation via overrides
2023-08-10 steven@uplinklabs.net Vulkan: improve XFB feature dependency checks
2023-08-10 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll Chromium from ea8b2b6926bc to 653db97a807b (714 revisions)
2023-08-10 steven@uplinklabs.net features: frontload feature overrides
2023-08-10 cclao@google.com Vulkan: Fix data race with DynamicDescriptorPool
2023-08-10 geofflang@chromium.org GL: Accept more config options when creating the EGL context
2023-08-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 729e92f8ae07 to c315c894b9d5 (1 revision)
2023-08-09 yuxinhu@google.com Fix write out of bounds on non robust contexts crashes
2023-08-09 steven@uplinklabs.net Vulkan: make fragment shading rate depend on renderpass2
2023-08-09 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll Chromium from e37ae34e9fdf to ea8b2b6926bc (381 revisions)
2023-08-09 ynovikov@chromium.org Add experimental Mac NVIDIA bot specs
2023-08-09 syoussefi@chromium.org Respect KHR_parallel_shader_compile for program link
2023-08-09 geofflang@chromium.org zero-initialize all memory in LinkedUniform.
2023-08-09 kkinnunen@apple.com Revert "Metal: initialize std::arrays in mtl_render_utils"
2023-08-09 sokcevic@chromium.org Remove dummy chromium from git submodules
2023-08-08 ynovikov@chromium.org Roll chromium_revision 2140415f50..e37ae34e9f (1179456:1181024)
2023-08-08 cclao@google.com Remove "const UniformTypeInfo *typeInfo" from struct LinkedUniform
2023-08-08 kkinnunen@apple.com Metal: initialize std::arrays in mtl_render_utils
2023-08-08 phanquangminh217@gmail.com gpu_info_util: Close X11 display after usage
2023-08-07 kbr@chromium.org Metal: upstream "UBO convert only whole block".
2023-08-07 m.maiya@samsung.com Vulkan: Retain loadOp when there is a resolve attachment
2023-08-07 cclao@google.com Simplify struct LinkedUniform a bit more
2023-08-07 cclao@google.com load/save entire std::vector<LinkedUniform> with one call.
2023-08-07 cclao@google.com Move name and mappedName out of LinkedUniform struct
2023-08-07 jojwang@google.com Add Gitmodules to angle.
2023-08-07 abdolrashidi@google.com Vulkan: Remove type indices with host-visible bit
2023-08-07 cclao@google.com Change LinkedUniform::arraySizes from std::vector to unsigned int
2023-08-07 hob@chromium.org Use offscreen DisplayVk on ChromeOS
2023-08-07 geofflang@chromium.org Validate program binaries are the same CPU bit-ness.
2023-08-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 00cccd7cf562 to cedd20620c84 (11 revisions)
2023-08-07 kbr@chromium.org Metal: disable fastmath less often.
2023-08-07 steven@uplinklabs.net ANGLETest: fix crashes when switching between GLESDriverTypes
2023-08-04 solti@google.com update Wrangler runbook
2023-08-04 cclao@google.com Embed ActiveVariable into BufferVariable and ShaderVariableBuffer
2023-08-04 cclao@google.com Group fixed sized data of LinkedUniform into a struct
2023-08-04 cclao@google.com Pack booleans inside struct LinkedUniform into bitfields
2023-08-04 jojwang@google.com Gitmodules: Remove unused androidx_browser.
2023-08-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5b2aecb232a1 to 2140415f507f (1184 revisions)
2023-08-04 jojwang@google.com Update llvm repo paths.
2023-08-03 lexa.knyazev@gmail.com Adjust ANGLE_stencil_texturing specification
2023-08-03 kkinnunen@apple.com Metal: Check the full generated default shader in
2023-08-03 geofflang@chromium.org Metal: Enable fast math based on runtime OS version checks.
2023-08-03 steven@uplinklabs.net Display: remove redundant 'metal' ANGLE_DEFAULT_PLATFORM
2023-08-03 solti@google.com Vulkan: Drop VkAHBFormatPropertiesANDROID for BLOB
2023-08-03 cclao@google.com Let UniformLinker uses its own struct instead of LinkedUniform
2023-08-03 cclao@google.com Embed sh::ShaderVariable data member into gl::LinkedUniform
2023-08-03 cclao@google.com Remove unused code in ProgramPipeline
2023-08-03 i.nazarov@samsung.com Perform Display terminate(InternalCleanup) from makeCurrent()
2023-08-03 kbr@chromium.org Metal: expand shader dumping documentation for WebKit/Safari.
2023-08-03 i.nazarov@samsung.com Add EGL_BAD_ACCESS validation into ValidateMakeCurrent

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com,jimgraham@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 24, 2023
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the angle-flutter-engine-7d670623-68b1-4cd5-9398-a7e49173301c-1692891111 branch from 981f089 to aba2e04 Compare August 24, 2023 15:32
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Aug 24, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Aug 24, 2023

auto label is removed for flutter/engine/45064, due to - The status or check suite Windows windows_host_engine has failed. Please fix the issues identified (or deflake) before re-applying this label.

@skia-flutter-autoroll
Copy link
Contributor Author

Commit queue failed; closing this roll.

@skia-flutter-autoroll skia-flutter-autoroll deleted the angle-flutter-engine-7d670623-68b1-4cd5-9398-a7e49173301c-1692891111 branch August 31, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants