06:47MoeIcenowy: linkmauve: robclark: or maybe let KMD do some MITM and fill the addresses in in that process?
06:48MoeIcenowy: (I am debugging powervr open source driver, and I found that it converts the command stream passed by ioctl to another format for the fw to consume
11:47MrCooper: MoeIcenowy: that's generally done as part of command stream validation
14:25moak: hi
14:25moak: what do i do about this error when running `GALLIUM_DRIVER=zink glxinfo`
14:25moak: Assertion failed: (cache->info[i].name != NULL), function driQueryOptionb, file xmlconfig.c, line 1333
14:35moak: nvm
15:04moak: trying to run zink + kosmickrisp
15:04moak: MESA_LOADER_DRIVER_OVERRIDE=zink VK_ICD_FILENAMES=/opt/local/share/vulkan/icd.d/kosmickrisp_mesa_icd.aarch64.json glxinfo
15:05moak: I get this:
15:05moak: WARNING: Some incorrect rendering might occur because the selected Vulkan device (Apple M4) doesn't support base Zink requirements: have_EXT_custom_border_color have_EXT_line_rasterization
15:05moak: MESA: error: zink: could not create swapchain
15:05moak: what can be done?