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

layers: Allow using uncached buffer for Debug Printf #6128

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 17, 2023

  1. layers: Allow using uncached buffer for Debug Printf

    Adds option to force using AMD_DEVICE_COHERENT_MEMORY
    for debug printf buffer to print messages
    even if VK_ERROR_DEVICE_LOST is encountered.
    
    * Option added to layer json to be visible in vkconfig,
    * Forcing extension and device feature if not enabled by application,
    * Added workaround for atomic operations in uncached memory
    being in cache anyway,
    * Added workaround to failing MapMemory after
    DEVICE_LOST (occurs on AMD): When using uncached buffer,
    do not unmap buffer until messages are analyzed.
    dorian-apanel-intel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    090d262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c5d42 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    cb05cb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    4b956cf View commit details
    Browse the repository at this point in the history