Skip to content
  • Hyunjun Ko's avatar
    turnip: Implement VK_KHR_performance_query · 937dd764
    Hyunjun Ko authored
    
    
    There are still some commands unimplemented yet.
    
    - vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR:
      The following patch supports this.
    
    - vkAcquireProfilingLockKHR / vkReleaseProfilingLock
      This patch supports only monitoring perf counters for each submit.
      To reserve/configure counters across submits we would need a kernel
      interface to be able to do that.
    
    Signed-off-by: default avatarHyunjun Ko <zzoon@igalia.com>
    Part-of: <mesa/mesa!6808>
    937dd764