08:10 tnt: wrt to my large texture issue from yesterday, I found `MaxTextureMbytes` which is 1G in mesa so that explains it. I'm not sure why zink works though because I couldn't find anywhere where it overrides that limit ...
13:18 kode54: huh
13:18 kode54: I only just found out that drm misc has no list
13:19 kode54: though maybe I should have consulted dri devel
13:28 ukleinek: kode54: sounds right
13:28 kode54: I'm a dork
13:28 kode54: I didn't use get_maintainers.pl
13:28 kode54: I grepped the config file for a path that looked appropriate, then didn't see a L: link by it
13:33 kode54: this sucks, I didn't contact the right people in the first place
13:41 kode54: exploring a patch against the atomic async flip function
13:41 kode54: seems both Plasma and wlroots will just send fb_id=0 and crtc_id=0 every commit when the cursor is disabled
18:45 sghuge: If you click on two draw calls back and forth in renderdoc, frame renders correctly sometimes but sometimes shows corruption..what should I concluded with this behavior?
18:50 zmike: sync issues maybe
18:52 sghuge: zmike: Thanks!
18:52 sghuge: Let me look at the resource barriers and the cache flushes that we are doing for the relevant bits.