• Show log

    Commit

  • Hash : 0905ac07
    Author : Yuly Novikov
    Date : 2024-05-07T16:21:27

    Roll third_party/dawn/ ed2c7c713..5406e9dfb (307 commits; 7 trivial rolls)
    
    https://dawn.googlesource.com/dawn.git/+log/ed2c7c7133fd..5406e9dfbe0b
    
    $ git log ed2c7c713..5406e9dfb --date=short --no-merges --format='%ad %ae %s'
    2024-05-07 cwallez CMake: Fix workaround for CMake < 3.20 generated files.
    2024-05-07 arthursonzogni Add missing header declaration to GN/CMake
    2024-05-07 cwallez ShaderModule.h: Remove a few references to SPIR-V.
    2024-05-07 rharrison Re-enable AF matrix tests
    2024-05-07 jrprice [tint] Link libraries for dlopen
    2024-05-07 jrprice [tint] Fix TINT_BEGIN_DISABLE_ALL_WARNINGS for GCC
    2024-05-07 bclayton [tint][spirv] Remove use of locale
    2024-05-07 cwallez Use an internal version of [Static]SamplerBindingLayout.
    2024-05-07 cwallez Simplify SampleUtils a bit.
    2024-05-07 hitawala [YCbCr Samplers] Use helper for CreateSamplerYcbcrConversion
    2024-05-07 arthursonzogni Reorder member around PNextChainBuilder.
    2024-05-07 cwallez Simplify CppHelloTriangle and rename depth-stencil from samples
    2024-05-07 dawn-autoroll Roll DirectX Shader Compiler from 7db2fc129ab6 to 773b01272719 (1 revision)
    2024-05-07 dawn-autoroll Roll Depot Tools from 94f42f8fe3fe to 4d9ad255f1ad (4 revisions)
    2024-05-07 dawn-autoroll Roll vulkan-deps from b74ef144e313 to c11038d160c6 (26 revisions)
    2024-05-07 dawn-autoroll Roll ANGLE from b0875f124a24 to 5c78d084206f (4 revisions)
    2024-05-07 jrprice [ir] Add Function::AppendParam() helper
    2024-05-07 bsheedy Expand x86 NVIDIA expectations
    2024-05-07 shrekshao [Compat] Fix cube texture for compressed texture
    2024-05-07 jrprice [uniformity] Fix ICE for pointer parameters
    2024-05-06 shrekshao Refactor Inspector::GetTextureQueries
    2024-05-06 cwallez Metal: Allow additional swapchain formats
    2024-05-06 bsheedy Suppress additional Win/NVIDIA exp failures
    2024-05-06 jrprice [msl] Refactor barrier polyfills
    2024-05-06 enga Delete old Metal interop APIs
    2024-05-06 cwallez CMake: Compile without -Werror by default.
    2024-05-06 dawn-autoroll Roll DirectX Shader Compiler from af955d601dca to 7db2fc129ab6 (1 revision)
    2024-05-06 dawn-autoroll Roll Depot Tools from a60f90e38e53 to 94f42f8fe3fe (1 revision)
    2024-05-06 hitawala [YCbCr Samplers] Add and use YCbCrVkDescriptor struct
    2024-05-06 robertphillips Add "delayimp.lib" linking to fix unresolved external symbol __delayLoadHelper2 issue
    2024-05-06 dawn-autoroll Roll ANGLE from 9ccb9b410289 to b0875f124a24 (5 revisions)
    2024-05-06 shaobo.yan Support Coord Transformation for TextureLoadExternal()
    2024-05-06 jiawei.shao Pretty-print resource usages in resource tracking errors
    2024-05-05 dawn-autoroll Roll ANGLE from 28d4c3eb689c to 9ccb9b410289 (1 revision)
    2024-05-05 dawn-autoroll Roll ANGLE from ef8d9f10e684 to 28d4c3eb689c (1 revision)
    2024-05-04 dawn-autoroll Roll Depot Tools from 58ff1badf92c to a60f90e38e53 (1 revision)
    2024-05-04 dawn-autoroll Roll ANGLE from be9e63ad090d to ef8d9f10e684 (8 revisions)
    2024-05-03 enga Expand top tier maxTextureArrayLayers to 2048
    2024-05-03 dawn-autoroll Roll DirectX Shader Compiler from 381750e25b62 to af955d601dca (1 revision)
    2024-05-03 dawn-autoroll Roll Depot Tools from 39c8c75cf6a2 to 58ff1badf92c (1 revision)
    2024-05-03 zhusida GPU: Add NV16/NV24/P210/P410 multi-planar format support
    2024-05-03 lehoangquyen Make DawnLoadResolveTexture compatible with TransientAttachments
    2024-05-03 dawn-autoroll Roll ANGLE from a96e9197f538 to be9e63ad090d (3 revisions)
    2024-05-03 ynovikov Suppress flaky WebGPU CTS failure on Android
    2024-05-03 amaiorano Add sysroot DEP for standalone builds
    2024-05-03 jrprice [spirv-reader] Handle OpIAdd instructions
    2024-05-03 jrprice [spirv-reader] Accept DepthReplacing
    2024-05-03 jrprice [tint][exe] Use `lower` when reading SPIR-V to IR
    2024-05-03 jrprice [ir] Fix TINT_DUMP_IR_WHEN_VALIDATING
    2024-05-03 bclayton [tint][ast] Skip ClampFragDepth fuzzer if member offsets collide
    (...)
    2024-04-23 bclayton [tint][fuzz][ast] Add AddEmptyEntryPoint fuzzer
    2024-04-23 bclayton [tint][fuzz][ast] Add AddBlockAttribute fuzzer
    2024-04-23 bclayton [tint][fuzz] Limit the first_index_offset value
    2024-04-22 shrekshao [Compat] Fix a bug when textureDimension with 1 arg is first called
    2024-04-22 dawn-autoroll Roll DirectX Shader Compiler from e2f0b9844019 to 7cf175f89bf2 (1 revision)
    2024-04-22 bclayton [tint][fuzz] Add fuzzer command line flags
    2024-04-22 bclayton [tint][spirv-ast] Fix emission of discard followed by statement
    2024-04-22 dawn-autoroll Roll Depot Tools from 6ba67afd6fb7 to b0e2e28a957d (1 revision)
    2024-04-22 ynovikov Suppress Pixel 6 Android 14 failures already suppressed on Android T
    2024-04-22 albin.bernhardsson Vulkan: Implement fast path for writeBuffer
    2024-04-22 hitawala [YCbCr Samplers] Reland Rename SamplerYCbCrVulkanDesc to YCbCrVulkanDesc
    2024-04-22 dawn-autoroll Roll ANGLE from 36ae4553287d to f2901ba7c2f6 (1 revision)
    2024-04-22 dawn-autoroll Roll vulkan-deps from b7e3beee69a5 to 36da75a01950 (1 revision)
    2024-04-21 dawn-autoroll Roll ANGLE from 23b8a833f3da to 36ae4553287d (1 revision)
    2024-04-20 dawn-autoroll Roll vulkan-deps from 71b11532ed72 to b7e3beee69a5 (1 revision)
    2024-04-20 dawn-autoroll Roll Depot Tools from 1abad43773fe to 6ba67afd6fb7 (3 revisions)
    2024-04-20 dawn-autoroll Roll ANGLE from 84b8737394d5 to 23b8a833f3da (1 revision)
    2024-04-20 dawn-autoroll Roll vulkan-deps from 4737535cad1a to 71b11532ed72 (6 revisions)
    2024-04-20 enga Revert "[YCbCr Samplers] Rename SamplerYCbCrVulkanDesc to YCbCrVulkanDesc"
    2024-04-19 dawn-autoroll Roll Depot Tools from b7ed76a09d19 to 1abad43773fe (3 revisions)
    2024-04-19 dneto Fix clang-tidy warnings
    2024-04-19 hitawala [YCbCr Samplers] Rename SamplerYCbCrVulkanDesc to YCbCrVulkanDesc
    2024-04-19 hitawala [YCbCr Samplers] Add SamplerBindingType::YCbCr
    2024-04-19 ynovikov Suppress flaky WebGPU CTS failures on Pixel 6 Android 14
    2024-04-19 ynovikov Suppress Pixel 6 Android 14 failures already suppressed on Android T
    2024-04-19 dawn-autoroll Roll ANGLE from d4abe62268f3 to 84b8737394d5 (5 revisions)
    2024-04-19 dawn-autoroll Roll vulkan-deps from a746f1500410 to 4737535cad1a (7 revisions)
    2024-04-19 cwallez BackendMTL: Re-add MTLGPUFamily::Mac1 as some builders use it.
    2024-04-19 dawn-autoroll Roll Depot Tools from 6aaae8582125 to b7ed76a09d19 (4 revisions)
    2024-04-19 jiawei.shao Reland "Implement AlignedAlloc and AlignedFree"
    2024-04-19 jie.a.chen Add SharedTextureMemoryD3dSwapchainBeginState
    2024-04-19 lokokung Remove extra namespace indent in webgpu_cpp header template
    2024-04-19 dawn-autoroll Roll DirectX Shader Compiler from dda80a98c492 to e2f0b9844019 (5 revisions)
    2024-04-19 bsheedy Add Win/ARM64 trybot
    2024-04-19 dneto Fix clang-tidy warnings
    2024-04-19 jie.a.chen Enable SharedTextureMemoryD3D12 concurrentRead
    2024-04-19 dawn-autoroll Roll ANGLE from 6861da63bb01 to d4abe62268f3 (10 revisions)
    2024-04-18 lokokung [dawn][wire] Make FillReservation release WGPU objects if released.
    2024-04-18 dawn-autoroll Roll SwiftShader from 764410d4d655 to 9aec4b969291 (2 revisions)
    2024-04-18 hitawala [YCbCr Samplers] Iterate over chain for external format validation
    2024-04-18 dawn-autoroll Roll vulkan-deps from aa20d192b8c4 to a746f1500410 (2 revisions)
    2024-04-18 dawn-autoroll Roll Depot Tools from af97284b58af to 6aaae8582125 (1 revision)
    2024-04-18 dneto Fix clang-tidy misc-include-cleaner warnings
    2024-04-18 cwallez Add WGPU[Obj]AddRef and deprecated WGPU[Obj]Reference
    2024-04-18 ynovikov Suppress OpenGLES end2end failures on Pixel 6
    2024-04-18 geofflang Reland "Use abseil's build targets instead of custom ones."
    2024-04-18 hitawala [YCbCr Samplers] Pass VkSamplerYcbcrConversionInfo on creating Sampler
    2024-04-18 cwallez Revert "Implement AlignedAlloc and AlignedFree"
    2024-04-18 dawn-autoroll Roll DirectX Shader Compiler from 690ec7cd7d8d to dda80a98c492 (2 revisions)
    2024-04-18 jrprice [tint] Polyfill fwidthFine for MSL and HLSL
    
    Created with:
      roll-dep third_party/dawn
    
    Bug: chromium:329228449
    Change-Id: Iff0028a8d391ab8da4ccd8095a8dc0ac24d2ded4
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5522774
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags