09:44 ElectricJozin: Where can I find information on how to use the radeon driver to render graphics? (I want to basically recreate some of Xorg functionality)
12:19 haasn: I get this dmesg error trying to run the new ffmpeg/libplacebo vulkan code: https://0x1.st/2c.txt
12:26 haasn: I can consistently reproduce it with 100% reliability on my machine
12:56 haasn: I put the full repro instructions at https://gitlab.freedesktop.org/drm/amd/-/issues/2457#note_1870244
13:27 ishitatsuyuki: you should probably downgrade to 6.1/lts
13:32 haasn: ishitatsuyuki: I'm on rolling release, don't exactly get much of a choice
13:34 ishitatsuyuki: eh even arch gives you the option to use lts
13:38 haasn: ah yeah 6.1 does exist
13:38 haasn: let me try it
13:45 haasn: ishitatsuyuki: doesn't seem to happen on 6.1/lts
13:51 ishitatsuyuki: that bug is 6.2 specific, so seems about right
16:40 Venemo: ElectricJozin: the question is too vague. what exactly are you trying to do?
17:16 ElectricJozin: Venemo, doing graphics without using xlib or opengl to learn how it all works.
18:58 Venemo: ElectricJozin: I recommend learning a standard api like Vulkan. if that isn't an option for you, then look into libdrm and kms
19:15 ElectricJozin: Is vulkan suppose to be used for ui?