• Show log

    Commit

  • Hash : ffb32380
    Author : Shahbaz Youssefi
    Date : 2023-10-02T16:01:37

    Vulkan: Fix device creation on multi-queue devices
    
    When multiple eligible queue families are exposed by the device, ANGLE
    defers devices creation until a surface is made current, at which point
    it selects a queue family that supports presentation to that surface.
    
    This path was largely untested and was broken:
    
    - Some post-device-creation initialization was not deferred until the
      device was actually created
    - Some cap calculation depended on the chosen queue family index
    - Query of device capabilities was done too late, such that ANGLE could
      not correctly determine the level of support for ES versions.
    
    Bug: angleproject:8300
    Change-Id: I2a35396d1fd08ed26d217dff07d10e9a9c1ac55f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4907895
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Roman Lavrov <romanl@google.com>
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags