15:36zzyiwei: exit
15:36zzyiwei: exit
15:36zzyiwei:
15:40HdkR: That's the feeling when someone tries to escape vim the first time
15:40zmike: the desperation to get away from driver development was palpable
16:11linkmauve: Hi, when using EGL_EXT_platform_device as a user, am I expected to manually reimplement the wsi with X11 or Wayland or such by exporting the dmabufs, or is there an extension to somehow bind that EGL platform to the winsys?
16:44linkmauve: Uh, why doesn’t llvmpipe expose EGL_EXT_device_query_name?
17:03linkmauve: And no device supports EGL_EXT_device_type, that’s also a bit surprising, those could be useful for users to decide which one to pick.
21:59emersion: there is a MR for it
22:13linkmauve: Oh, I can throw away my version then, thanks!
22:13linkmauve: I really should start looking through open MRs before starting implementing stuff. ^^'
23:06linkmauve: What could cause eglChooseConfig() to return 0 configs, for an EGL_PLATFORM_DEVICE_EXT EGLDisplay?
23:40zamundaaa[m]: linkmauve: what do you need a config for? You can't create a platform surface anyways
23:57linkmauve: To create a context afterwards?