03:04imirkin: w00t! with a bit of elbow grease, the nv50 3d image logic applies to nvc0
03:05imirkin: deqp's image_load_store tests pass 100%
03:16imirkin: Lyude: btw, my earlier issue may have been a connectivity issue ... it's a HDMI -> DVI-D adapter, i think something may have come loose, coz i was getting lots of blinking all the time. i fiddled with it, and now it's gone, including when i run xrandr
06:58imirkin: noooo! xfb appears to be busted on nva3 :(
06:59imirkin: probably in fixing the pre-nva0 stuff, i broke the nva0+ bits? or they were broken to begin with
06:59imirkin: ugh
07:16imirkin: gr. fix one thing, another breaks.
07:43imirkin: so correctly setting is64bit on the primitives emitted/generated queries messes things up in practice =/
07:44imirkin: i found at least one spot where we don't properly handle 64-bit queries, but ... fixing it only improved things slightly
07:44imirkin: that's just very annoying.
16:38imirkin: hm. figured it out. but i'm not loving it.
16:39imirkin: extra serialize thrown in at the end of 64-bit queries
16:39imirkin: since they don't write a payload, and the fence stuff is done by a different "part" of the gpu
16:39imirkin: question is ... why not needed on nvc0
16:51imirkin: i guess if i don't want to stick serialize's in all over the place, i need to do 2x queries for each 64-bit query with a no-op thing which just writes the payload
16:51imirkin: that should preserve everythin
16:52imirkin: hm
16:52imirkin: annoying!
18:11Rberto_vil: Hi, I'm a computer science student, I want to learn web development so how could I do to colaborate creating a design in HTML/CSS/JavaScript for the https://nouveau.freedesktop.org/ webpage?
18:24karolherbst: Rberto_vil: if you want to make the website better looking you can just check out the git repo for the wiki and play around. There is a ci pipeline you can take a look at on how to generate the html files
18:29Rberto_vil: Ok Karol, thanks, I will do that.
18:29karolherbst: Rberto_vil: by the way, the primary page is heavily HTML+CSS stuff, so working on that would be nice as I think the current files are not mobile friendly at all and I never got to fixing it yet
18:30karolherbst: so I don't think anybody would mind if somebody reworks that one
18:34Rberto_vil: Ok, I'll take a look to the git repo.
22:02epsilon_0: hi, I've been trying to get a custom edid to work with nouveau but it seems to just ignore it
22:03epsilon_0: and it keeps saying - `[ 5.249476] nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for DP-1`