[2022-07-11T00:57:26Z] ioraff: do you plan to send libressl patch to node? if possible [2022-07-11T01:41:11Z] Hi [2022-07-11T03:14:11Z] illiliti: considering it [2022-07-11T03:22:04Z] haven't really tried tests yet [2022-07-11T18:14:45Z] is there anyone here who have hardware which requires mesa built with llvm? [2022-07-11T18:17:01Z] iris_dri.so is linked to libLLVM, so I guess I do [2022-07-11T18:18:21Z] i have iris too and i'm fine without llvm. you can build mesa without llvm [2022-07-11T18:20:52Z] ah. probably just for the llvmpipe driver [2022-07-11T18:22:29Z] what browser do you use? [2022-07-11T18:23:08Z] chromium [2022-07-11T18:23:59Z] the version in community? [2022-07-11T18:24:45Z] https://github.com/kiss-community/bin/releases/tag/chromium-100 [2022-07-11T18:26:00Z] hmm. i'm thinking maybe we could just disable llvm for mesa by default [2022-07-11T18:27:01Z] trying to understand who needs it first... [2022-07-11T18:27:04Z] I believe it's required for amdgpu [2022-07-11T18:27:57Z] yeah. that's main concern [2022-07-11T18:28:31Z] then we shouldn't disable it [2022-07-11T18:31:31Z] ioraff: do you want grammar fixes in the READMEs of your other major projects? [2022-07-11T18:31:34Z] oops illiliti i meant [2022-07-11T18:33:45Z] why not [2022-07-11T18:38:25Z] the bad grammar adds character in some cases [2022-07-11T18:40:08Z] lol [2022-07-11T18:43:19Z] bruh [2022-07-11T18:52:19Z] ioraff: do you have libpciaccess installed? [2022-07-11T18:53:15Z] yes [2022-07-11T18:53:28Z] you can drop it [2022-07-11T18:53:33Z] i don't have one [2022-07-11T18:54:09Z] it is only needed for pre-iris drivers afaik [2022-07-11T18:54:24Z] since you have iris, you don't need it [2022-07-11T18:56:15Z] did you patch it out of libdrm? [2022-07-11T18:57:26Z] -Dintel=false [2022-07-11T18:58:32Z] if you need vaapi, use intel-media-driver instead of intel-vaapi-driver [2022-07-11T18:58:59Z] intel-media-driver doesn't depend on libpciaccess [2022-07-11T19:01:55Z] libdrm build file: https://termbin.com/z2be [2022-07-11T19:08:50Z] ah. thanks. I am using media-driver. maybe it should be added to extra [2022-07-11T20:24:00Z] so libdrm_intel is only needed for pre-iris vaapi? [2022-07-11T20:24:12Z] yep