Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll ANGLE from 6a09e41ce6ea to 962fdf7b7882 (224 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/6a09e41ce6ea..962fdf7b7882 2023-09-01 [email protected] Add templated BinaryOutputStream::writeVector and writeStruct 2023-09-01 [email protected] Tests: Limit CapturedTest to Vulkan backend 2023-09-01 [email protected] Traces: temporary patch to log zlib message on failure 2023-09-01 [email protected] Roll VK-GL-CTS from a745d5c29c56 to 385ae8bed1f9 (7 revisions) 2023-09-01 [email protected] Revert "Gold tests: add temporary logging of angledata hashes" 2023-09-01 [email protected] Revert "Traces: add temporary debug info to LoadBinaryData" 2023-09-01 [email protected] Roll vulkan-deps from 988fe1c529b0 to 15007d22798e (6 revisions) 2023-09-01 [email protected] Roll Chromium from f59e85c23631 to 613933d34730 (499 revisions) 2023-09-01 [email protected] Validate missing fragment outputs for dual-source blending 2023-09-01 [email protected] Add more test for GL_SRGB8 format 2023-08-31 [email protected] Skip 2 DrawCallPerfBenchmark tests on Pixel 6 2023-08-31 [email protected] Manual roll vulkan-deps from a446c6320b6b to 988fe1c529b0 (28 revisions) 2023-08-31 [email protected] Move transform feedback buffer mode to program state 2023-08-31 [email protected] Manual roll Chromium from 90200ab2e92a to f59e85c23631 (744 revisions) 2023-08-31 [email protected] Clean up InfoLog usage during link 2023-08-31 [email protected] D3D11: Fix register index of read-only storage images 2023-08-31 [email protected] Remove link results from program hash 2023-08-31 [email protected] Don't sync reclient on linux arm64 2023-08-31 [email protected] Cleanup: remove tests.csv 2023-08-31 [email protected] d3d11: avoid exit-time-destructor warning 2023-08-31 [email protected] Handle Qualcomm's Windows vendor ID. 2023-08-31 [email protected] D3D11: Fix the compilation of vertex shader with storage image 2023-08-31 [email protected] Tests: EGLMakeCurrentPerfTest loads GLES 2023-08-31 [email protected] Vulkan: disallow pbo copies when offset is incompatible with vulkan 2023-08-30 [email protected] Add GL_RGBX8_SRGB_ANGLEX and GL_BGRX8_SRGB_ANGLEX formats 2023-08-30 [email protected] Check that postTask is non-null before calling it. 2023-08-30 [email protected] [DEPS] Use Var instead of {} in DEPS 2023-08-30 [email protected] Metal: Fix dropped out arguments from functions with many args. 2023-08-30 [email protected] Vulkan: Support EGL_EXT_gl_colorspace_bt2020 2023-08-30 [email protected] Add support for EGL_MESA_platfrom_surfaceless extension 2023-08-30 [email protected] egl: Fix device fallback if native display eglInitialize fails 2023-08-30 [email protected] Roll Chromium from e2ad2e99dc98 to 90200ab2e92a (420 revisions) 2023-08-30 [email protected] Move pre-link program state to ProgramState 2023-08-30 [email protected] Validate active draw buffers for dual-source blending 2023-08-30 [email protected] Vulkan: Stop passing both ProgramExecutable and ...Vk around 2023-08-30 [email protected] Metal: Move program state to ProgramExecutableMtl 2023-08-30 [email protected] GL: Move program state to ProgramExecutableGL 2023-08-30 [email protected] Move left over link state to ProgramExecutable 2023-08-29 [email protected] Return the vendor string as hex when it is unknown. 2023-08-29 [email protected] Add build overrides for Vulkan Utility Libraries 2023-08-29 [email protected] D3D: Move program state to ProgramExecutableD3D 2023-08-29 [email protected] EGL: Update EGL headers 2023-08-29 [email protected] Make ProgramExecutableImpl managed by ProgramExecutable 2023-08-29 [email protected] Manual roll Chromium from 2f13938f5894 to e2ad2e99dc98 (165 revisions) 2023-08-29 [email protected] Roll vulkan-deps from d213632452c2 to a446c6320b6b (9 revisions) 2023-08-29 [email protected] Roll Chromium from 92b28610c8f3 to 2f13938f5894 (510 revisions) 2023-08-28 [email protected] Trace/perf tests: remove calibration and most warmup options 2023-08-28 [email protected] Fix fragment output variables validation 2023-08-28 [email protected] Roll vulkan-deps from 5ed8fabd1030 to d213632452c2 (14 revisions) 2023-08-28 [email protected] Roll SwiftShader from a147f6c5192a to 32f9332d1d7a (1 revision) 2023-08-28 [email protected] Roll Chromium from 3b473fe59c6b to 92b28610c8f3 (662 revisions) 2023-08-28 [email protected] Temporarily remove trace bots from CQ 2023-08-25 [email protected] Vulkan: Make sure ProgramVk has no members other than executable 2023-08-25 [email protected] Ensure struct SamplerBinding is tightly packed without padding 2023-08-25 [email protected] Roll VK-GL-CTS from c04e157100c1 to a745d5c29c56 (8 revisions) 2023-08-25 [email protected] Roll vulkan-deps from 8f3cfbeff2e9 to 5ed8fabd1030 (11 revisions) 2023-08-25 [email protected] Roll SwiftShader from 97bdc453fbed to a147f6c5192a (1 revision) 2023-08-25 [email protected] Roll Chromium from cbda6c2d6318 to 3b473fe59c6b (518 revisions) 2023-08-25 [email protected] Remove scripts/perf_test_runner.py and references to it 2023-08-25 [email protected] Frontend: Remove link job dependence to context 2023-08-25 [email protected] Metal: Reduce link job dependence to context 2023-08-24 [email protected] D3D: Remove link job dependence to context 2023-08-24 [email protected] Vulkan: Move pipeline/desc-set layout creation to link job 2023-08-24 [email protected] Add static_assert(std::is_trivially_copyable<LinkedUniform>(),"") 2023-08-24 [email protected] Separate out std::vector<GLuint> boundTextureUnits from SamplerBinding 2023-08-24 [email protected] Vulkan: Move mVariableInfoMap load/save to its own class 2023-08-24 [email protected] Vulkan: Switch ShaderInfo::load to use readBytes 2023-08-24 [email protected] Cleanup: remove unused ANGLE_ASSERT_IMPL 2023-08-24 [email protected] Traces: Update steps for upgrading traces 2023-08-24 [email protected] Perf tests: call base class SetUp in all tests 2023-08-24 [email protected] Roll vulkan-deps from 1fb2f09080d7 to 8f3cfbeff2e9 (9 revisions) 2023-08-24 [email protected] Roll Chromium from 0e1c462e01ac to cbda6c2d6318 (567 revisions) 2023-08-23 [email protected] GL: Fix EAGL build 2023-08-23 [email protected] Remove test skips on dEQP-EGL.functional.swap_buffers* 2023-08-23 [email protected] GL: Disable EXT_texture_mirror_clamp_to_edge on Mesa 2023-08-23 [email protected] Remove program executable backup during link 2023-08-23 [email protected] Reland: Vulkan: Move SPIR-V set up to link job 2023-08-23 [email protected] Translator: remove usage of contains() 2023-08-23 [email protected] Traces: Upgrade octopath_traveler 2023-08-23 [email protected] Reland: Vulkan: Move default uniform init to link job 2023-08-23 [email protected] Trace perf: power metric uWs/frame -> W, exclude startup&teard 2023-08-23 [email protected] Tests: Skip injustice_2 on Windows/Nvidia 2023-08-23 [email protected] GL: Add disableRenderSnorm workaround 2023-08-23 [email protected] Roll Chromium from dd175d86ee90 to 0e1c462e01ac (1385 revisions) 2023-08-23 [email protected] GL: Remove parallel compile/link without driver support 2023-08-23 [email protected] Roll vulkan-deps from 2cb515574109 to 1fb2f09080d7 (15 revisions) 2023-08-22 [email protected] end2end test with --use-gl fails with a note 2023-08-22 [email protected] Cleanup: 'am instrument' readability and consistency 2023-08-22 [email protected] Trace perf: log script args in the spreadsheet 2023-08-22 [email protected] Trace perf: add test crash handling 2023-08-22 [email protected] Trace perf: subprocess.wait() -> subprocess.communicate() 2023-08-22 [email protected] Tests: Add Injustice 2 trace 2023-08-22 [email protected] Manual roll vulkan-deps from aa121378c102 to 2cb515574109 (9 revisions) 2023-08-22 [email protected] Make shader recompile while parallel linking safe 2023-08-22 [email protected] Add tiling mode for GL_EXT_memory_objects 2023-08-22 [email protected] Disable NativeWindow screen read capability on non-win32 platform 2023-08-22 [email protected] Metal: Support incomplete integer textures 2023-08-22 [email protected] EGL: Make sure unitialize values don't leak into configs 2023-08-22 [email protected] Rescope globals only used in one function to function-local. 2023-08-22 [email protected] Revert "Move ANGLE binaries to /system/${LIB}." 2023-08-22 [email protected] D3D11: Add device id to the render string 2023-08-22 [email protected] gtest: disable legacy test case API 2023-08-22 [email protected] Move ANGLE binaries to /system/${LIB}. 2023-08-21 [email protected] Perf tests: move calibration out of run() to SetUp() 2023-08-21 [email protected] android_helper cleanup: remove smoke test and timeout 2023-08-21 [email protected] Mark more TraceFunctions methods as pure virtual 2023-08-21 [email protected] Tests: Add Stumble Guys trace 2023-08-21 [email protected] Don't roll siso into AOSP 2023-08-21 [email protected] Roll vulkan-deps from 14d9936ef38c to aa121378c102 (8 revisions) 2023-08-21 [email protected] Roll Chromium from 19b3acaded0d to dd175d86ee90 (646 revisions) 2023-08-18 [email protected] Move more ProgramExecutable basic type vars to mBasicDataTypeStruct 2023-08-18 [email protected] Traces: LoadBinaryData verifies that all data was read 2023-08-18 [email protected] Traces: add temporary debug info to LoadBinaryData 2023-08-18 [email protected] Workaround for tex buffer type mismatch 2023-08-18 [email protected] Group all ProgramExecutable basic data type members into a struct 2023-08-18 [email protected] Vulkan: Add VMA 3.0 support in ANGLE 2023-08-18 [email protected] Roll VK-GL-CTS from 532cf9c253c0 to c04e157100c1 (17 revisions) 2023-08-18 [email protected] Capture/Replay: Add optional replay of trimmed resources 2023-08-18 [email protected] infra: switch angle builders to use reclient 2023-08-18 [email protected] Update deqp_gles31 test expectations files 2023-08-18 [email protected] Roll vulkan-deps from cffce1cd0b9e to 14d9936ef38c (6 revisions) 2023-08-18 [email protected] Roll Chromium from 6edc18195fd8 to 19b3acaded0d (512 revisions) 2023-08-18 [email protected] Reland "Tightly pack LinkedUniform by using int16_t" 2023-08-17 [email protected] Android: improve error message due to missing trace libs 2023-08-17 [email protected] Add reclient and siso dependencies 2023-08-17 [email protected] Update deqp_gles3* test expectations 2023-08-17 [email protected] Pack and reduce Program::mProgramInput size 2023-08-17 [email protected] Retrace: copy get_min_reqs data over when upgrading 2023-08-17 [email protected] Android: support dEQP in android_helper and add bundle script 2023-08-17 [email protected] D3D11: Normalize blend state for MIN/MAX operations 2023-08-17 [email protected] Revert recompile blocking on link 2023-08-17 [email protected] Revert "Tightly pack LinkedUniform by using int16_t" 2023-08-17 [email protected] Add an assert that capture_tests isn't supported on Android 2023-08-17 [email protected] infra/config: add reclient property 2023-08-17 [email protected] infra/config: remove unused property 2023-08-17 [email protected] gles: disable MSRTT on Windows/NVIDIA 2023-08-17 [email protected] Add regression test for VVL AlphaToCoverage bug 2023-08-17 [email protected] Roll vulkan-deps from 53e39be12b9e to cffce1cd0b9e (9 revisions) 2023-08-17 [email protected] Roll Chromium from 28c4ab8a8264 to 6edc18195fd8 (559 revisions) 2023-08-16 [email protected] Warn only once for shader recompile during link 2023-08-16 [email protected] Suppress parallel-link tests on Asan/Windows/SwiftShader 2023-08-16 [email protected] Delete .gitmodules from ANGLE dependencies when rolling into AOSP 2023-08-16 [email protected] Gold tests: add temporary logging of angledata hashes 2023-08-16 [email protected] Roll vulkan-deps from c3ff3250b9e7 to 53e39be12b9e (10 revisions) 2023-08-16 [email protected] Roll Chromium from 9931a5544b75 to 28c4ab8a8264 (455 revisions) 2023-08-15 [email protected] Tightly pack LinkedUniform by using int16_t 2023-08-15 [email protected] GL: Add explicitFragmentLocations workaround 2023-08-15 [email protected] Vulkan: Don't access the XFB object during link 2023-08-15 [email protected] Vulkan: Move SPIR-V set up to link job 2023-08-15 [email protected] Vulkan: Move default uniform init to link job 2023-08-15 [email protected] Tests: Upgrade blade_and_soul_revolution 2023-08-15 [email protected] Android: Make .gz sync faster by only checking last bytes 2023-08-15 [email protected] Infra: Use more shards for SwANGLE/end2end tests on TSAN 2023-08-15 [email protected] Prevent shaders from recompiling while a link job is in progress 2023-08-15 [email protected] Roll Chromium from 2f1df67285b4 to 9931a5544b75 (548 revisions) 2023-08-15 [email protected] Load/Save ShaderVariableBuffer::memberIndexes in one memcpy 2023-08-14 [email protected] Vulkan: Ensure mComputeDirtyBits is set for potential submission. 2023-08-14 [email protected] Docs: Update steps for using experimental CIPD 2023-08-14 [email protected] Trace Replay: Allow screenshots of all frames 2023-08-14 [email protected] Metal: optimize emulated texture formats. 2023-08-14 [email protected] Roll vulkan-deps from ce76478186bc to c3ff3250b9e7 (5 revisions) 2023-08-14 [email protected] Roll Chromium from 99516e709be0 to 2f1df67285b4 (555 revisions) 2023-08-12 [email protected] Update requiredFlags use for VMA image allocations 2023-08-12 [email protected] Vulkan: Basic infra for parallel link 2023-08-11 [email protected] tests: skip SwiftShader tests when building without SwiftShader 2023-08-11 [email protected] Fix assertion failure with EGL_FOREVER_KHR. 2023-08-11 [email protected] D3D11: Ensure that clip depth mode is synced 2023-08-11 [email protected] Roll VK-GL-CTS from cedd20620c84 to 532cf9c253c0 (14 revisions) 2023-08-11 [email protected] Vulkan: Fix SPIR-V id assignment to user-defined webgl_* names 2023-08-11 [email protected] Roll SwiftShader from c315c894b9d5 to 97bdc453fbed (1 revision) 2023-08-11 [email protected] Roll vulkan-deps from 59b294f2797c to ce76478186bc (9 revisions) 2023-08-11 [email protected] Roll Chromium from 653db97a807b to 99516e709be0 (339 revisions) 2023-08-10 [email protected] Remove CPEPrefix for //third_party/jdk 2023-08-10 [email protected] Manual roll vulkan-deps from ed9dadbd89cd to 59b294f2797c (89 revisions) 2023-08-10 [email protected] Vulkan: allow opt-in to MSRTT emulation via overrides 2023-08-10 [email protected] Vulkan: improve XFB feature dependency checks 2023-08-10 [email protected] Manual roll Chromium from ea8b2b6926bc to 653db97a807b (714 revisions) 2023-08-10 [email protected] features: frontload feature overrides 2023-08-10 [email protected] Vulkan: Fix data race with DynamicDescriptorPool 2023-08-10 [email protected] GL: Accept more config options when creating the EGL context 2023-08-10 [email protected] Roll SwiftShader from 729e92f8ae07 to c315c894b9d5 (1 revision) 2023-08-09 [email protected] Fix write out of bounds on non robust contexts crashes 2023-08-09 [email protected] Vulkan: make fragment shading rate depend on renderpass2 2023-08-09 [email protected] Manual roll Chromium from e37ae34e9fdf to ea8b2b6926bc (381 revisions) 2023-08-09 [email protected] Add experimental Mac NVIDIA bot specs 2023-08-09 [email protected] Respect KHR_parallel_shader_compile for program link 2023-08-09 [email protected] zero-initialize all memory in LinkedUniform. 2023-08-09 [email protected] Revert "Metal: initialize std::arrays in mtl_render_utils" 2023-08-09 [email protected] Remove dummy chromium from git submodules 2023-08-08 [email protected] Roll chromium_revision 2140415f50..e37ae34e9f (1179456:1181024) 2023-08-08 [email protected] Remove "const UniformTypeInfo *typeInfo" from struct LinkedUniform 2023-08-08 [email protected] Metal: initialize std::arrays in mtl_render_utils 2023-08-08 [email protected] gpu_info_util: Close X11 display after usage 2023-08-07 [email protected] Metal: upstream "UBO convert only whole block". 2023-08-07 [email protected] Vulkan: Retain loadOp when there is a resolve attachment 2023-08-07 [email protected] Simplify struct LinkedUniform a bit more 2023-08-07 [email protected] load/save entire std::vector<LinkedUniform> with one call. 2023-08-07 [email protected] Move name and mappedName out of LinkedUniform struct 2023-08-07 [email protected] Add Gitmodules to angle. 2023-08-07 [email protected] Vulkan: Remove type indices with host-visible bit 2023-08-07 [email protected] Change LinkedUniform::arraySizes from std::vector to unsigned int 2023-08-07 [email protected] Use offscreen DisplayVk on ChromeOS 2023-08-07 [email protected] Validate program binaries are the same CPU bit-ness. 2023-08-07 [email protected] Roll VK-GL-CTS from 00cccd7cf562 to cedd20620c84 (11 revisions) 2023-08-07 [email protected] Metal: disable fastmath less often. 2023-08-07 [email protected] ANGLETest: fix crashes when switching between GLESDriverTypes 2023-08-04 [email protected] update Wrangler runbook 2023-08-04 [email protected] Embed ActiveVariable into BufferVariable and ShaderVariableBuffer 2023-08-04 [email protected] Group fixed sized data of LinkedUniform into a struct 2023-08-04 [email protected] Pack booleans inside struct LinkedUniform into bitfields 2023-08-04 [email protected] Gitmodules: Remove unused androidx_browser. 2023-08-04 [email protected] Roll Chromium from 5b2aecb232a1 to 2140415f507f (1184 revisions) 2023-08-04 [email protected] Update llvm repo paths. 2023-08-03 [email protected] Adjust ANGLE_stencil_texturing specification 2023-08-03 [email protected] Metal: Check the full generated default shader in 2023-08-03 [email protected] Metal: Enable fast math based on runtime OS version checks. 2023-08-03 [email protected] Display: remove redundant 'metal' ANGLE_DEFAULT_PLATFORM 2023-08-03 [email protected] Vulkan: Drop VkAHBFormatPropertiesANDROID for BLOB 2023-08-03 [email protected] Let UniformLinker uses its own struct instead of LinkedUniform 2023-08-03 [email protected] Embed sh::ShaderVariable data member into gl::LinkedUniform 2023-08-03 [email protected] Remove unused code in ProgramPipeline 2023-08-03 [email protected] Perform Display terminate(InternalCleanup) from makeCurrent() 2023-08-03 [email protected] Metal: expand shader dumping documentation for WebKit/Safari. 2023-08-03 [email protected] 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 [email protected],[email protected] 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
- Loading branch information