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

Vulkan: Use linear tiling #1559

Closed

Commits on Nov 23, 2022

  1. Vulkan: Use linear tiling

    The external memory sharing spec does not require
    OpenCL to deduce if a Vulkan image is tiled or linear.
    Use linear images.
    
    Additionally, when selecting a queue family, the Vulkan
    implementation is not required to report the transfer bit
    for compute or graphics queues, it is implied.
    joshqti authored and lakshmih committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8ccc879 View commit details
    Browse the repository at this point in the history
  2. Vulkan: Use linear tiling

    The external memory sharing spec does not require
    OpenCL to deduce if a Vulkan image is tiled or linear.
    Use linear images by default and add a parameter
    to test optimal images.
    
    Additionally, when selecting a queue family, the Vulkan
    implementation is not required to report the transfer bit
    for compute or graphics queues, it is implied.
    joshqti authored and lakshmih committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    abad7ee View commit details
    Browse the repository at this point in the history