<javierm>
emersion: tested on weston in a VM, was able to reproduce the issue and with those patches the flickering goes away
<emersion>
perfect
<emersion>
that does full damage always in that case i'd assume
<emersion>
(weston/wlroots/mutter case)
<javierm>
emersion: in mutter it does not, but I guess that mutter doesn't use double buffering? Or at least I wasn't able to reproduce the artifacts with mutter
<emersion>
if you have extra time, would be nice to (1) add a note/warning in the regular damage helper for driver devs about all of this
<emersion>
(2) add TODOs
<emersion>
mutter does use double buffering
<emersion>
all modern userspace i know of does
<javierm>
emersion: I see. Wonder why isn't visible there...
<emersion>
probably because mutter submits an over-damaged region
<emersion>
possibly a mutter bug
<emersion>
(it could be that they mix up frame and buffer damage)
<emersion>
(submit buffer damage, while kernel expects frame damage)
co1umbarius has joined #dri-devel
columbarius has quit [Ping timeout: 480 seconds]
lynxeye has joined #dri-devel
<sima>
javierm, clearing the damage rects feels a bit like a hack, I'd have set iter->full_damage instead
<sima>
so that you have both a buffer_damage_iter and buffer_damage_merged version
<sima>
and wouldn't need to open-code in vmwgfx
<sima>
but ... eh, not feeling very strongly on this
<sima>
javierm, the one I'd really like to see though is a doc patch adding links to the two buffer vs frame damage graphs we discussed yesterday
<sima>
and then maybe in that section also link to the 2 set of different functions
<javierm>
sima: sure, I'll add that. And also the TODO and note that emersion suggested
<sima>
also I think the 2 set of functions should link to the other type with a "if your driver needs buffer/frame damage instead", which is maybe a better reason to roll out the full symmetric uapi
<sima>
javierm, but wrt the uapi logic, I think you have the right if condition
<javierm>
emersion: the TODO is what pq mentioned, right?
<sima>
javierm, I also wonder whether there's a good place to put down the rule of thumb/summary I typed yesterday on irc, maybe in the damage helper DOC: section?
<javierm>
< pq>| if it's per-buffer, you also need "buffer age" or similar damage accumulation algorithm
<emersion>
the TODO is do something smarter than full-damage when FB_ID changes
<sima>
I mean the upload target rule: per-plane/crtc->frame damage, per-fb/bo->buffer damage
<emersion>
yeah, accumulating damage in a ring buffer
<javierm>
emersion: thanks. Just wanted to make sure I got that correctly. I'll do that then, thanks!
<emersion>
ty :)
<sima>
yeah TODO for buffer age/damage accumulation would be good, maybe could put that into the DOC: overview?
<javierm>
sima: Ok, I'll figure out how to add that content in the docs
<javierm>
sima: about clearing FB_DAMAGE_CLIPS vs settting iter->full_damage = true, the problem is that with the latter we will need a custom iter_init
<javierm>
and wanted to keep the change minimal so that could be backported as a fix...
<sima>
javierm, yeah
<javierm>
sima: maybe we could go with this approach and then refactor?
<sima>
javierm, adding a custom iter_init is imo still well within backport rules
<javierm>
sima: yes, but the driver is using the helper that does both
<sima>
javierm, I wouldn't, this is tricky enough that a special backport patch version doesn't sound like a good idea
<javierm>
so would have to duplicate the logic and couldn't reuse it
<sima>
like gregkh really doesn't like custom backports ...
<javierm>
sima: yes, that's why I thought the patches would be minimal and applied cleanly for v6.5
<sima>
hm
<sima>
javierm, so I think buffer_damage_iter_init could just call iter_init and then adjust like you do?
<sima>
and for damage_merged I guess you'd need a __damage_merged with a (bool buffer_damage)
<sima>
that doesn't look too horrendous
<sima>
and should be still within stable limits (if we ignore the documentation part)
<javierm>
sima: yeah, that's what I had but felt like a bigger change. I'll do that though if you prefer and is withing backporting rules
<sima>
I think it's within, and the symmetry I think wins us enough in documentation clarity that it's justified ...
<javierm>
sima: got it. Will do that
<sima>
javierm, if you want to, I guess you could split out the doc patch (since damage helpers don't have a DOC: section yet)
<sima>
and not mark that for cc: stable ...
<sima>
but ... *shrug*
<javierm>
sima: yeah, I was going to only add Fixes: to the helper + virtio-gpu patches and only Cc stable on those
<sima>
yeah
<javierm>
not even for the vmwgfx, nobody reported nothing for that one :)
<sima>
and then a patch to add a DOC: section explaining the frame vs buffer damage and which sets of helpers you want in each
<javierm>
sima: sure
<sima>
javierm, I guess/hope that when you send it out vmwgfx folks hopefully test and apply themselves
<sima>
since it's really not great when we have inconsistent uapi like this
<javierm>
agreed
<sima>
javierm, also might be a good idea to raise a mutter issue, if that one does indeed do buffer damage and not frame damage?
<javierm>
sima: yes, I'll discuss with the mutter folks
<sima>
might need a bit care to make sure the fixes have hit enough stable kernels and distros ...
<javierm>
sima: I'm not worried because mutter has virtio-gpu (and vmwgfx) is a atomic KMS deny list, I've a local patch to test damage handling there
<javierm>
*in a
<javierm>
the reason for this is that the cursor hotspots patches haven't landed yet
<emersion>
> the Pi5 will have multiple display nodes (4(?) iirc) with different capabilities, vc4 being only one of them
<emersion>
oh. boy.
<emersion>
daniels ^ you knew about this?
jkrzyszt has joined #dri-devel
<sima>
glorious
<sima>
re pi5
<javierm>
sima, emersion, pq: thanks again for your time and explanations, I learned a ton about frame vs buffer damage. I need to do some $dayjob taks but will post the patches later today :)
<emersion>
javierm: glad i could help, thanks for all of the fixes and mess cleanup! :D
<emersion>
now i think i really need to order a RPI5
<emersion>
moar exotic setups
<daniels>
emersion: lots of fun for us all :\
<sima>
tell me they managed to create the most cursed venn diagrams of tiling modes
<sima>
like 3 ip blocks, only joint formats between each pair
<sima>
or something like that
<emersion>
did they manage to outdo NVIDIA (can't render to LINEAR)?
rasterman has joined #dri-devel
<emersion>
mripard: if you have more details about the RPi 5 display nodes i'd be interested
pcercuei has joined #dri-devel
<mripard>
did you have a coffee yet ? :)
* emersion
grabs popcorn
<mripard>
so, the basic idea is that they stripped MIPI-DSI, MIPI-DPI and analog TV out of the SoC (and thus vc4) and into a discrete PCIe chip
<mripard>
vc4 only has writeback and HDMI now
<mripard>
the RP-1 is that PCIe chip and has a public documentation
<emersion>
in terms of tiling and memory requirements for scanout, do you know what's up?
<mripard>
yes, they only support XRGB8888 iirc
<emersion>
LINEAR?
<sima>
weeeeeeeee
<mripard>
that's my understanding
<sima>
vram?
<emersion>
can you allocate CMA and scanout on the PCIe thing?
<mripard>
so if you want to output any format output by the GPU or codec in hardware, you have to go through vc4, use the writeback to convert it to XRGB, and use that
<emersion>
or does the PCIe thing have its own scanout memory?
<emersion>
ugh
<mripard>
no, there's no VRAM
<mripard>
so it's all in RAM afaik
<emersion>
do you *have* to go through writeback, or can you use GL/Vulkan instead?
<mripard>
I was only involved on vc4, so that part is a bit blurry to me, sorry
<emersion>
okok
<mripard>
no, you don't need to, so as long as you have the proper shaders to convert whatever tiled YUV you have to XRGB, it should work just fine
<emersion>
ok, that makes it easier for user-space
<emersion>
so they use writeback as a 2D API lol
<mripard>
I don't know if they do at the moment, but we discussed it at some point
<sima>
I guess bit less memory bw at the cost of the external displays being one frame behind?
<mripard>
the good thing is that it puts us pretty much in the same spot than SPI/I2C displays, so javierm is going to be super happy about whatever comes out of it :)
<mripard>
sima: yeah, and also less power consumption if using writeback I assume
<javierm>
mripard: haha
<sima>
mripard, if they can scan out directly from system memory it's a lot better than most spi/i2c
<sima>
otoh lack of framebuffer compression in a modern soc ... ugh
<mripard>
sima: sure, I was talking about the formats mismatch between the GPU/codec output and what the display device supports
<sima>
also pcie in your scanout path ... I do not pity the poor soul who has to figure out the watermarks for the fifos
<sima>
afaik no one has tried that yet
<mripard>
sima: "Framebuffer compression is for those who can't build a memory bus" or something
<sima>
mripard, yeah, except I don't think there's anyone else than apple who can build a memory bus for a mobile/laptop soc :-P
<sima>
and they also still have compression
<sima>
mripard, I guess the plan is to instantiate all the devices with dt, because really it's just an arm soc?
<sima>
behind the pcie device I mean
<mripard>
I think it's all enumerated?
<sima>
oh really?
<mripard>
like I said, I wasn't really involved on that part, but that was my assumption because it's PCIe
<sima>
I've seen a few of these "whack a soc behind a pcie bridge" designs, and they're all just "here's a pci bar for the entire thing, good luck"
<sima>
so would be really suprising if it's all properly enumerated as pci functions
<emersion>
mupuf, if you have a RPi 5 running with their stack, i'd be interested in a drm_info dump
<lynxeye>
sima: yep, describe the PCIe endpoint below below the RC in your SoC DT, add DT devices as child devices of your PCIe endpoint.
<mripard>
sima: I'm sure you didn't meet the USB devices binding yet :)
<sima>
well I guess it's better than the x86 approach of just having random mmio window mirrored into everything, because a driver on windows cannot access anything outside of its pcie bar ...
<sima>
(and then the chip/fw dies because there's races)
<javierm>
lynxeye, sima, mripard: I guess the DT binding could be similar to the ChromeOS Embedded Controllers that have peripherals behind it:
<lynxeye>
sima: x86 with its fixed ACPI tables in firmware and "driver needs to know how the complex HW behind a PCI ID looks like" just feels awkward as soon as you got sufficiently deep into the DT rabbit hole ;)
<javierm>
this is a EC in a SPI bus that exposes an I2C tunnel
<sima>
lynxeye, oh it's very awkward
<sima>
but mostly it's awkward because windows driver model is crap
Danct12 has quit [Remote host closed the connection]
<pq>
javierm, you're welcome. :-)
<pq>
emersion, writeback as a 2D hardware composition API... and color pipelines incoming. We might actually get a proper 2D API in a decade or two. :-D
<emersion>
yeah… not sure KMS is a super great API for 2D blitters but oh well
<javierm>
everything old is new again :)
<mripard>
if only :)
vliaskov has joined #dri-devel
yuq825 has quit []
enick_942 is now known as koike
yuq825 has joined #dri-devel
<mupuf>
emersion:
luben has quit [Ping timeout: 480 seconds]
fab has joined #dri-devel
kts has joined #dri-devel
<mupuf>
emersion: this time with the message: will do when I get to it. It's not the highest priority right now ;)
<emersion>
mupuf: ty, yeah, no problem at all
fab has quit [Ping timeout: 480 seconds]
YuGiOhJCJ2 has quit []
<Company>
MrCooper: re our discussion about zmike's blog post
<Company>
"After a successful return [of vkAcquireNextImageKHR()], the image indicated by pImageIndex and its data will be unmodified compared to when it was presented."
cmichael has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
yyds_ has quit [Remote host closed the connection]
HdkR has quit [reticulum.oftc.net coulomb.oftc.net]
shadeslayer has quit [reticulum.oftc.net coulomb.oftc.net]
jkqxz_ has quit [reticulum.oftc.net coulomb.oftc.net]
javierm has quit [reticulum.oftc.net coulomb.oftc.net]
uajain has quit [reticulum.oftc.net coulomb.oftc.net]
CounterPillow has quit [reticulum.oftc.net coulomb.oftc.net]
pepp has quit [reticulum.oftc.net coulomb.oftc.net]
mwk_ has quit [reticulum.oftc.net coulomb.oftc.net]
egbert has quit [reticulum.oftc.net coulomb.oftc.net]
neobrain has quit [reticulum.oftc.net coulomb.oftc.net]
gerddie6 has quit [reticulum.oftc.net coulomb.oftc.net]
lplc has quit [reticulum.oftc.net coulomb.oftc.net]
Omax has quit [reticulum.oftc.net coulomb.oftc.net]
dtmrzgl has quit [reticulum.oftc.net coulomb.oftc.net]
evadot has quit [reticulum.oftc.net coulomb.oftc.net]
K0bin[m] has quit [reticulum.oftc.net coulomb.oftc.net]
Anson[m] has quit [reticulum.oftc.net coulomb.oftc.net]
ohadsharabi[m] has quit [reticulum.oftc.net coulomb.oftc.net]
zehortigoza has quit [reticulum.oftc.net coulomb.oftc.net]
bubblethink[m] has quit [reticulum.oftc.net coulomb.oftc.net]
ofirbitt[m] has quit [reticulum.oftc.net coulomb.oftc.net]
linkmauve has quit [reticulum.oftc.net coulomb.oftc.net]
jasuarez has quit [reticulum.oftc.net coulomb.oftc.net]
dhirschfeld2[m] has quit [reticulum.oftc.net coulomb.oftc.net]
swiftgeek has quit [reticulum.oftc.net coulomb.oftc.net]
undvasistas[m] has quit [reticulum.oftc.net coulomb.oftc.net]
Ella[m] has quit [reticulum.oftc.net coulomb.oftc.net]
Targetball[m] has quit [reticulum.oftc.net coulomb.oftc.net]
enick_991 has quit [reticulum.oftc.net coulomb.oftc.net]
Namarrgon has quit [reticulum.oftc.net coulomb.oftc.net]
exp80[m] has quit [reticulum.oftc.net coulomb.oftc.net]
reactormonk[m] has quit [reticulum.oftc.net coulomb.oftc.net]
mripard has quit [reticulum.oftc.net coulomb.oftc.net]
Duke` has quit [reticulum.oftc.net coulomb.oftc.net]
jkrzyszt has quit [reticulum.oftc.net coulomb.oftc.net]
knr has quit [reticulum.oftc.net coulomb.oftc.net]
jsa has quit [reticulum.oftc.net coulomb.oftc.net]
Mary has quit [reticulum.oftc.net coulomb.oftc.net]
Stary_ has quit [reticulum.oftc.net coulomb.oftc.net]
ivyl has quit [reticulum.oftc.net coulomb.oftc.net]
any1 has quit [reticulum.oftc.net coulomb.oftc.net]
LaserEyess has quit [reticulum.oftc.net coulomb.oftc.net]
azerov has quit [reticulum.oftc.net coulomb.oftc.net]
leandrohrb5 has quit [reticulum.oftc.net coulomb.oftc.net]
vaxry_ has quit [reticulum.oftc.net coulomb.oftc.net]
zamundaaa has quit [reticulum.oftc.net coulomb.oftc.net]
vsyrjala has quit [reticulum.oftc.net coulomb.oftc.net]
rasterman has quit [reticulum.oftc.net coulomb.oftc.net]
lynxeye has quit [reticulum.oftc.net coulomb.oftc.net]
pcercuei has quit [reticulum.oftc.net coulomb.oftc.net]
nashpa has quit [reticulum.oftc.net coulomb.oftc.net]
Amber_Harmonia has quit [reticulum.oftc.net coulomb.oftc.net]
rsalvaterra has quit [reticulum.oftc.net coulomb.oftc.net]
kasper93 has quit [reticulum.oftc.net coulomb.oftc.net]
novaisc93 has quit [reticulum.oftc.net coulomb.oftc.net]
treeq[m] has quit [reticulum.oftc.net coulomb.oftc.net]
krumelmonster has quit [reticulum.oftc.net coulomb.oftc.net]
fahien has quit [reticulum.oftc.net coulomb.oftc.net]
APic has quit [reticulum.oftc.net coulomb.oftc.net]
a1batross has quit [reticulum.oftc.net coulomb.oftc.net]
immibis has quit [reticulum.oftc.net coulomb.oftc.net]
bbrezillon has quit [reticulum.oftc.net coulomb.oftc.net]
jcristau has quit [reticulum.oftc.net coulomb.oftc.net]
DPA has quit [reticulum.oftc.net coulomb.oftc.net]
psykose has quit [reticulum.oftc.net coulomb.oftc.net]
Ristovski has quit [reticulum.oftc.net coulomb.oftc.net]
derRichard has quit [reticulum.oftc.net coulomb.oftc.net]
konstantin has quit [reticulum.oftc.net coulomb.oftc.net]
Arsen has quit [reticulum.oftc.net coulomb.oftc.net]
marcan has quit [reticulum.oftc.net coulomb.oftc.net]
mal has quit [reticulum.oftc.net coulomb.oftc.net]
Rayyan has quit [reticulum.oftc.net coulomb.oftc.net]
eloy_ has quit [reticulum.oftc.net coulomb.oftc.net]
JoshuaAshton has quit [reticulum.oftc.net coulomb.oftc.net]
puck_ has quit [reticulum.oftc.net coulomb.oftc.net]
pH5 has quit [reticulum.oftc.net coulomb.oftc.net]
ptrc has quit [reticulum.oftc.net coulomb.oftc.net]
invertedoftc09691 has quit [reticulum.oftc.net coulomb.oftc.net]
gruetzkopf has quit [reticulum.oftc.net coulomb.oftc.net]
kgz has quit [reticulum.oftc.net coulomb.oftc.net]
gpiccoli has quit [reticulum.oftc.net coulomb.oftc.net]
haagch has quit [reticulum.oftc.net coulomb.oftc.net]
karolherbst has quit [reticulum.oftc.net coulomb.oftc.net]
DodoGTA has quit [reticulum.oftc.net coulomb.oftc.net]
yang3__ has quit [reticulum.oftc.net coulomb.oftc.net]
sima has quit [reticulum.oftc.net coulomb.oftc.net]
Adrinael has quit [reticulum.oftc.net coulomb.oftc.net]
kxkamil2 has quit [reticulum.oftc.net coulomb.oftc.net]
Lynne has quit [reticulum.oftc.net coulomb.oftc.net]
mmind00 has quit [reticulum.oftc.net coulomb.oftc.net]
V has quit [reticulum.oftc.net coulomb.oftc.net]
tursulin has quit [reticulum.oftc.net coulomb.oftc.net]
mupuf has quit [reticulum.oftc.net coulomb.oftc.net]
hakzsam has quit [reticulum.oftc.net coulomb.oftc.net]
dos1 has quit [reticulum.oftc.net coulomb.oftc.net]
kallisti5[m] has quit [reticulum.oftc.net coulomb.oftc.net]
tjaalton has quit [reticulum.oftc.net coulomb.oftc.net]
shoragan has quit [reticulum.oftc.net coulomb.oftc.net]
TMM has quit [reticulum.oftc.net coulomb.oftc.net]
rasterman has joined #dri-devel
pcercuei has joined #dri-devel
jkrzyszt has joined #dri-devel
lynxeye has joined #dri-devel
Duke` has joined #dri-devel
jsa has joined #dri-devel
a1batross has joined #dri-devel
TMM has joined #dri-devel
rsalvaterra has joined #dri-devel
mripard has joined #dri-devel
konstantin has joined #dri-devel
exp80[m] has joined #dri-devel
Namarrgon has joined #dri-devel
Amber_Harmonia has joined #dri-devel
shoragan has joined #dri-devel
Lynne has joined #dri-devel
krumelmonster has joined #dri-devel
Targetball[m] has joined #dri-devel
enick_991 has joined #dri-devel
undvasistas[m] has joined #dri-devel
dhirschfeld2[m] has joined #dri-devel
ofirbitt[m] has joined #dri-devel
jasuarez has joined #dri-devel
linkmauve has joined #dri-devel
tjaalton has joined #dri-devel
APic has joined #dri-devel
zehortigoza has joined #dri-devel
ohadsharabi[m] has joined #dri-devel
K0bin[m] has joined #dri-devel
Anson[m] has joined #dri-devel
Ristovski has joined #dri-devel
bubblethink[m] has joined #dri-devel
dtmrzgl has joined #dri-devel
Stary_ has joined #dri-devel
kxkamil2 has joined #dri-devel
vsyrjala has joined #dri-devel
yang3__ has joined #dri-devel
Adrinael has joined #dri-devel
JoshuaAshton has joined #dri-devel
bbrezillon has joined #dri-devel
nashpa has joined #dri-devel
novaisc93 has joined #dri-devel
Rayyan has joined #dri-devel
evadot has joined #dri-devel
kallisti5[m] has joined #dri-devel
kasper93 has joined #dri-devel
dos1 has joined #dri-devel
treeq[m] has joined #dri-devel
lplc has joined #dri-devel
psykose has joined #dri-devel
vaxry_ has joined #dri-devel
gerddie6 has joined #dri-devel
Omax has joined #dri-devel
karolherbst has joined #dri-devel
V has joined #dri-devel
neobrain has joined #dri-devel
fahien has joined #dri-devel
egbert has joined #dri-devel
mmind00 has joined #dri-devel
leandrohrb5 has joined #dri-devel
mal has joined #dri-devel
mwk_ has joined #dri-devel
haagch has joined #dri-devel
invertedoftc09691 has joined #dri-devel
swiftgeek has joined #dri-devel
Mary has joined #dri-devel
kgz has joined #dri-devel
LaserEyess has joined #dri-devel
gruetzkopf has joined #dri-devel
Arsen has joined #dri-devel
hakzsam has joined #dri-devel
puck_ has joined #dri-devel
CounterPillow has joined #dri-devel
pepp has joined #dri-devel
ivyl has joined #dri-devel
gpiccoli has joined #dri-devel
pH5 has joined #dri-devel
uajain has joined #dri-devel
derRichard has joined #dri-devel
eloy_ has joined #dri-devel
jkqxz_ has joined #dri-devel
any1 has joined #dri-devel
mupuf has joined #dri-devel
javierm has joined #dri-devel
HdkR has joined #dri-devel
zamundaaa has joined #dri-devel
jcristau has joined #dri-devel
shadeslayer has joined #dri-devel
marcan has joined #dri-devel
reactormonk[m] has joined #dri-devel
knr has joined #dri-devel
DodoGTA has joined #dri-devel
ptrc has joined #dri-devel
DPA has joined #dri-devel
immibis has joined #dri-devel
Ella[m] has joined #dri-devel
tursulin has joined #dri-devel
sima has joined #dri-devel
azerov has joined #dri-devel
shadeslayer has quit [synthon.oftc.net reticulum.oftc.net]
HdkR has quit [synthon.oftc.net reticulum.oftc.net]
jkqxz_ has quit [synthon.oftc.net reticulum.oftc.net]
javierm has quit [synthon.oftc.net reticulum.oftc.net]
uajain has quit [synthon.oftc.net reticulum.oftc.net]
pepp has quit [synthon.oftc.net reticulum.oftc.net]
CounterPillow has quit [synthon.oftc.net reticulum.oftc.net]
mwk_ has quit [synthon.oftc.net reticulum.oftc.net]
egbert has quit [synthon.oftc.net reticulum.oftc.net]
neobrain has quit [synthon.oftc.net reticulum.oftc.net]
gerddie6 has quit [synthon.oftc.net reticulum.oftc.net]
Omax has quit [synthon.oftc.net reticulum.oftc.net]
lplc has quit [synthon.oftc.net reticulum.oftc.net]
evadot has quit [synthon.oftc.net reticulum.oftc.net]
dtmrzgl has quit [synthon.oftc.net reticulum.oftc.net]
bubblethink[m] has quit [synthon.oftc.net reticulum.oftc.net]
K0bin[m] has quit [synthon.oftc.net reticulum.oftc.net]
Anson[m] has quit [synthon.oftc.net reticulum.oftc.net]
ohadsharabi[m] has quit [synthon.oftc.net reticulum.oftc.net]
zehortigoza has quit [synthon.oftc.net reticulum.oftc.net]
linkmauve has quit [synthon.oftc.net reticulum.oftc.net]
ofirbitt[m] has quit [synthon.oftc.net reticulum.oftc.net]
jasuarez has quit [synthon.oftc.net reticulum.oftc.net]
swiftgeek has quit [synthon.oftc.net reticulum.oftc.net]
dhirschfeld2[m] has quit [synthon.oftc.net reticulum.oftc.net]
undvasistas[m] has quit [synthon.oftc.net reticulum.oftc.net]
Ella[m] has quit [synthon.oftc.net reticulum.oftc.net]
enick_991 has quit [synthon.oftc.net reticulum.oftc.net]
Targetball[m] has quit [synthon.oftc.net reticulum.oftc.net]
Namarrgon has quit [synthon.oftc.net reticulum.oftc.net]
exp80[m] has quit [synthon.oftc.net reticulum.oftc.net]
reactormonk[m] has quit [synthon.oftc.net reticulum.oftc.net]
knr has quit [synthon.oftc.net reticulum.oftc.net]
mripard has quit [synthon.oftc.net reticulum.oftc.net]
Duke` has quit [synthon.oftc.net reticulum.oftc.net]
jsa has quit [synthon.oftc.net reticulum.oftc.net]
jkrzyszt has quit [synthon.oftc.net reticulum.oftc.net]
Mary has quit [synthon.oftc.net reticulum.oftc.net]
Stary_ has quit [synthon.oftc.net reticulum.oftc.net]
zamundaaa has quit [synthon.oftc.net reticulum.oftc.net]
ivyl has quit [synthon.oftc.net reticulum.oftc.net]
any1 has quit [synthon.oftc.net reticulum.oftc.net]
LaserEyess has quit [synthon.oftc.net reticulum.oftc.net]
azerov has quit [synthon.oftc.net reticulum.oftc.net]
leandrohrb5 has quit [synthon.oftc.net reticulum.oftc.net]
vaxry_ has quit [synthon.oftc.net reticulum.oftc.net]
vsyrjala has quit [synthon.oftc.net reticulum.oftc.net]
rasterman has quit [synthon.oftc.net reticulum.oftc.net]
lynxeye has quit [synthon.oftc.net reticulum.oftc.net]
pcercuei has quit [synthon.oftc.net reticulum.oftc.net]
nashpa has quit [synthon.oftc.net reticulum.oftc.net]
Amber_Harmonia has quit [synthon.oftc.net reticulum.oftc.net]
rsalvaterra has quit [synthon.oftc.net reticulum.oftc.net]
kasper93 has quit [synthon.oftc.net reticulum.oftc.net]
novaisc93 has quit [synthon.oftc.net reticulum.oftc.net]
treeq[m] has quit [synthon.oftc.net reticulum.oftc.net]
krumelmonster has quit [synthon.oftc.net reticulum.oftc.net]
fahien has quit [synthon.oftc.net reticulum.oftc.net]
APic has quit [synthon.oftc.net reticulum.oftc.net]
a1batross has quit [synthon.oftc.net reticulum.oftc.net]
immibis has quit [synthon.oftc.net reticulum.oftc.net]
bbrezillon has quit [synthon.oftc.net reticulum.oftc.net]
jcristau has quit [synthon.oftc.net reticulum.oftc.net]
DPA has quit [synthon.oftc.net reticulum.oftc.net]
psykose has quit [synthon.oftc.net reticulum.oftc.net]
Ristovski has quit [synthon.oftc.net reticulum.oftc.net]
derRichard has quit [synthon.oftc.net reticulum.oftc.net]
konstantin has quit [synthon.oftc.net reticulum.oftc.net]
Arsen has quit [synthon.oftc.net reticulum.oftc.net]
marcan has quit [synthon.oftc.net reticulum.oftc.net]
mal has quit [synthon.oftc.net reticulum.oftc.net]
Rayyan has quit [synthon.oftc.net reticulum.oftc.net]
eloy_ has quit [synthon.oftc.net reticulum.oftc.net]
JoshuaAshton has quit [synthon.oftc.net reticulum.oftc.net]
puck_ has quit [synthon.oftc.net reticulum.oftc.net]
pH5 has quit [synthon.oftc.net reticulum.oftc.net]
ptrc has quit [synthon.oftc.net reticulum.oftc.net]
invertedoftc09691 has quit [synthon.oftc.net reticulum.oftc.net]
gruetzkopf has quit [synthon.oftc.net reticulum.oftc.net]
kgz has quit [synthon.oftc.net reticulum.oftc.net]
gpiccoli has quit [synthon.oftc.net reticulum.oftc.net]
haagch has quit [synthon.oftc.net reticulum.oftc.net]
karolherbst has quit [synthon.oftc.net reticulum.oftc.net]
DodoGTA has quit [synthon.oftc.net reticulum.oftc.net]
yang3__ has quit [synthon.oftc.net reticulum.oftc.net]
sima has quit [synthon.oftc.net reticulum.oftc.net]
Adrinael has quit [synthon.oftc.net reticulum.oftc.net]
kxkamil2 has quit [synthon.oftc.net reticulum.oftc.net]
Lynne has quit [synthon.oftc.net reticulum.oftc.net]
mmind00 has quit [synthon.oftc.net reticulum.oftc.net]
V has quit [synthon.oftc.net reticulum.oftc.net]
tursulin has quit [synthon.oftc.net reticulum.oftc.net]
mupuf has quit [synthon.oftc.net reticulum.oftc.net]
hakzsam has quit [synthon.oftc.net reticulum.oftc.net]
kallisti5[m] has quit [synthon.oftc.net reticulum.oftc.net]
tjaalton has quit [synthon.oftc.net reticulum.oftc.net]
shoragan has quit [synthon.oftc.net reticulum.oftc.net]
TMM has quit [synthon.oftc.net reticulum.oftc.net]
dos1 has quit [synthon.oftc.net reticulum.oftc.net]
heat has quit [synthon.oftc.net reticulum.oftc.net]
jfalempe_ has quit [synthon.oftc.net reticulum.oftc.net]
Jeremy_Rand_Talos__ has quit [synthon.oftc.net reticulum.oftc.net]
mstoeckl has quit [synthon.oftc.net reticulum.oftc.net]
lucaceresoli has quit [synthon.oftc.net reticulum.oftc.net]
kugel_ has quit [synthon.oftc.net reticulum.oftc.net]
kunal_10185[m] has quit [synthon.oftc.net reticulum.oftc.net]
yrlf has quit [synthon.oftc.net reticulum.oftc.net]
xantoz has quit [synthon.oftc.net reticulum.oftc.net]
donaldrobson has quit [synthon.oftc.net reticulum.oftc.net]
tyalie has quit [synthon.oftc.net reticulum.oftc.net]
klounge has quit [synthon.oftc.net reticulum.oftc.net]
gcarlos has quit [synthon.oftc.net reticulum.oftc.net]
xxmitsu_ has quit [synthon.oftc.net reticulum.oftc.net]
tales-aparecida2 has quit [synthon.oftc.net reticulum.oftc.net]
kj has quit [synthon.oftc.net reticulum.oftc.net]
mceier has quit [synthon.oftc.net reticulum.oftc.net]
jani has quit [synthon.oftc.net reticulum.oftc.net]
imre has quit [synthon.oftc.net reticulum.oftc.net]
mvchtz has quit [synthon.oftc.net reticulum.oftc.net]
tonyk has quit [synthon.oftc.net reticulum.oftc.net]
aissen has quit [synthon.oftc.net reticulum.oftc.net]
ickle has quit [synthon.oftc.net reticulum.oftc.net]
xroumegue has quit [synthon.oftc.net reticulum.oftc.net]
libv has quit [synthon.oftc.net reticulum.oftc.net]
lumidify has quit [synthon.oftc.net reticulum.oftc.net]
i-garrison has quit [synthon.oftc.net reticulum.oftc.net]
dakr has quit [synthon.oftc.net reticulum.oftc.net]
kwizart has quit [synthon.oftc.net reticulum.oftc.net]
rellla has quit [synthon.oftc.net reticulum.oftc.net]
KetilJohnsen has quit [synthon.oftc.net reticulum.oftc.net]
urja has quit [synthon.oftc.net reticulum.oftc.net]
lcn has quit [synthon.oftc.net reticulum.oftc.net]
digetx_ has quit [synthon.oftc.net reticulum.oftc.net]
jernej has quit [synthon.oftc.net reticulum.oftc.net]
paulk has quit [synthon.oftc.net reticulum.oftc.net]
aleasto has quit [synthon.oftc.net reticulum.oftc.net]
vup has quit [synthon.oftc.net reticulum.oftc.net]
mairacanal has quit [synthon.oftc.net reticulum.oftc.net]
DragoonAethis has quit [synthon.oftc.net reticulum.oftc.net]
tanty has quit [synthon.oftc.net reticulum.oftc.net]
samuelig has quit [synthon.oftc.net reticulum.oftc.net]
pjakobsson has quit [synthon.oftc.net reticulum.oftc.net]
Emantor has quit [synthon.oftc.net reticulum.oftc.net]
marex_ has quit [synthon.oftc.net reticulum.oftc.net]
cmeissl[m] has quit [synthon.oftc.net reticulum.oftc.net]
larunbe has quit [synthon.oftc.net reticulum.oftc.net]
Venemo has quit [synthon.oftc.net reticulum.oftc.net]
BobBeck has quit [synthon.oftc.net reticulum.oftc.net]
mlankhorst has quit [synthon.oftc.net reticulum.oftc.net]
MrCooper has quit [synthon.oftc.net reticulum.oftc.net]
jkhsjdhjs has quit [synthon.oftc.net reticulum.oftc.net]
Scorpi has quit [synthon.oftc.net reticulum.oftc.net]
crabbedhaloablut has quit [synthon.oftc.net reticulum.oftc.net]
mwalle has quit [synthon.oftc.net reticulum.oftc.net]
frieder has quit [synthon.oftc.net reticulum.oftc.net]
pankart[m] has quit [synthon.oftc.net reticulum.oftc.net]
turol has quit [synthon.oftc.net reticulum.oftc.net]
lemonzest1 has quit [synthon.oftc.net reticulum.oftc.net]
KitsuWhooa has quit [synthon.oftc.net reticulum.oftc.net]
dj-death has quit [synthon.oftc.net reticulum.oftc.net]
Plagman has quit [synthon.oftc.net reticulum.oftc.net]
phryk has quit [synthon.oftc.net reticulum.oftc.net]
moony has quit [synthon.oftc.net reticulum.oftc.net]
Prf_Jakob has quit [synthon.oftc.net reticulum.oftc.net]
q66 has quit [synthon.oftc.net reticulum.oftc.net]
calebccff has quit [synthon.oftc.net reticulum.oftc.net]
ungeskriptet has quit [synthon.oftc.net reticulum.oftc.net]
simon-perretta-img has quit [synthon.oftc.net reticulum.oftc.net]
DavidHeidelberg has quit [synthon.oftc.net reticulum.oftc.net]
FLHerne has quit [synthon.oftc.net reticulum.oftc.net]
kbingham has quit [synthon.oftc.net reticulum.oftc.net]
ced117 has quit [synthon.oftc.net reticulum.oftc.net]
Surkow|laptop has quit [synthon.oftc.net reticulum.oftc.net]
ccr has quit [synthon.oftc.net reticulum.oftc.net]
sebastiencs9 has quit [synthon.oftc.net reticulum.oftc.net]
Kwiboo has quit [synthon.oftc.net reticulum.oftc.net]
sre9 has quit [synthon.oftc.net reticulum.oftc.net]
mauld has quit [synthon.oftc.net reticulum.oftc.net]
glehmann has quit [synthon.oftc.net reticulum.oftc.net]
cazzacarna has quit [synthon.oftc.net reticulum.oftc.net]
dantob has quit [synthon.oftc.net reticulum.oftc.net]
fdu has quit [synthon.oftc.net reticulum.oftc.net]
sven has quit [synthon.oftc.net reticulum.oftc.net]
atipls_ has quit [synthon.oftc.net reticulum.oftc.net]
rawoul has quit [synthon.oftc.net reticulum.oftc.net]
llyyr has quit [synthon.oftc.net reticulum.oftc.net]
Nefsen402 has quit [synthon.oftc.net reticulum.oftc.net]
romangg has quit [synthon.oftc.net reticulum.oftc.net]
pq has quit [synthon.oftc.net reticulum.oftc.net]
tagr has quit [synthon.oftc.net reticulum.oftc.net]
zamundaaa[m] has quit [synthon.oftc.net reticulum.oftc.net]
rgallaispou has quit [synthon.oftc.net reticulum.oftc.net]
glennk has quit [synthon.oftc.net reticulum.oftc.net]
co1umbarius has quit [synthon.oftc.net reticulum.oftc.net]
vyivel has quit [synthon.oftc.net reticulum.oftc.net]
Koniiiik has quit [synthon.oftc.net reticulum.oftc.net]
ds` has quit [synthon.oftc.net reticulum.oftc.net]
tnt has quit [synthon.oftc.net reticulum.oftc.net]
sre has quit [synthon.oftc.net reticulum.oftc.net]
rppt_ has quit [synthon.oftc.net reticulum.oftc.net]
bbhtt has quit [synthon.oftc.net reticulum.oftc.net]
moxie has quit [synthon.oftc.net reticulum.oftc.net]
neniagh has quit [synthon.oftc.net reticulum.oftc.net]
melonai has quit [synthon.oftc.net reticulum.oftc.net]
Thymo has quit [synthon.oftc.net reticulum.oftc.net]
noord_ has quit [synthon.oftc.net reticulum.oftc.net]
xq has quit [synthon.oftc.net reticulum.oftc.net]
vidal72[m] has quit [synthon.oftc.net reticulum.oftc.net]
CME_ has quit [synthon.oftc.net reticulum.oftc.net]
iokill has quit [synthon.oftc.net reticulum.oftc.net]
Company has quit [synthon.oftc.net reticulum.oftc.net]
sravn has quit [synthon.oftc.net reticulum.oftc.net]
wv has quit [synthon.oftc.net reticulum.oftc.net]
milek7_ has quit [synthon.oftc.net reticulum.oftc.net]
mort_ has quit [synthon.oftc.net reticulum.oftc.net]
pixelcluster has quit [synthon.oftc.net reticulum.oftc.net]
padovan has quit [synthon.oftc.net reticulum.oftc.net]
enunes has quit [synthon.oftc.net reticulum.oftc.net]
HerrSpliet has quit [synthon.oftc.net reticulum.oftc.net]
Guest3714 has quit [synthon.oftc.net reticulum.oftc.net]
robertfoss has quit [synthon.oftc.net reticulum.oftc.net]
pinchartl has quit [synthon.oftc.net reticulum.oftc.net]
jmondi has quit [synthon.oftc.net reticulum.oftc.net]
italove8 has quit [synthon.oftc.net reticulum.oftc.net]
emersion has quit [synthon.oftc.net reticulum.oftc.net]
lanodan has quit [synthon.oftc.net reticulum.oftc.net]
sknebel has quit [synthon.oftc.net reticulum.oftc.net]
jeeeun84135190 has quit [synthon.oftc.net reticulum.oftc.net]
minecrell has quit [synthon.oftc.net reticulum.oftc.net]
mriesch has quit [synthon.oftc.net reticulum.oftc.net]
jadahl has quit [synthon.oftc.net reticulum.oftc.net]
CATS has quit [synthon.oftc.net reticulum.oftc.net]
bl4ckb0ne has quit [synthon.oftc.net reticulum.oftc.net]
robmur01 has quit [synthon.oftc.net reticulum.oftc.net]
Eighth_Doctor has quit [synthon.oftc.net reticulum.oftc.net]
vjaquez has quit [synthon.oftc.net reticulum.oftc.net]
ndufresne has quit [synthon.oftc.net reticulum.oftc.net]
dv_ has quit [synthon.oftc.net reticulum.oftc.net]
bnieuwenhuizen_ has quit [synthon.oftc.net reticulum.oftc.net]
tango_ has quit [synthon.oftc.net reticulum.oftc.net]
MayeulC has quit [synthon.oftc.net reticulum.oftc.net]
pa has quit [synthon.oftc.net reticulum.oftc.net]
cyrinux has quit [synthon.oftc.net reticulum.oftc.net]
skinkie has quit [synthon.oftc.net reticulum.oftc.net]
illwieckz has quit [synthon.oftc.net reticulum.oftc.net]
qyliss has quit [synthon.oftc.net reticulum.oftc.net]
OftenTimeConsuming has quit [synthon.oftc.net reticulum.oftc.net]
vliaskov_ has quit [synthon.oftc.net reticulum.oftc.net]
tzimmermann_ has quit [synthon.oftc.net reticulum.oftc.net]
mvlad has quit [synthon.oftc.net reticulum.oftc.net]
jcristau has joined #dri-devel
shadeslayer has joined #dri-devel
zamundaaa has joined #dri-devel
mupuf has joined #dri-devel
jkqxz_ has joined #dri-devel
javierm has joined #dri-devel
pH5 has joined #dri-devel
ivyl has joined #dri-devel
eloy_ has joined #dri-devel
uajain has joined #dri-devel
derRichard has joined #dri-devel
pepp has joined #dri-devel
puck_ has joined #dri-devel
CounterPillow has joined #dri-devel
Arsen has joined #dri-devel
any1 has joined #dri-devel
gruetzkopf has joined #dri-devel
LaserEyess has joined #dri-devel
hakzsam has joined #dri-devel
kgz has joined #dri-devel
Mary has joined #dri-devel
invertedoftc09691 has joined #dri-devel
haagch has joined #dri-devel
azerov has joined #dri-devel
immibis has joined #dri-devel
mwk_ has joined #dri-devel
mal has joined #dri-devel
mmind00 has joined #dri-devel
fahien has joined #dri-devel
egbert has joined #dri-devel
leandrohrb5 has joined #dri-devel
neobrain has joined #dri-devel
psykose has joined #dri-devel
V has joined #dri-devel
gerddie6 has joined #dri-devel
karolherbst has joined #dri-devel
vaxry_ has joined #dri-devel
dos1 has joined #dri-devel
lplc has joined #dri-devel
kasper93 has joined #dri-devel
kallisti5[m] has joined #dri-devel
treeq[m] has joined #dri-devel
evadot has joined #dri-devel
Rayyan has joined #dri-devel
nashpa has joined #dri-devel
bbrezillon has joined #dri-devel
JoshuaAshton has joined #dri-devel
novaisc93 has joined #dri-devel
kxkamil2 has joined #dri-devel
vsyrjala has joined #dri-devel
Stary_ has joined #dri-devel
gpiccoli has joined #dri-devel
Adrinael has joined #dri-devel
HdkR has joined #dri-devel
yang3__ has joined #dri-devel
bubblethink[m] has joined #dri-devel
K0bin[m] has joined #dri-devel
Anson[m] has joined #dri-devel
dtmrzgl has joined #dri-devel
Ristovski has joined #dri-devel
jasuarez has joined #dri-devel
zehortigoza has joined #dri-devel
APic has joined #dri-devel
shoragan has joined #dri-devel
exp80[m] has joined #dri-devel
reactormonk[m] has joined #dri-devel
DodoGTA has joined #dri-devel
knr has joined #dri-devel
ptrc has joined #dri-devel
DPA has joined #dri-devel
rsalvaterra has joined #dri-devel
konstantin has joined #dri-devel
mripard has joined #dri-devel
TMM has joined #dri-devel
a1batross has joined #dri-devel
jsa has joined #dri-devel
tursulin has joined #dri-devel
sima has joined #dri-devel
Duke` has joined #dri-devel
Namarrgon has joined #dri-devel
lynxeye has joined #dri-devel
pcercuei has joined #dri-devel
rasterman has joined #dri-devel
heat has joined #dri-devel
jfalempe_ has joined #dri-devel
jkrzyszt has joined #dri-devel
vliaskov_ has joined #dri-devel
tzimmermann_ has joined #dri-devel
tanty has joined #dri-devel
Jeremy_Rand_Talos__ has joined #dri-devel
jani has joined #dri-devel
samuelig has joined #dri-devel
rellla has joined #dri-devel
q66 has joined #dri-devel
mwalle has joined #dri-devel
Scorpi has joined #dri-devel
dakr has joined #dri-devel
pjakobsson has joined #dri-devel
FLHerne has joined #dri-devel
aleasto has joined #dri-devel
ickle has joined #dri-devel
imre has joined #dri-devel
klounge has joined #dri-devel
BobBeck has joined #dri-devel
vup has joined #dri-devel
KitsuWhooa has joined #dri-devel
DavidHeidelberg has joined #dri-devel
lumidify has joined #dri-devel
kbingham has joined #dri-devel
calebccff has joined #dri-devel
mairacanal has joined #dri-devel
lucaceresoli has joined #dri-devel
dj-death has joined #dri-devel
Plagman has joined #dri-devel
xxmitsu_ has joined #dri-devel
gcarlos has joined #dri-devel
kwizart has joined #dri-devel
KetilJohnsen has joined #dri-devel
phryk has joined #dri-devel
DragoonAethis has joined #dri-devel
paulk has joined #dri-devel
tyalie has joined #dri-devel
moony has joined #dri-devel
mlankhorst has joined #dri-devel
urja has joined #dri-devel
pankart[m] has joined #dri-devel
MrCooper has joined #dri-devel
ced117 has joined #dri-devel
jkhsjdhjs has joined #dri-devel
lcn has joined #dri-devel
Emantor has joined #dri-devel
xantoz has joined #dri-devel
ungeskriptet has joined #dri-devel
larunbe has joined #dri-devel
libv has joined #dri-devel
kugel_ has joined #dri-devel
mstoeckl has joined #dri-devel
digetx_ has joined #dri-devel
mvchtz has joined #dri-devel
kj has joined #dri-devel
marex_ has joined #dri-devel
mceier has joined #dri-devel
Prf_Jakob has joined #dri-devel
yrlf has joined #dri-devel
Venemo has joined #dri-devel
cmeissl[m] has joined #dri-devel
kunal_10185[m] has joined #dri-devel
turol has joined #dri-devel
Surkow|laptop has joined #dri-devel
lemonzest1 has joined #dri-devel
tales-aparecida2 has joined #dri-devel
jernej has joined #dri-devel
simon-perretta-img has joined #dri-devel
crabbedhaloablut has joined #dri-devel
tonyk has joined #dri-devel
aissen has joined #dri-devel
i-garrison has joined #dri-devel
frieder has joined #dri-devel
donaldrobson has joined #dri-devel
xroumegue has joined #dri-devel
rawoul has joined #dri-devel
sven has joined #dri-devel
llyyr has joined #dri-devel
iokill has joined #dri-devel
ds` has joined #dri-devel
Koniiiik has joined #dri-devel
robertfoss has joined #dri-devel
tnt has joined #dri-devel
jadahl has joined #dri-devel
vjaquez has joined #dri-devel
mriesch has joined #dri-devel
moxie has joined #dri-devel
CATS has joined #dri-devel
Nefsen402 has joined #dri-devel
bl4ckb0ne has joined #dri-devel
enunes has joined #dri-devel
mvlad has joined #dri-devel
pinchartl has joined #dri-devel
ndufresne has joined #dri-devel
sre has joined #dri-devel
italove8 has joined #dri-devel
fdu has joined #dri-devel
minecrell has joined #dri-devel
melonai has joined #dri-devel
Guest3714 has joined #dri-devel
CME_ has joined #dri-devel
robmur01 has joined #dri-devel
ccr has joined #dri-devel
padovan has joined #dri-devel
romangg has joined #dri-devel
emersion has joined #dri-devel
Eighth_Doctor has joined #dri-devel
skinkie has joined #dri-devel
MayeulC has joined #dri-devel
tango_ has joined #dri-devel
jmondi has joined #dri-devel
sravn has joined #dri-devel
mort_ has joined #dri-devel
zamundaaa[m] has joined #dri-devel
cyrinux has joined #dri-devel
cazzacarna has joined #dri-devel
mauld has joined #dri-devel
glehmann has joined #dri-devel
vidal72[m] has joined #dri-devel
milek7_ has joined #dri-devel
vyivel has joined #dri-devel
dantob has joined #dri-devel
rgallaispou has joined #dri-devel
qyliss has joined #dri-devel
dv_ has joined #dri-devel
wv has joined #dri-devel
bnieuwenhuizen_ has joined #dri-devel
pq has joined #dri-devel
illwieckz has joined #dri-devel
sre9 has joined #dri-devel
rppt_ has joined #dri-devel
noord_ has joined #dri-devel
tagr has joined #dri-devel
lanodan has joined #dri-devel
Kwiboo has joined #dri-devel
sknebel has joined #dri-devel
sebastiencs9 has joined #dri-devel
bbhtt has joined #dri-devel
pixelcluster has joined #dri-devel
Thymo has joined #dri-devel
pa has joined #dri-devel
glennk has joined #dri-devel
co1umbarius has joined #dri-devel
atipls_ has joined #dri-devel
OftenTimeConsuming has joined #dri-devel
HerrSpliet has joined #dri-devel
Company has joined #dri-devel
jeeeun84135190 has joined #dri-devel
xq has joined #dri-devel
neniagh has joined #dri-devel
marcan has joined #dri-devel
tjaalton has joined #dri-devel
ofirbitt[m] has joined #dri-devel
swiftgeek has joined #dri-devel
dhirschfeld2[m] has joined #dri-devel
undvasistas[m] has joined #dri-devel
krumelmonster has joined #dri-devel
Ella[m] has joined #dri-devel
ohadsharabi[m] has joined #dri-devel
enick_991 has joined #dri-devel
Targetball[m] has joined #dri-devel
Lynne has joined #dri-devel
Amber_Harmonia has joined #dri-devel
linkmauve has joined #dri-devel
Omax has joined #dri-devel
<sima>
mripard, ack on both
kiroma has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
zamundaaa[m] has quit [Ping timeout: 480 seconds]
vidal72[m] has quit [Ping timeout: 480 seconds]
Eighth_Doctor has quit [Ping timeout: 480 seconds]
MayeulC has quit [Ping timeout: 480 seconds]
knr has quit [Ping timeout: 480 seconds]
reactormonk[m] has quit [Ping timeout: 480 seconds]
exp80[m] has quit [Ping timeout: 480 seconds]
Targetball[m] has quit [Ping timeout: 480 seconds]
Ella[m] has quit [Ping timeout: 480 seconds]
enick_991 has quit [Ping timeout: 480 seconds]
undvasistas[m] has quit [Ping timeout: 480 seconds]
dhirschfeld2[m] has quit [Ping timeout: 480 seconds]
ofirbitt[m] has quit [Ping timeout: 480 seconds]
jasuarez has quit [Ping timeout: 480 seconds]
Anson[m] has quit [Ping timeout: 480 seconds]
ohadsharabi[m] has quit [Ping timeout: 480 seconds]
K0bin[m] has quit [Ping timeout: 480 seconds]
bubblethink[m] has quit [Ping timeout: 480 seconds]
treeq[m] has quit [Ping timeout: 480 seconds]
kallisti5[m] has quit [Ping timeout: 480 seconds]
kunal_10185[m] has quit [Ping timeout: 480 seconds]
cmeissl[m] has quit [Ping timeout: 480 seconds]
pankart[m] has quit [Ping timeout: 480 seconds]
dantob has quit [Ping timeout: 480 seconds]
thelounge14 has joined #dri-devel
Guest3630 has quit [Ping timeout: 480 seconds]
vliaskov_ has quit [Remote host closed the connection]
Daanct12 has quit [Quit: WeeChat 4.1.1]
jsa has quit []
danylo has joined #dri-devel
danylo has quit []
danylo has joined #dri-devel
<kj>
For isaspec, what would be the correct way to go about a case where all but one instruction has a specific bit used for a paricular function?
<kj>
I've defined the field in the top most bitset and then used an override in the special case, with an expr that's always true, and provided an "x" pattern as the alternative to the override
<kj>
Not sure if that's the correct way of doing it, or if there's a better way, without having the field defined in each instruction separately
bmodem has joined #dri-devel
heat has quit [Ping timeout: 480 seconds]
yuq825 has left #dri-devel [#dri-devel]
<danylo>
kj Alternatively you could add one more level of inheritance and place that field there. You also could probably move override to the base definition and use params to enable it
<danylo>
But for a single edge case I guess your way is as good as any
<kj>
Thanks. I'll have a look into how params work then
<javierm>
sima, tzimmermann_: what's the difference between "Subsystem-wide refactorings" and "Core refactorings" sections in Documentation/gpu/todo.rst ?
<javierm>
I would had thought the later is for refactoring that don't affect drivers and the former if core + driver changes are needed? But the items in each seems to be inconsistent in that regard
<javierm>
trying to figure out in which one should fall the "Implement buffer age or other damage accumulation algorithm for buffer damage handling" item
<javierm>
emersion: ^
heat has joined #dri-devel
<emersion>
hm i wouldn't call it a refactoring
<javierm>
emersion: yeah me neither but that's how is divided the TODO doc...
<javierm>
there's also "Driver Specific", maybe there?
<javierm>
emersion: hmm, "Bootsplash" and "Brightness handling on devices with multiple internal panels" also have their own sections, I'll add another one then
glennk has joined #dri-devel
heat has quit [Remote host closed the connection]
krh__ has quit []
heat has joined #dri-devel
krh_ has joined #dri-devel
krh_ is now known as krh
kzd has joined #dri-devel
Celmor[m] has joined #dri-devel
macslayer has joined #dri-devel
tzimmermann_ has quit []
tzimmermann has joined #dri-devel
<tzimmermann>
javierm, idk
<jani>
mripard: aww crap. asked for ack, got ack, forgot to record it in the commit messages *facepalm*
psykose has quit [Remote host closed the connection]
psykose has joined #dri-devel
yyds has quit [Remote host closed the connection]
Ahuj has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Leaving]
greenjustin_ is now known as greenjustin
tobiasjakobi has joined #dri-devel
glLiquidAcidARB has joined #dri-devel
tobiasjakobi has quit []
frieder has quit [Remote host closed the connection]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
cmarcelo has joined #dri-devel
cmarcelo has quit []
cmarcelo has joined #dri-devel
testing has joined #dri-devel
cmichael has quit [Quit: Leaving]
pcercuei has quit [Quit: brb]
testing has quit []
Kayden has quit [Quit: -> JF]
<enunes>
emersion daniels so on rpi4 the main device we get from dmabuf feedback in the client is always the gpu render device, and at first we get only tranches still with the gpu device as target devices too, only a bit later we do get a target tranche with the display drm device
<enunes>
it seems to be ok as the only tranche with the scanout flag is the target tranche with the display drm device
<emersion>
yeah that's expected
<enunes>
that info is not passed all the way to the device though, so I guess I need to store it in device specific data so its accessible at the time we do v3dv_AllocateMemory
<emersion>
we need to stash it somewhere just like we stash the modifier list
donaldrobson has quit [Ping timeout: 480 seconds]
zamundaaa[m] has joined #dri-devel
tzimmermann has quit [Quit: Leaving]
oszi has joined #dri-devel
Kayden has joined #dri-devel
cmtarur^ has quit [Remote host closed the connection]
pcercuei has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]
glLiquidAcidARB has quit []
glennk has joined #dri-devel
AnuthaDev has quit []
ungeskriptet is now known as Guest6437
ungeskriptet has joined #dri-devel
ungeskriptet is now known as Guest6438
ungeskriptet has joined #dri-devel
enunes[m] has joined #dri-devel
<enunes[m]>
zamundaaa @zamundaaa:kde.org: I guess it will be ok as long as it sends the proper device and scanout flags in the target tranches (btw I only got your message on matrix not irc)
<zamundaaa[m]>
Ok. Yeah the IRC bridge went down / restarted / whatever today again. This message should get through
apinheiro has joined #dri-devel
<emersion>
it did
Guest6437 has quit [Ping timeout: 480 seconds]
ungeskriptet is now known as Guest6439
ungeskriptet has joined #dri-devel
Guest6438 has quit [Ping timeout: 480 seconds]
Guest6439 has quit [Ping timeout: 480 seconds]
ungeskriptet is now known as Guest6443
ungeskriptet has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
Guest6443 has quit [Ping timeout: 480 seconds]
tursulin has quit [Ping timeout: 480 seconds]
apinheiro has quit [Quit: Leaving]
djbw has quit [Read error: Connection reset by peer]
glennk has quit [Ping timeout: 480 seconds]
HerrSpliet has quit [Quit: Bye bye man, bye bye]
RSpliet has joined #dri-devel
djbw has joined #dri-devel
gouchi has joined #dri-devel
RSpliet has quit [Quit: Bye bye man, bye bye]
RSpliet has joined #dri-devel
RSpliet has quit []
RSpliet has joined #dri-devel
greenjustin__ has joined #dri-devel
Danct12 has quit [Ping timeout: 480 seconds]
agd5f has quit [Remote host closed the connection]
i509vcb has joined #dri-devel
agd5f has joined #dri-devel
Haaninjo has joined #dri-devel
mvlad has quit [Remote host closed the connection]
greenjustin__ has quit [Ping timeout: 480 seconds]
dviola has quit [Quit: WeeChat 4.1.1]
greenjustin_ has joined #dri-devel
Company has quit [Quit: Leaving]
aradhya7 has quit [Quit: Connection closed for inactivity]
dviola has joined #dri-devel
luben has joined #dri-devel
dviola has left #dri-devel [#dri-devel]
greenjustin_ has quit [Ping timeout: 480 seconds]
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
clroeur^ has joined #dri-devel
Haaninjo has quit [Quit: Ex-Chat]
heat has quit [Read error: Connection reset by peer]
heat has joined #dri-devel
glennk has joined #dri-devel
gouchi has quit [Remote host closed the connection]
sima has quit [Ping timeout: 480 seconds]
Duke` has quit [Ping timeout: 480 seconds]
heat_ has joined #dri-devel
heat has quit [Read error: No route to host]
jkrzyszt has quit [Ping timeout: 480 seconds]
OftenTimeConsuming has quit [Server closed connection]
OftenTimeConsuming has joined #dri-devel
<kiroma>
Hey, I've gotten myself recently an ARM board and wanted to try contributing to Mesa, what's usually used to test for breakages between patches?
<HdkR>
piglit and Khronos CTS
<HdkR>
Which are a nice suite of test cases to ensure the world doesn't break :)