ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
<imirkin_> where it does the texture 4x, with the "other" lanes masked out each time
<imirkin_> [if it doesn't fall into what's implicitly supported by the "native" textureGrad opcode]
<graphitemaster> On NV it's not even necessary to emit textureGrad because the TSC does have support to change the derivatives used, so this is just a missed optimization of nouveau.
<imirkin_> ok, but like ... heh
<imirkin_> i can only imagine the disaster it will cause on r600
<graphitemaster> I mean if I sketched out a proposal it would basically be, drivers need a way to list what the default derivatives are for implicit lod samplers, and if it can be changed, mesa needs to honor glHint unconditionally regardless of the hardware, taking care to emulate the behavior in software (with textureGrad) if the hardware does not support it, and then NIR needs lower passes to find and remove explicit textureGrad and textureLod
<graphitemaster> uses that happen to match what the hardware is currently configured as, including coarse derivatives (quad share hack in that article I linked) so that we have consistency with D3D even on hardware that only has Fine derivatives.
tursulin has quit [Read error: Connection reset by peer]
<graphitemaster> This then makes GL_NICEST = Fine, GL_FASTEST = Coarse, and GL_DONT_CARE = What is Mesa default (conveniently also what is GL default). I suppose we could argue that on hardware with only Fine derivatives, emulating Coarse when GL_FASTEST wouldn't actually be the fastest, but that article I linked that emulates Coarse with Fine does so without any measurable overhead.
nchery has quit [Quit: Leaving]
Lightkey has quit [Ping timeout: 480 seconds]
Lightkey has joined #dri-devel
camus has joined #dri-devel
Company has quit [Quit: Leaving]
<jekstrand> graphitemaster: At least on Intel, I know of no way to change implicit LOD behavior
camus has quit [Ping timeout: 480 seconds]
gpoo has quit [Ping timeout: 480 seconds]
<mareko> "without any measurable overhead" - well that's a bold statement
<agd5f> JoshuaAshton, yeah, trying to find the right business unit rep verify that with
gpoo has joined #dri-devel
camus has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Read error: Connection reset by peer]
sdutt has quit [Read error: Connection reset by peer]
mbrost has quit [Read error: Connection reset by peer]
mbrost has joined #dri-devel
sdutt has joined #dri-devel
camus has joined #dri-devel
<graphitemaster> jekstrand, SAMPLER_STATE: "Allow low quality LOD calculation" (dword 3, bit 24), it looks like it interacts with dword 0, bit 0 "Lod Algorithm" which can be set to LEGACY or EWA (This is for anisotropic filtering). So at least Xe has these bits, that's the doc I'm reading, check pages 871 (888 in the PDF), and 876 (894 in the PDF), it looks like when Allow low quality LOD calculation is set, the sampler uses coarse, while when
<graphitemaster> it's unset it uses fine.
<graphitemaster> I dunno if older Intel iGPUs have it, hard to find those documents :P
<graphitemaster> You can also pick the actual linear filtering quality in here too, that's kind of neat.
camus1 has quit [Ping timeout: 480 seconds]
ngcortes has quit [Ping timeout: 480 seconds]
<mareko> AMD hasn't used coarse derivatives for implicit LOD since 2011 GPUs at least
<mareko> past AMD hw had the option to use coarse derivatives there, but it was just dark silicon
boistordu_old has joined #dri-devel
<graphitemaster> So AMD GPUs are not D3D spec compliant then?
<graphitemaster> Or I suppose the D3D driver has to do some hacky stuff to emulate coarse derivatives for LOD.
<mareko> non-compliant? yes; emulation? no
<mareko> exceptions are given for non-compliance for both D3D and GL
ngcortes has joined #dri-devel
boistordu has quit [Ping timeout: 480 seconds]
ngcortes has quit [Remote host closed the connection]
gpoo has quit [Ping timeout: 480 seconds]
gpoo has joined #dri-devel
<mareko> specs sometimes go the other way and are changed to match what the drivers do
MrCooper_ has joined #dri-devel
MrCooper has quit [Remote host closed the connection]
<graphitemaster> That's a bit frustrating. These minor quirks really ought to be defined.
orbea has quit [Quit: You defeated orbea! 2383232 XP gained!]
camus1 has joined #dri-devel
orbea has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
camus1 has quit [Ping timeout: 480 seconds]
aravind has joined #dri-devel
cedric has joined #dri-devel
bluebugs has quit [Ping timeout: 480 seconds]
jessica_24 has quit [Quit: Connection closed for inactivity]
moa has joined #dri-devel
Duke`` has joined #dri-devel
cedric has quit [Ping timeout: 480 seconds]
camus has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
Kayden has joined #dri-devel
lemonzest has joined #dri-devel
camus has joined #dri-devel
mattrope has quit [Read error: Connection reset by peer]
gpoo has quit [Ping timeout: 480 seconds]
mlankhorst has joined #dri-devel
gpoo has joined #dri-devel
<airlied> mlankhorst: all merged thanks!
K`den has joined #dri-devel
Kayden has quit [Read error: Connection reset by peer]
Duke`` has quit [Ping timeout: 480 seconds]
pnowack has joined #dri-devel
tzimmermann has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
K`den has quit []
Kayden has joined #dri-devel
tzimmermann has quit [Read error: Connection reset by peer]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
camus has joined #dri-devel
camus has quit [Remote host closed the connection]
camus has joined #dri-devel
Lucretia has joined #dri-devel
sdutt has quit [Remote host closed the connection]
rsalvaterra_ has joined #dri-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
danvet has joined #dri-devel
rasterman has joined #dri-devel
<tomeu> anholt_: this device went away and the retry logic seemed to have trouble retaking after: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/12338163
MrCooper_ is now known as MrCooper
<airlied> agd5f: btw git grep " $" drivers/gpu/drm/amd is showing a few files sneaking in with trailing whitespace
<JTL> airlied: okay to ask amdgpu question here?
<airlied> JTL: okay to ask, but I probably won't be here to answer (gotta run), will check later, agd5f is the person to ask these things usually
<JTL> fair
<JTL> for amdgpu, how to determine which DCE version is used for a GPU?
<JTL> (as for why, studying said driver code for a project)
<MrCooper> JTL: for VI or older, "git grep 'amdgpu_device_ip_block_add.*dce_v[0-9]' drivers/gpu/drm/amd/amdgpu" is a good start
<MrCooper> for newer, need to search under drivers/gpu/drm/amd/display/
<JTL> ah
pcercuei has joined #dri-devel
jkrzyszt has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
mlankhorst has quit [Ping timeout: 480 seconds]
xexaxo has joined #dri-devel
tzimmermann has joined #dri-devel
mbrost has quit []
boistordu_old has quit [Remote host closed the connection]
mlankhorst has joined #dri-devel
Lucretia has quit [coherence.oftc.net synthon.oftc.net]
thellstrom has quit [coherence.oftc.net synthon.oftc.net]
Lightkey has quit [coherence.oftc.net synthon.oftc.net]
adjtm has quit [coherence.oftc.net synthon.oftc.net]
aissen has quit [coherence.oftc.net synthon.oftc.net]
bcarvalho has quit [coherence.oftc.net synthon.oftc.net]
enunes has quit [coherence.oftc.net synthon.oftc.net]
yoslin has quit [coherence.oftc.net synthon.oftc.net]
xantoz has quit [coherence.oftc.net synthon.oftc.net]
alatiera has quit [coherence.oftc.net synthon.oftc.net]
dv_ has quit [coherence.oftc.net synthon.oftc.net]
mwk has quit [coherence.oftc.net synthon.oftc.net]
hatrix has quit [coherence.oftc.net synthon.oftc.net]
Guest1023 has quit [coherence.oftc.net synthon.oftc.net]
jekstrand[m] has quit [coherence.oftc.net synthon.oftc.net]
glennk has quit [coherence.oftc.net synthon.oftc.net]
mtretter has quit [coherence.oftc.net synthon.oftc.net]
swick has quit [coherence.oftc.net synthon.oftc.net]
shadeslayer has quit [coherence.oftc.net synthon.oftc.net]
leandrohrb2 has quit [coherence.oftc.net synthon.oftc.net]
Newbyte has quit [coherence.oftc.net synthon.oftc.net]
Akari has quit [coherence.oftc.net synthon.oftc.net]
turol has quit [coherence.oftc.net synthon.oftc.net]
xxmitsu_ has quit [coherence.oftc.net synthon.oftc.net]
ickle has quit [coherence.oftc.net synthon.oftc.net]
dliviu has quit [coherence.oftc.net synthon.oftc.net]
jasuarez has quit [coherence.oftc.net synthon.oftc.net]
tomeu has quit [coherence.oftc.net synthon.oftc.net]
tomba has quit [coherence.oftc.net synthon.oftc.net]
neobrain[m] has quit [coherence.oftc.net synthon.oftc.net]
lanodan has quit [coherence.oftc.net synthon.oftc.net]
urja has quit [coherence.oftc.net synthon.oftc.net]
ced117 has quit [coherence.oftc.net synthon.oftc.net]
pinchartl has quit [coherence.oftc.net synthon.oftc.net]
Surkow|laptop has quit [coherence.oftc.net synthon.oftc.net]
jkrzyszt has quit [coherence.oftc.net synthon.oftc.net]
mlankhorst has quit [coherence.oftc.net synthon.oftc.net]
rsalvaterra_ has quit [coherence.oftc.net synthon.oftc.net]
lemonzest has quit [coherence.oftc.net synthon.oftc.net]
agx has quit [coherence.oftc.net synthon.oftc.net]
illwieckz has quit [coherence.oftc.net synthon.oftc.net]
ppascher has quit [coherence.oftc.net synthon.oftc.net]
cwfitzgerald[m] has quit [coherence.oftc.net synthon.oftc.net]
Namarrgon has quit [coherence.oftc.net synthon.oftc.net]
RAOFhehis[m] has quit [coherence.oftc.net synthon.oftc.net]
jenatali has quit [coherence.oftc.net synthon.oftc.net]
egalli has quit [coherence.oftc.net synthon.oftc.net]
robertmader[m] has quit [coherence.oftc.net synthon.oftc.net]
reactormonk[m] has quit [coherence.oftc.net synthon.oftc.net]
_alice has quit [coherence.oftc.net synthon.oftc.net]
user1tt[m] has quit [coherence.oftc.net synthon.oftc.net]
Koniiiik has quit [coherence.oftc.net synthon.oftc.net]
mwalle has quit [coherence.oftc.net synthon.oftc.net]
valentind has quit [coherence.oftc.net synthon.oftc.net]
lplc has quit [coherence.oftc.net synthon.oftc.net]
sravn has quit [coherence.oftc.net synthon.oftc.net]
Moiman has quit [coherence.oftc.net synthon.oftc.net]
Dylanger has quit [coherence.oftc.net synthon.oftc.net]
nielsdg has quit [coherence.oftc.net synthon.oftc.net]
danylo has quit [coherence.oftc.net synthon.oftc.net]
iokill has quit [coherence.oftc.net synthon.oftc.net]
T_UNIX has quit [coherence.oftc.net synthon.oftc.net]
vup has quit [coherence.oftc.net synthon.oftc.net]
nadrian has quit [coherence.oftc.net synthon.oftc.net]
fahien2 has quit [coherence.oftc.net synthon.oftc.net]
gnustomp[m] has quit [coherence.oftc.net synthon.oftc.net]
dj-death has quit [coherence.oftc.net synthon.oftc.net]
atulu[m] has quit [coherence.oftc.net synthon.oftc.net]
Ziemas has quit [coherence.oftc.net synthon.oftc.net]
haasn has quit [coherence.oftc.net synthon.oftc.net]
Adrinael has quit [coherence.oftc.net synthon.oftc.net]
buhman has quit [coherence.oftc.net synthon.oftc.net]
milek7 has quit [coherence.oftc.net synthon.oftc.net]
mripard has quit [coherence.oftc.net synthon.oftc.net]
hikiko has quit [coherence.oftc.net synthon.oftc.net]
pH5 has quit [coherence.oftc.net synthon.oftc.net]
Plagman has quit [coherence.oftc.net synthon.oftc.net]
minecrell has quit [coherence.oftc.net synthon.oftc.net]
CME has quit [coherence.oftc.net synthon.oftc.net]
HdkR has quit [coherence.oftc.net synthon.oftc.net]
tjaalton has quit [coherence.oftc.net synthon.oftc.net]
bl4ckb0ne has quit [coherence.oftc.net synthon.oftc.net]
jcristau has quit [coherence.oftc.net synthon.oftc.net]
Guest1889 has quit [coherence.oftc.net synthon.oftc.net]
robertfoss has quit [coherence.oftc.net synthon.oftc.net]
bnieuwenhuizen has quit [coherence.oftc.net synthon.oftc.net]
tzimmermann has quit [coherence.oftc.net synthon.oftc.net]
pcercuei has quit [coherence.oftc.net synthon.oftc.net]
rasterman has quit [coherence.oftc.net synthon.oftc.net]
Terman has quit [coherence.oftc.net synthon.oftc.net]
Putti has quit [coherence.oftc.net synthon.oftc.net]
bbrezillon has quit [coherence.oftc.net synthon.oftc.net]
undvasistas[m] has quit [coherence.oftc.net synthon.oftc.net]
ella-0[m] has quit [coherence.oftc.net synthon.oftc.net]
icecream95 has quit [coherence.oftc.net synthon.oftc.net]
DPA has quit [coherence.oftc.net synthon.oftc.net]
FLHerne has quit [coherence.oftc.net synthon.oftc.net]
marcan has quit [coherence.oftc.net synthon.oftc.net]
jjardon has quit [coherence.oftc.net synthon.oftc.net]
dreda has quit [coherence.oftc.net synthon.oftc.net]
Sumera has quit [coherence.oftc.net synthon.oftc.net]
ccr has quit [coherence.oftc.net synthon.oftc.net]
kabel has quit [coherence.oftc.net synthon.oftc.net]
ceyusa has quit [coherence.oftc.net synthon.oftc.net]
zzag has quit [coherence.oftc.net synthon.oftc.net]
mceier has quit [coherence.oftc.net synthon.oftc.net]
egbert has quit [coherence.oftc.net synthon.oftc.net]
MrRml[m] has quit [coherence.oftc.net synthon.oftc.net]
pendingchaos has quit [coherence.oftc.net synthon.oftc.net]
rellla has quit [coherence.oftc.net synthon.oftc.net]
narmstrong has quit [coherence.oftc.net synthon.oftc.net]
eric_engestrom has quit [coherence.oftc.net synthon.oftc.net]
kgz has quit [coherence.oftc.net synthon.oftc.net]
mmind00 has quit [coherence.oftc.net synthon.oftc.net]
nroberts has quit [coherence.oftc.net synthon.oftc.net]
dottedmag has quit [coherence.oftc.net synthon.oftc.net]
imre has quit [coherence.oftc.net synthon.oftc.net]
libv has quit [coherence.oftc.net synthon.oftc.net]
cmarcelo has quit [coherence.oftc.net synthon.oftc.net]
dcbaker has quit [coherence.oftc.net synthon.oftc.net]
xerpi[m] has quit [coherence.oftc.net synthon.oftc.net]
hwentlan has quit [coherence.oftc.net synthon.oftc.net]
qyliss has quit [coherence.oftc.net synthon.oftc.net]
cwabbott has quit [coherence.oftc.net synthon.oftc.net]
xexaxo has quit [coherence.oftc.net synthon.oftc.net]
danvet has quit [coherence.oftc.net synthon.oftc.net]
pnowack has quit [coherence.oftc.net synthon.oftc.net]
i-garrison has quit [coherence.oftc.net synthon.oftc.net]
padovan4 has quit [coherence.oftc.net synthon.oftc.net]
Erandir has quit [coherence.oftc.net synthon.oftc.net]
zamundaaa has quit [coherence.oftc.net synthon.oftc.net]
mntmn has quit [coherence.oftc.net synthon.oftc.net]
aura[m] has quit [coherence.oftc.net synthon.oftc.net]
Anson[m] has quit [coherence.oftc.net synthon.oftc.net]
kusma has quit [coherence.oftc.net synthon.oftc.net]
zzoon_holidays_till_21th[m] has quit [coherence.oftc.net synthon.oftc.net]
romangg has quit [coherence.oftc.net synthon.oftc.net]
tagr has quit [coherence.oftc.net synthon.oftc.net]
pq has quit [coherence.oftc.net synthon.oftc.net]
tango_ has quit [coherence.oftc.net synthon.oftc.net]
evadot has quit [coherence.oftc.net synthon.oftc.net]
YaLTeR[m] has quit [coherence.oftc.net synthon.oftc.net]
vsyrjala has quit [coherence.oftc.net synthon.oftc.net]
Emantor has quit [coherence.oftc.net synthon.oftc.net]
baryluk has quit [coherence.oftc.net synthon.oftc.net]
marex has quit [coherence.oftc.net synthon.oftc.net]
Viciouss has quit [coherence.oftc.net synthon.oftc.net]
dllud has quit [coherence.oftc.net synthon.oftc.net]
Ristovski has quit [coherence.oftc.net synthon.oftc.net]
pepp has quit [coherence.oftc.net synthon.oftc.net]
Venemo has quit [coherence.oftc.net synthon.oftc.net]
hakzsam has quit [coherence.oftc.net synthon.oftc.net]
JoshuaAshton has quit [coherence.oftc.net synthon.oftc.net]
mupuf has quit [coherence.oftc.net synthon.oftc.net]
ubitux has quit [coherence.oftc.net synthon.oftc.net]
rawoul has quit [coherence.oftc.net synthon.oftc.net]
go4godvin has quit [coherence.oftc.net synthon.oftc.net]
Tooniis[m] has quit [coherence.oftc.net synthon.oftc.net]
jkqxz has quit [coherence.oftc.net synthon.oftc.net]
jernej has quit [coherence.oftc.net synthon.oftc.net]
javierm has quit [coherence.oftc.net synthon.oftc.net]
Prf_Jakob has quit [coherence.oftc.net synthon.oftc.net]
crabbedhaloablut has quit [coherence.oftc.net synthon.oftc.net]
steev has quit [coherence.oftc.net synthon.oftc.net]
haagch has quit [coherence.oftc.net synthon.oftc.net]
V has quit [coherence.oftc.net synthon.oftc.net]
mriesch has quit [coherence.oftc.net synthon.oftc.net]
gruetzkopf has quit [coherence.oftc.net synthon.oftc.net]
jadahl has quit [coherence.oftc.net synthon.oftc.net]
muhomor has quit [coherence.oftc.net synthon.oftc.net]
dos1 has quit [coherence.oftc.net synthon.oftc.net]
moa has quit [coherence.oftc.net synthon.oftc.net]
orbea has quit [coherence.oftc.net synthon.oftc.net]
ella-0 has quit [coherence.oftc.net synthon.oftc.net]
flacks has quit [coherence.oftc.net synthon.oftc.net]
Ryback_ has quit [coherence.oftc.net synthon.oftc.net]
unerlige has quit [coherence.oftc.net synthon.oftc.net]
pzanoni has quit [coherence.oftc.net synthon.oftc.net]
graphitemaster has quit [coherence.oftc.net synthon.oftc.net]
flto has quit [coherence.oftc.net synthon.oftc.net]
jcline_ has quit [coherence.oftc.net synthon.oftc.net]
cwfitzgerald has quit [coherence.oftc.net synthon.oftc.net]
rando25902 has quit [coherence.oftc.net synthon.oftc.net]
emersion has quit [coherence.oftc.net synthon.oftc.net]
ajax has quit [coherence.oftc.net synthon.oftc.net]
karolherbst has quit [coherence.oftc.net synthon.oftc.net]
zf has quit [coherence.oftc.net synthon.oftc.net]
reductum has quit [coherence.oftc.net synthon.oftc.net]
imirkin_ has quit [coherence.oftc.net synthon.oftc.net]
robink has quit [coherence.oftc.net synthon.oftc.net]
anarsoul has quit [coherence.oftc.net synthon.oftc.net]
SanchayanMaity has quit [coherence.oftc.net synthon.oftc.net]
ogabbay has quit [coherence.oftc.net synthon.oftc.net]
sh_zam has quit [coherence.oftc.net synthon.oftc.net]
rossy has quit [coherence.oftc.net synthon.oftc.net]
Sachiel has quit [coherence.oftc.net synthon.oftc.net]
rg3igalia has quit [coherence.oftc.net synthon.oftc.net]
Kayden has quit [coherence.oftc.net synthon.oftc.net]
gpoo has quit [coherence.oftc.net synthon.oftc.net]
macromorgan has quit [coherence.oftc.net synthon.oftc.net]
ezequielg has quit [coherence.oftc.net synthon.oftc.net]
rpigott has quit [coherence.oftc.net synthon.oftc.net]
soreau has quit [coherence.oftc.net synthon.oftc.net]
aswar002 has quit [coherence.oftc.net synthon.oftc.net]
LaserEyess has quit [coherence.oftc.net synthon.oftc.net]
cphealy has quit [coherence.oftc.net synthon.oftc.net]
sigmaris has quit [coherence.oftc.net synthon.oftc.net]
zackr has quit [coherence.oftc.net synthon.oftc.net]
sarnex has quit [coherence.oftc.net synthon.oftc.net]
jrayhawk has quit [coherence.oftc.net synthon.oftc.net]
tfiga has quit [coherence.oftc.net synthon.oftc.net]
craftyguy has quit [coherence.oftc.net synthon.oftc.net]
mslusarz has quit [coherence.oftc.net synthon.oftc.net]
glisse has quit [coherence.oftc.net synthon.oftc.net]
mareko has quit [coherence.oftc.net synthon.oftc.net]
silver has quit [coherence.oftc.net synthon.oftc.net]
FluffyFoxeh has quit [coherence.oftc.net synthon.oftc.net]
quantum5 has quit [coherence.oftc.net synthon.oftc.net]
tlwoerner has quit [coherence.oftc.net synthon.oftc.net]
mattst88 has quit [coherence.oftc.net synthon.oftc.net]
GreaseMonkey has quit [coherence.oftc.net synthon.oftc.net]
austriancoder has quit [coherence.oftc.net synthon.oftc.net]
hfink has quit [coherence.oftc.net synthon.oftc.net]
kisak has quit [coherence.oftc.net synthon.oftc.net]
ds` has quit [coherence.oftc.net synthon.oftc.net]
jekstrand has quit [coherence.oftc.net synthon.oftc.net]
tchar has quit [coherence.oftc.net synthon.oftc.net]
sauce has quit [coherence.oftc.net synthon.oftc.net]
robher has quit [coherence.oftc.net synthon.oftc.net]
jolan has quit [coherence.oftc.net synthon.oftc.net]
dianders has quit [coherence.oftc.net synthon.oftc.net]
siqueira has quit [coherence.oftc.net synthon.oftc.net]
swivel has quit [coherence.oftc.net synthon.oftc.net]
alanc has quit [coherence.oftc.net synthon.oftc.net]
MrCooper has quit [coherence.oftc.net synthon.oftc.net]
dviola has quit [coherence.oftc.net synthon.oftc.net]
sumits has quit [coherence.oftc.net synthon.oftc.net]
mdnavare has quit [coherence.oftc.net synthon.oftc.net]
anujp has quit [coherence.oftc.net synthon.oftc.net]
rsripada has quit [coherence.oftc.net synthon.oftc.net]
hch12907 has quit [coherence.oftc.net synthon.oftc.net]
sneil has quit [coherence.oftc.net synthon.oftc.net]
mauld has quit [coherence.oftc.net synthon.oftc.net]
hanetzer has quit [coherence.oftc.net synthon.oftc.net]
airlied has quit [coherence.oftc.net synthon.oftc.net]
Lyude has quit [coherence.oftc.net synthon.oftc.net]
agd5f has quit [coherence.oftc.net synthon.oftc.net]
dri-logger has quit [coherence.oftc.net synthon.oftc.net]
sagar_ has quit [coherence.oftc.net synthon.oftc.net]
anholt_ has quit [coherence.oftc.net synthon.oftc.net]
imirkin has quit [coherence.oftc.net synthon.oftc.net]
drawat has quit [coherence.oftc.net synthon.oftc.net]
Stary has quit [coherence.oftc.net synthon.oftc.net]
arnd has quit [coherence.oftc.net synthon.oftc.net]
xlei has quit [coherence.oftc.net synthon.oftc.net]
ayaka has quit [coherence.oftc.net synthon.oftc.net]
JTL has quit [coherence.oftc.net synthon.oftc.net]
SolarAquarion has quit [coherence.oftc.net synthon.oftc.net]
mmenzyns has quit [coherence.oftc.net synthon.oftc.net]
TD-Linux has quit [coherence.oftc.net synthon.oftc.net]
kurufu has quit [coherence.oftc.net synthon.oftc.net]
abhinav__ has quit [coherence.oftc.net synthon.oftc.net]
halfline has quit [coherence.oftc.net synthon.oftc.net]
jbarnes has quit [coherence.oftc.net synthon.oftc.net]
chadv has quit [coherence.oftc.net synthon.oftc.net]
kem has quit [coherence.oftc.net synthon.oftc.net]
sarnold has quit [coherence.oftc.net synthon.oftc.net]
rcf has quit [coherence.oftc.net synthon.oftc.net]
krh has quit [coherence.oftc.net synthon.oftc.net]
dschuermann has quit [coherence.oftc.net synthon.oftc.net]
zmike has quit [coherence.oftc.net synthon.oftc.net]
mvlad has quit [coherence.oftc.net synthon.oftc.net]
samuelig has quit [coherence.oftc.net synthon.oftc.net]
Lightsword has quit [coherence.oftc.net synthon.oftc.net]
cyrozap has quit [coherence.oftc.net synthon.oftc.net]
jljusten has quit [coherence.oftc.net synthon.oftc.net]
melissawen has quit [coherence.oftc.net synthon.oftc.net]
daniels has quit [coherence.oftc.net synthon.oftc.net]
clever has quit [coherence.oftc.net synthon.oftc.net]
ZeZu has quit [coherence.oftc.net synthon.oftc.net]
sagar_ has joined #dri-devel
imirkin has joined #dri-devel
tursulin has joined #dri-devel
mlankhorst has joined #dri-devel
tzimmermann has joined #dri-devel
xexaxo has joined #dri-devel
pcercuei has joined #dri-devel
jkrzyszt has joined #dri-devel
rasterman has joined #dri-devel
rsalvaterra_ has joined #dri-devel
danvet has joined #dri-devel
Lucretia has joined #dri-devel
alanc has joined #dri-devel
pnowack has joined #dri-devel
Kayden has joined #dri-devel
moa has joined #dri-devel
gpoo has joined #dri-devel
MrCooper has joined #dri-devel
orbea has joined #dri-devel
Lightkey has joined #dri-devel
agx has joined #dri-devel
adjtm has joined #dri-devel
thellstrom has joined #dri-devel
dviola has joined #dri-devel
macromorgan has joined #dri-devel
ezequielg has joined #dri-devel
aissen has joined #dri-devel
flacks has joined #dri-devel
ella-0 has joined #dri-devel
rg3igalia has joined #dri-devel
ppascher has joined #dri-devel
sumits has joined #dri-devel
bcarvalho has joined #dri-devel
Terman has joined #dri-devel
enunes has joined #dri-devel
Putti has joined #dri-devel
rpigott has joined #dri-devel
soreau has joined #dri-devel
illwieckz has joined #dri-devel
mdnavare has joined #dri-devel
yoslin has joined #dri-devel
anujp has joined #dri-devel
Ryback_ has joined #dri-devel
aswar002 has joined #dri-devel
rsripada has joined #dri-devel
unerlige has joined #dri-devel
pzanoni has joined #dri-devel
hch12907 has joined #dri-devel
graphitemaster has joined #dri-devel
sneil has joined #dri-devel
LaserEyess has joined #dri-devel
i-garrison has joined #dri-devel
flto has joined #dri-devel
sigmaris has joined #dri-devel
alatiera has joined #dri-devel
jcline_ has joined #dri-devel
padovan4 has joined #dri-devel
dv_ has joined #dri-devel
tchar has joined #dri-devel
cwfitzgerald has joined #dri-devel
Erandir has joined #dri-devel
cwfitzgerald[m] has joined #dri-devel
cphealy has joined #dri-devel
hanetzer has joined #dri-devel
ZeZu has joined #dri-devel
mtretter has joined #dri-devel
hatrix has joined #dri-devel
leandrohrb2 has joined #dri-devel
shadeslayer has joined #dri-devel
mwk has joined #dri-devel
tomeu has joined #dri-devel
lanodan has joined #dri-devel
swick has joined #dri-devel
Akari has joined #dri-devel
bbrezillon has joined #dri-devel
jasuarez has joined #dri-devel
xxmitsu_ has joined #dri-devel
jekstrand[m] has joined #dri-devel
neobrain[m] has joined #dri-devel
Guest1023 has joined #dri-devel
Newbyte has joined #dri-devel
tomba has joined #dri-devel
turol has joined #dri-devel
pinchartl has joined #dri-devel
ced117 has joined #dri-devel
ickle has joined #dri-devel
urja has joined #dri-devel
Namarrgon has joined #dri-devel
dliviu has joined #dri-devel
Surkow|laptop has joined #dri-devel
glennk has joined #dri-devel
xantoz has joined #dri-devel
milek7 has joined #dri-devel
Ziemas has joined #dri-devel
Adrinael has joined #dri-devel
vup has joined #dri-devel
buhman has joined #dri-devel
bnieuwenhuizen has joined #dri-devel
HdkR has joined #dri-devel
Plagman has joined #dri-devel
hikiko has joined #dri-devel
iokill has joined #dri-devel
dj-death has joined #dri-devel
fahien2 has joined #dri-devel
bl4ckb0ne has joined #dri-devel
jcristau has joined #dri-devel
CME has joined #dri-devel
mripard has joined #dri-devel
robertfoss has joined #dri-devel
minecrell has joined #dri-devel
Moiman has joined #dri-devel
Dylanger has joined #dri-devel
atulu[m] has joined #dri-devel
RAOFhehis[m] has joined #dri-devel
danylo has joined #dri-devel
egalli has joined #dri-devel
gnustomp[m] has joined #dri-devel
reactormonk[m] has joined #dri-devel
jenatali has joined #dri-devel
robertmader[m] has joined #dri-devel
T_UNIX has joined #dri-devel
_alice has joined #dri-devel
user1tt[m] has joined #dri-devel
tjaalton has joined #dri-devel
Koniiiik has joined #dri-devel
nadrian has joined #dri-devel
valentind has joined #dri-devel
pH5 has joined #dri-devel
haasn has joined #dri-devel
mwalle has joined #dri-devel
Guest1889 has joined #dri-devel
lplc has joined #dri-devel
eric_engestrom has joined #dri-devel
narmstrong has joined #dri-devel
hwentlan has joined #dri-devel
cwabbott has joined #dri-devel
zzag has joined #dri-devel
rellla has joined #dri-devel
ccr has joined #dri-devel
marcan has joined #dri-devel
jjardon has joined #dri-devel
kgz has joined #dri-devel
nroberts has joined #dri-devel
dreda has joined #dri-devel
mmind00 has joined #dri-devel
libv has joined #dri-devel
ceyusa has joined #dri-devel
mceier has joined #dri-devel
ella-0[m] has joined #dri-devel
icecream95 has joined #dri-devel
undvasistas[m] has joined #dri-devel
MrRml[m] has joined #dri-devel
egbert has joined #dri-devel
nielsdg has joined #dri-devel
dottedmag has joined #dri-devel
DPA has joined #dri-devel
cmarcelo has joined #dri-devel
xerpi[m] has joined #dri-devel
kabel has joined #dri-devel
Sumera has joined #dri-devel
qyliss has joined #dri-devel
pendingchaos has joined #dri-devel
dcbaker has joined #dri-devel
FLHerne has joined #dri-devel
imre has joined #dri-devel
jadahl has joined #dri-devel
vsyrjala has joined #dri-devel
JoshuaAshton has joined #dri-devel
romangg has joined #dri-devel
haagch has joined #dri-devel
jkqxz has joined #dri-devel
ubitux has joined #dri-devel
Prf_Jakob has joined #dri-devel
rawoul has joined #dri-devel
marex has joined #dri-devel
tagr has joined #dri-devel
baryluk has joined #dri-devel
steev has joined #dri-devel
mriesch has joined #dri-devel
pq has joined #dri-devel
gruetzkopf has joined #dri-devel
dos1 has joined #dri-devel
mntmn has joined #dri-devel
zamundaaa has joined #dri-devel
V has joined #dri-devel
tango_ has joined #dri-devel
Anson[m] has joined #dri-devel
aura[m] has joined #dri-devel
go4godvin has joined #dri-devel
zzoon_holidays_till_21th[m] has joined #dri-devel
Venemo has joined #dri-devel
YaLTeR[m] has joined #dri-devel
Tooniis[m] has joined #dri-devel
evadot has joined #dri-devel
kusma has joined #dri-devel
muhomor has joined #dri-devel
javierm has joined #dri-devel
Ristovski has joined #dri-devel
Viciouss has joined #dri-devel
Emantor has joined #dri-devel
mupuf has joined #dri-devel
hakzsam has joined #dri-devel
dllud has joined #dri-devel
crabbedhaloablut has joined #dri-devel
pepp has joined #dri-devel
jernej has joined #dri-devel
jrayhawk has joined #dri-devel
sarnex has joined #dri-devel
zackr has joined #dri-devel
tfiga has joined #dri-devel
Lyude has joined #dri-devel
airlied has joined #dri-devel
rando25902 has joined #dri-devel
emersion has joined #dri-devel
craftyguy has joined #dri-devel
ajax has joined #dri-devel
karolherbst has joined #dri-devel
agd5f has joined #dri-devel
zf has joined #dri-devel
sravn has joined #dri-devel
reductum has joined #dri-devel
mslusarz has joined #dri-devel
mareko has joined #dri-devel
glisse has joined #dri-devel
dri-logger has joined #dri-devel
imirkin_ has joined #dri-devel
robink has joined #dri-devel
quantum5 has joined #dri-devel
silver has joined #dri-devel
FluffyFoxeh has joined #dri-devel
mauld has joined #dri-devel
siqueira has joined #dri-devel
sarnold has joined #dri-devel
robher has joined #dri-devel
ayaka has joined #dri-devel
anarsoul has joined #dri-devel
GreaseMonkey has joined #dri-devel
Stary has joined #dri-devel
austriancoder has joined #dri-devel
arnd has joined #dri-devel
SanchayanMaity has joined #dri-devel
xlei has joined #dri-devel
swivel has joined #dri-devel
hfink has joined #dri-devel
kisak has joined #dri-devel
tlwoerner has joined #dri-devel
kurufu has joined #dri-devel
drawat has joined #dri-devel
JTL has joined #dri-devel
anholt_ has joined #dri-devel
mattst88 has joined #dri-devel
dianders has joined #dri-devel
jekstrand has joined #dri-devel
ds` has joined #dri-devel
jolan has joined #dri-devel
sauce has joined #dri-devel
kem has joined #dri-devel
mmenzyns has joined #dri-devel
rossy has joined #dri-devel
Sachiel has joined #dri-devel
sh_zam has joined #dri-devel
jljusten has joined #dri-devel
mvlad has joined #dri-devel
halfline has joined #dri-devel
chadv has joined #dri-devel
ogabbay has joined #dri-devel
Lightsword has joined #dri-devel
abhinav__ has joined #dri-devel
cyrozap has joined #dri-devel
SolarAquarion has joined #dri-devel
melissawen has joined #dri-devel
TD-Linux has joined #dri-devel
jbarnes has joined #dri-devel
rcf has joined #dri-devel
clever has joined #dri-devel
krh has joined #dri-devel
samuelig has joined #dri-devel
dschuermann has joined #dri-devel
zmike has joined #dri-devel
daniels has joined #dri-devel
boistordu_ex has joined #dri-devel
lemonzest has joined #dri-devel
camus1 has quit [Ping timeout: 480 seconds]
tzimmermann has quit [Quit: Leaving]
flacks has quit [Quit: Quitter]
flacks has joined #dri-devel
anujp has quit [Ping timeout: 480 seconds]
anujp has joined #dri-devel
Danct12 has quit [Quit: Quitting]
Danct12 has joined #dri-devel
<jekstrand> graphitemaster: Yes, that bit exists. I don't think it's just a derivative control bit.
Company has joined #dri-devel
ella-0 has quit [Remote host closed the connection]
<agd5f> JTL, it's statically mapped in the driver since there are a bunch of DCE/DCN versions. See the paths MrCooper mentioned
<JTL> I saw
<JTL> Think I found what I'm looking for now
<JTL> Cheers
<agd5f> how does on delete a personal project on gitlab? Or better yet, how do you change it from private to public. It won't let me change it to public in the settings.
<bnieuwenhuizen> go to project -> settings -> general -> advanced -> delete project
<agd5f> got it. thanks
<bnieuwenhuizen> not sure what would be up with visibility assuming you got the dropdown box
<pq> could the "parent" level be private?
<agd5f> I get the drop down, but it wouldn't drop down
boistordu_ex has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
rsalvaterra_ has quit []
rsalvaterra has joined #dri-devel
boistordu_ex has joined #dri-devel
vivijim has joined #dri-devel
alyssa has joined #dri-devel
<alyssa> dschuermann: cwabbott: ooo, ssa ra talk, spicy
agx has quit [Read error: Connection reset by peer]
agx has joined #dri-devel
Peste_Bubonica has joined #dri-devel
thellstrom has quit [Ping timeout: 480 seconds]
Sumera is now known as Guest2827
Guest2827 is now known as Sumera
Sumera is now known as Guest2829
dviola has quit [Quit: WeeChat 3.2]
sdutt has joined #dri-devel
heat has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
agx has quit [Read error: Connection reset by peer]
agx has joined #dri-devel
sdutt has quit []
sdutt has joined #dri-devel
rsalvaterra_ has joined #dri-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
agx has quit [Read error: Connection reset by peer]
urja has quit [Remote host closed the connection]
agx has joined #dri-devel
urja has joined #dri-devel
<cwabbott> alyssa: you're attending the workshop, right?
Duke`` has joined #dri-devel
nchery has joined #dri-devel
<alyssa> cwabbott: I'd like to! let me see what my class schedule is like
<alyssa> There are *gasp* in person classes this fall...
agx has quit [Read error: Connection reset by peer]
agx has joined #dri-devel
nsneck has joined #dri-devel
iive has joined #dri-devel
SamJames[m] has joined #dri-devel
Guest1889 has quit [Ping timeout: 480 seconds]
gpoo has quit [Ping timeout: 480 seconds]
gpoo has joined #dri-devel
markus has joined #dri-devel
mattrope has joined #dri-devel
rsalvaterra has joined #dri-devel
rsalvaterra_ has quit [Ping timeout: 480 seconds]
<alyssa> cwabbott: Alright, I'll be there 😄
thellstrom has joined #dri-devel
<alyssa> "The recommended setup is using X11 with Chrome/Chromium, as this is the most stable."
<alyssa> 😯
<graphitemaster> My favorite way of running chrome is chromium --user-data-dir=/tmp and then rebooting immediately afterwards to clean myself of the google.
pcercuei has quit [Read error: No route to host]
DrNick has joined #dri-devel
DrNick is now known as Guest2841
<alyssa> graphitemaster: I used to do that but then I got vaccinated 🙃
Guest2841 has quit []
enick_510 has joined #dri-devel
<graphitemaster> There's a vaccine for google?
pcercuei has joined #dri-devel
enick_510 is now known as DrNick
<imirkin_> eventually you learn to stop worrying and love the google
<alyssa> 🤖
<DrNick> block all ads and ignore the google
<graphitemaster> Or, click on all ads and confuse the Google.
<graphitemaster> What if there was a browser extension that just mixed in other's Google searches with your own, we could use their algorithms against them.
rsalvaterra_ has joined #dri-devel
ngcortes has joined #dri-devel
lemonzest has quit [Quit: Quitting]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan_ has joined #dri-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
mbrost has joined #dri-devel
thellstrom has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #dri-devel
rsalvaterra_ has quit [Ping timeout: 480 seconds]
tzimmermann has joined #dri-devel
vivijim has quit [Ping timeout: 480 seconds]
ramaling_ has joined #dri-devel
<mattst88> cwabbott, alyssa: I'm interested in this SSA RA talk/workshop. is this going to be at XDC?
<mattst88> I guess I'm missing some context
vivek has joined #dri-devel
<mattst88> \o/ thanks
<mattst88> so cool to see stuff like this land. I was poking at SSA-based RA on Intel back in 2014...
* jekstrand is very interested as well
<jekstrand> I've changed my tune, I think, and now think I should have tried harder for SSA with IBC.
<jekstrand> TBH, if we could convert it to SSA, that would probably make the difference to allow us to land it.
ppascher has quit [Ping timeout: 480 seconds]
heat has quit [Ping timeout: 480 seconds]
sneil_ has joined #dri-devel
sneil has quit [Ping timeout: 480 seconds]
ngcortes has quit [Ping timeout: 480 seconds]
sneil_ has quit [Ping timeout: 480 seconds]
tzimmermann has quit [Quit: Leaving]
ramaling_ has quit [Ping timeout: 480 seconds]
sneil has joined #dri-devel
sneil has quit [Ping timeout: 480 seconds]
sneil has joined #dri-devel
ramaling_ has joined #dri-devel
ramaling_ has quit []
sneil_ has joined #dri-devel
ngcortes has joined #dri-devel
sneil has quit [Ping timeout: 480 seconds]
ramaling_ has joined #dri-devel
<mattst88> I still find myself half way through a mesa build, wondering why ccache is not doing much to help
<mattst88> and then realize that I did 'git checkout master'
jessica_24 has joined #dri-devel
<dj-death> heh
<jekstrand> mattst88: Could be worse. You could be doing kernel dev.
<mattst88> definitely
<jekstrand> My bi-weekly rebase usually costs 20m of build time or so
<mattst88> ouch
<jekstrand> Not gonna lie. I'm kinda wishing for a desktop these days...
<jekstrand> With maybe an i9 or a xeon or a threadripper or something.
<Plagman> i highly recommend the 3990x
<Plagman> it seems overkill at first but still a giant different for building kernels and other things compared to even the 32-core ones
<mattst88> 5950x was briefly in stock on newegg this week
<airlied> even a few years old desktop xeon kicks most laptops asses I'd expect
<Plagman> except an new macbook air with m1 because apparently those can do anything faster than anyone else, with no power
<Plagman> (according to the internet)
<airlied> oh yes those are made from magic beans
<HdkR> Threadripper is an interesting market, since scalpers don't play there so it's usually in stock.
<HdkR> Definitely recommend it as well. Makes my unit test runs :pinched_fingers:
ramaling_ has quit [Ping timeout: 480 seconds]
<mattst88> I was surprised to see how expensive motherboards are these days
<mattst88> like $500+ motherboards are not unusual
<mattst88> also: lol @ scalpers not caring about threadripper: https://smile.amazon.com/dp/B0815SBQ9W
<mattst88> > Price: $5,789.99
<HdkR> Well at least TR pro is available at MSRP :P
<FLHerne> Even my 3900X is literally 50x faster than the laptop I was using before
<bl4ckb0ne> i upgraded from a haswell i5 to a 3700x and its worth every money unit
<FLHerne> (Bobcat kind of sucked)
<HdkR> s/kind of//
<FLHerne> well, the battery life was decent
<FLHerne> and the GPU was actually pretty good for a cheap laptop
<FLHerne> but yeah, "slower than a heavily-sedated sloth" or whatever Linus said
<HdkR> haha
mlankhorst has quit [Ping timeout: 480 seconds]
macromorgan_ has quit []
macromorgan has joined #dri-devel
pcercuei has quit [Quit: dodo]
K`den has joined #dri-devel
Kayden has quit [Read error: Connection reset by peer]
YuGiOhJCJ has joined #dri-devel
Peste_Bubonica has quit [Quit: Leaving]
Duke`` has quit [Ping timeout: 480 seconds]
pnowack has quit [Quit: pnowack]
ppascher has joined #dri-devel
iive has quit []
<pinchartl> sravn: I hate adding -Wno-error=... options to the kernel build, every time it recompiles everything from scratch :-(
* pinchartl needs a fast - and silent - build machine
jessica_24 has quit [Quit: Connection closed for inactivity]
<jekstrand> Get an M1. I hear they're faster than a Xeon server, fanless and run for days on a single AA battery.
<imirkin_> AAA*
<jekstrand> Sorry
<imirkin_> i thought it ran on energy picked up from wifi
<icecream95> No, but you can use AirDrop to transfer power from your neighbour's iPhone
<jekstrand> imirkin_: I use batteries because I don't want to get COVID from the 5G.
<imirkin_> jekstrand: logical.
<Lightkey> Elementary, my dear Watson.
<imirkin_> this just makes me want to watch 'virus alert' again
* icecream95 wonders how long it will be until he can take the vaccine and stop wearing a tinfoil mask when going past 5G towers
rasterman has quit [Quit: Gettin' stinky!]
agx has quit [Remote host closed the connection]
The_Company has joined #dri-devel
agx has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]