JohnnyonFlame has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has joined #dri-devel
bgs has joined #dri-devel
Mangix has quit [Remote host closed the connection]
Mangix has joined #dri-devel
tzimmermann has joined #dri-devel
fab has joined #dri-devel
dviola has quit [Quit: WeeChat 3.8]
ahajda__ has joined #dri-devel
kts has joined #dri-devel
bgs has quit [Remote host closed the connection]
jkrzyszt has joined #dri-devel
dviola has joined #dri-devel
lemonzest has quit [Quit: WeeChat 3.6]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
itoral has joined #dri-devel
fab has quit [Quit: fab]
pochu has joined #dri-devel
Company has quit [Quit: Leaving]
jfalempe has joined #dri-devel
lemonzest has joined #dri-devel
sghuge has joined #dri-devel
fab has joined #dri-devel
sarnex_ has joined #dri-devel
<MrCooper>
yshui`: makes sense to me
sarnex has quit [Remote host closed the connection]
thellstrom has joined #dri-devel
frieder has joined #dri-devel
ice9 has joined #dri-devel
danvet has joined #dri-devel
vliaskov has joined #dri-devel
mvlad has joined #dri-devel
lynxeye has joined #dri-devel
rasterman has joined #dri-devel
itoral has quit [Remote host closed the connection]
tursulin has joined #dri-devel
itoral has joined #dri-devel
apinheiro has joined #dri-devel
pcercuei has joined #dri-devel
jluthra_ has quit [Remote host closed the connection]
jluthra_ has joined #dri-devel
alatiera6 is now known as alatiera
ice99 has joined #dri-devel
ice9 has quit [Read error: Connection reset by peer]
junaid has joined #dri-devel
junaid_ has joined #dri-devel
junaid__ has joined #dri-devel
junaid has quit [Remote host closed the connection]
junaid__ has quit [Remote host closed the connection]
junaid_ has quit [Remote host closed the connection]
<yshui`>
MrCooper, the unregister was there. it was removed but I opened a MR to put it back.
<MrCooper>
good catch
fdu has quit [Ping timeout: 480 seconds]
Leopold has quit [Ping timeout: 480 seconds]
ahajda_ has joined #dri-devel
ahajda__ has quit [Ping timeout: 480 seconds]
devilhorns has joined #dri-devel
pcercuei has quit [Read error: Connection reset by peer]
pcercuei has joined #dri-devel
srslypascal has quit [Ping timeout: 480 seconds]
JohnnyonFlame has joined #dri-devel
Johnny has joined #dri-devel
JohnnyonF has quit [Ping timeout: 480 seconds]
JohnnyonFlame has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #dri-devel
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
epoll has quit [Ping timeout: 480 seconds]
jdavies has joined #dri-devel
jdavies is now known as Guest3736
jdavies_ has joined #dri-devel
minecrell has quit [Read error: Connection timed out]
minecrell has joined #dri-devel
epoll has joined #dri-devel
Guest3736 has quit [Ping timeout: 480 seconds]
dviola has quit [Ping timeout: 480 seconds]
rsalvaterra has quit []
rsalvaterra has joined #dri-devel
itoral has quit []
fab has quit [Quit: fab]
lemonzest has quit [Quit: WeeChat 3.6]
fab has joined #dri-devel
fab has quit []
fab has joined #dri-devel
fab has quit [Quit: fab]
fab has joined #dri-devel
Zopolis4 has quit []
lemonzest has joined #dri-devel
kts has quit [Quit: Leaving]
agd5f has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
dviola has joined #dri-devel
dailth^ has quit [Remote host closed the connection]
heat has joined #dri-devel
rcf1 has joined #dri-devel
rcf has quit [Quit: WeeChat 3.4.1]
devilhorns has quit [Remote host closed the connection]
devilhorns has joined #dri-devel
ondracka has joined #dri-devel
<alyssa>
Hum, why is my -Dllvm=disabled build still inexplicably linkin gLLVM
zehortigoza has quit [Remote host closed the connection]
<alyssa>
because pebkac, nvm
devilhorns has quit []
alyssa has left #dri-devel [#dri-devel]
srslypascal has joined #dri-devel
<ondracka>
This should be a valid nir_opt_algebraic syntax, right? (('bcsel', ('flt', a, b), 1.0, 0.0), ('slt', a, b))? Because right now I get "AssertionError: The search expression bit size 0.0 and replace expression bit size b may not be the same"
Company has joined #dri-devel
<jenatali>
I think you'd need @16, @32, @64 variations on the flt instruction
<jenatali>
You might also need a b2f in the replace expression
<pendingchaos>
yeah, I think that pattern would incorrectly match "bcsel@32(flt(a@64, b@64), 1.0, 0.0)"
<pendingchaos>
there's no requirement that the flt is the same bit size as the bcsel
<jenatali>
I don't think that's portable, since slt will produce a bool (1bit), which is different than the result of the 32-bit bcsel
djbw has quit [Read error: Connection reset by peer]
<jenatali>
You'd need a b2f to convert to 1.0/0.0
<pendingchaos>
slt produces a float
<jenatali>
Oh. I just assumed it was "signed less than" which would return a bool. Nevermind
vliaskov has quit [Remote host closed the connection]
<ondracka>
BTW it still doesn't do what I want, it looks like other op has a precedens, there is a fmul by a constant with the bcsel result in the case I'm trying to optimize and it gets moved to before of both of the bcsel sources, snippet here: https://paste.centos.org/view/1a0efa01
<ondracka>
What determines the precendece in nir_opt_algebraic?
<jenatali>
The order of optimizations in the list
kts has joined #dri-devel
<ondracka>
Hm, even if I put it right to top, the fmul moving still happens first :-(
<ondracka>
The stuff defined in nir_opt_algebraic.py is everything that happens in nir_opt_algebraic pas or is there something else also going on?
MajorBiscuit has quit [Ping timeout: 480 seconds]
<cwabbott>
ugh, rb_tree_insert compare seems to have the opposite direction as qsort compare
<cwabbott>
also, apparently it's 4 space tabs?!
chloekek has joined #dri-devel
junaid has joined #dri-devel
srslypascal has quit [Ping timeout: 480 seconds]
chloekek has quit []
chloekek has joined #dri-devel
frieder has quit [Remote host closed the connection]
heat_ has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
heat has quit [Read error: No route to host]
chloekek has quit []
kzd has joined #dri-devel
srslypascal has joined #dri-devel
djbw has joined #dri-devel
tursulin has quit [Ping timeout: 480 seconds]
X512 has joined #dri-devel
<X512>
That is the status of DRI framework after removing all non-Gallium OpenGL drivers from Mesa repo? DRI framework now looks like redurant wrapper over Gallium.
<emersion>
yes
<emersion>
we want to slim it down and eventually remove it
JohnnyonFlame has joined #dri-devel
Johnny has quit [Ping timeout: 480 seconds]
ondracka has quit [Remote host closed the connection]
Guest3291 has quit []
ybogdano has joined #dri-devel
nchery has joined #dri-devel
X512 has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Leaving]
dviola has quit [Quit: WeeChat 3.8]
dviola has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
fab has quit [Remote host closed the connection]
fab has joined #dri-devel
jdavies_ has quit [Remote host closed the connection]
nchery has quit [Remote host closed the connection]
Haaninjo has joined #dri-devel
apinheiro has quit [Ping timeout: 480 seconds]
Zopolis4 has joined #dri-devel
iive has joined #dri-devel
tzimmermann has quit [Quit: Leaving]
heat_ has quit [Remote host closed the connection]
heat_ has joined #dri-devel
<tlwoerner>
hi everyone, it's GSoC time again! i've gone ahead and applied for GSoC on behalf of XOrg.
<tlwoerner>
please get in touch if you'd like to mentor
X512 has joined #dri-devel
<tlwoerner>
many thanks to mairacanal for her idea: "increase coe coverage of DRM code" and for agreeing to mentor this year!!
<X512>
kallisti5: for example Wayland use EGL only. There are no WaylandGL thing.
<X512>
Matrix bridge is broken here. Matrix messages are not visible on IRC.
thellstrom has quit [Ping timeout: 480 seconds]
nchery has joined #dri-devel
<jenatali>
Not strictly true. Coming from a Matrix user here
kzd_ has joined #dri-devel
heat_ has quit [Remote host closed the connection]
heat_ has joined #dri-devel
<kisak>
unregistered users on Matrix can have their messages bounced on the IRC side, that's a per-user config issue
<kisak>
^Matrix users who haven't registered with the IRC side
kzd has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
ice99 has quit [Remote host closed the connection]
ice99 has joined #dri-devel
junaid has quit [Remote host closed the connection]
kzd_ has quit []
<ccr>
the same applies to all users, it's the channel mode +M. only users registered to NickServ are able to talk. Matrix just "circumvents" the issue for other Matrix users.
<ccr>
which is the cause of confusion
kzd has joined #dri-devel
junaid has joined #dri-devel
ngcortes has joined #dri-devel
YuGiOhJCJ has joined #dri-devel
heat_ has quit [Read error: No route to host]
heat has joined #dri-devel
X512 has quit [Ping timeout: 480 seconds]
kzd_ has joined #dri-devel
Guest3791 has joined #dri-devel
greenjustin_ has joined #dri-devel
fab has quit [Quit: fab]
kzd has quit [Ping timeout: 480 seconds]
greenjustin is now known as Guest3794
greenjustin_ is now known as greenjustin
Company has quit [Read error: Connection reset by peer]
heat has quit [Remote host closed the connection]
Company has joined #dri-devel
heat has joined #dri-devel
Guest3794 has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
X512 has joined #dri-devel
X512 has quit []
X512 has joined #dri-devel
X512 has quit []
X512 has joined #dri-devel
junaid has quit [Ping timeout: 480 seconds]
ice99 has quit [Ping timeout: 480 seconds]
The_Company has joined #dri-devel
neonking_ has joined #dri-devel
invertedoftc0 has joined #dri-devel
vyivel_ has joined #dri-devel
bl4ckb0ne_ has joined #dri-devel
jkhsjdhjs_ has joined #dri-devel
emersion_ has joined #dri-devel
larunbe has joined #dri-devel
psykose_ has joined #dri-devel
ds- has joined #dri-devel
FLHerne_ has joined #dri-devel
dwlsalmeida4 has joined #dri-devel
pjakobsson_ has joined #dri-devel
JoshuaAs- has joined #dri-devel
italove5 has joined #dri-devel
srslypascal_ has joined #dri-devel
heat_ has joined #dri-devel
jfalempe_ has joined #dri-devel
BobBeck1 has joined #dri-devel
samuelig_ has joined #dri-devel
jkrzyszt_ has joined #dri-devel
minecrell1 has joined #dri-devel
mriesch_ has joined #dri-devel
Dragoon has joined #dri-devel
milek7_ has joined #dri-devel
q66_ has joined #dri-devel
Venemo_ has joined #dri-devel
TMM_ has joined #dri-devel
pendingchaos_ has joined #dri-devel
hakzsam_ has joined #dri-devel
aleasto- has joined #dri-devel
mmind00_ has joined #dri-devel
haasn- has joined #dri-devel
Dragoon is now known as Guest3870
kxkamil2 has joined #dri-devel
ced117_ has joined #dri-devel
CounterPillow_ has joined #dri-devel
vsyrjala_ has joined #dri-devel
X512 has quit [Ping timeout: 480 seconds]
Piraty_ has joined #dri-devel
Tele42 has joined #dri-devel
gallo7 has joined #dri-devel
heat has quit [charon.oftc.net helix.oftc.net]
Company has quit [charon.oftc.net helix.oftc.net]
jfalempe has quit [charon.oftc.net helix.oftc.net]
pochu has quit [charon.oftc.net helix.oftc.net]
jkrzyszt has quit [charon.oftc.net helix.oftc.net]
TMM has quit [charon.oftc.net helix.oftc.net]
columbarius has quit [charon.oftc.net helix.oftc.net]
ZenWalker has quit [charon.oftc.net helix.oftc.net]
alatiera has quit [charon.oftc.net helix.oftc.net]
RSpliet has quit [charon.oftc.net helix.oftc.net]
bbrezillon has quit [charon.oftc.net helix.oftc.net]
ubitux has quit [charon.oftc.net helix.oftc.net]
mmind00 has quit [charon.oftc.net helix.oftc.net]
msizanoen[m] has quit [charon.oftc.net helix.oftc.net]
XiaoYaoBing[m] has quit [charon.oftc.net helix.oftc.net]
glennk has quit [charon.oftc.net helix.oftc.net]
minecrell has quit [charon.oftc.net helix.oftc.net]
alarumbe has quit [charon.oftc.net helix.oftc.net]
vyivel has quit [charon.oftc.net helix.oftc.net]
srslypascal has quit [charon.oftc.net helix.oftc.net]
lemonzest has quit [charon.oftc.net helix.oftc.net]
xroumegue has quit [charon.oftc.net helix.oftc.net]
haasn` has quit [charon.oftc.net helix.oftc.net]
pochu_ has joined #dri-devel
sphalerite has quit [charon.oftc.net helix.oftc.net]
neonking has quit [charon.oftc.net helix.oftc.net]
ds` has quit [charon.oftc.net helix.oftc.net]
mwk has quit [charon.oftc.net helix.oftc.net]
nanonyme has quit [charon.oftc.net helix.oftc.net]
psykose has quit [charon.oftc.net helix.oftc.net]
sravn has quit [charon.oftc.net helix.oftc.net]
deathmist2 has quit [charon.oftc.net helix.oftc.net]
pendingchaos has quit [charon.oftc.net helix.oftc.net]
q66 has quit [charon.oftc.net helix.oftc.net]
Venemo has quit [charon.oftc.net helix.oftc.net]
emersion has quit [charon.oftc.net helix.oftc.net]
bl4ckb0ne has quit [charon.oftc.net helix.oftc.net]
pjakobsson has quit [charon.oftc.net helix.oftc.net]
turol has quit [charon.oftc.net helix.oftc.net]
aissen has quit [charon.oftc.net helix.oftc.net]
Adrinael has quit [charon.oftc.net helix.oftc.net]
DragoonAethis has quit [charon.oftc.net helix.oftc.net]
kxkamil has quit [charon.oftc.net helix.oftc.net]
italove has quit [charon.oftc.net helix.oftc.net]
BobBeck has quit [charon.oftc.net helix.oftc.net]
vsyrjala has quit [charon.oftc.net helix.oftc.net]
sven has quit [charon.oftc.net helix.oftc.net]
JoshuaAshton has quit [charon.oftc.net helix.oftc.net]
frytaped has quit [charon.oftc.net helix.oftc.net]
dreda has quit [charon.oftc.net helix.oftc.net]
ced117 has quit [charon.oftc.net helix.oftc.net]
bubblethink[m] has quit [charon.oftc.net helix.oftc.net]
invertedoftc has quit [charon.oftc.net helix.oftc.net]
kallisti5[m] has quit [charon.oftc.net helix.oftc.net]
knr has quit [charon.oftc.net helix.oftc.net]
masush5[m] has quit [charon.oftc.net helix.oftc.net]
hakzsam has quit [charon.oftc.net helix.oftc.net]
kj has quit [charon.oftc.net helix.oftc.net]
Eighth_Doctor has quit [charon.oftc.net helix.oftc.net]
simon-perretta-img has quit [charon.oftc.net helix.oftc.net]
Andy[m]1 has quit [charon.oftc.net helix.oftc.net]
rellla has quit [charon.oftc.net helix.oftc.net]
dwlsalmeida has quit [charon.oftc.net helix.oftc.net]
CounterPillow has quit [charon.oftc.net helix.oftc.net]
Piraty has quit [charon.oftc.net helix.oftc.net]
tagr_ has quit [charon.oftc.net helix.oftc.net]
pepp has quit [charon.oftc.net helix.oftc.net]
gallo has quit [charon.oftc.net helix.oftc.net]
danylo has quit [charon.oftc.net helix.oftc.net]
mlankhorst has quit [charon.oftc.net helix.oftc.net]
Anson[m] has quit [charon.oftc.net helix.oftc.net]
nyorain[m] has quit [charon.oftc.net helix.oftc.net]
onox[m] has quit [charon.oftc.net helix.oftc.net]
devarsht[m] has quit [charon.oftc.net helix.oftc.net]
Quinten[m] has quit [charon.oftc.net helix.oftc.net]
aleasto has quit [charon.oftc.net helix.oftc.net]
mriesch has quit [charon.oftc.net helix.oftc.net]
gnustomp[m] has quit [charon.oftc.net helix.oftc.net]
JosExpsito[m] has quit [charon.oftc.net helix.oftc.net]
dabrain34[m] has quit [charon.oftc.net helix.oftc.net]
GeorgesStavracasfeaneron[m] has quit [charon.oftc.net helix.oftc.net]
kisak has quit [charon.oftc.net helix.oftc.net]
yshui` has quit [charon.oftc.net helix.oftc.net]
tuxayo has quit [charon.oftc.net helix.oftc.net]
DemiMarie has quit [charon.oftc.net helix.oftc.net]
DrNick has quit [charon.oftc.net helix.oftc.net]
samuelig has quit [charon.oftc.net helix.oftc.net]
FLHerne has quit [charon.oftc.net helix.oftc.net]
mceier has quit [charon.oftc.net helix.oftc.net]
yoslin has quit [charon.oftc.net helix.oftc.net]
LinuxHackerman has quit [charon.oftc.net helix.oftc.net]
vidal72[m] has quit [charon.oftc.net helix.oftc.net]
milek7 has quit [charon.oftc.net helix.oftc.net]
eyearesee has quit [charon.oftc.net helix.oftc.net]
mripard has quit [charon.oftc.net helix.oftc.net]
jkhsjdhjs has quit [charon.oftc.net helix.oftc.net]
ds- is now known as ds`
FLHerne_ is now known as FLHerne
RSpliet has joined #dri-devel
mlankhorst has joined #dri-devel
mwk has joined #dri-devel
lemonzest has joined #dri-devel
deathmist2 has joined #dri-devel
columbarius has joined #dri-devel
ZenWalker has joined #dri-devel
ubitux has joined #dri-devel
alatiera has joined #dri-devel
tagr has joined #dri-devel
sravn has joined #dri-devel
yoslin has joined #dri-devel
sven has joined #dri-devel
mvlad has quit [Remote host closed the connection]
CounterPillow_ is now known as CounterPillow
ahajda_ has quit []
gouchi has quit [Remote host closed the connection]
sphalerite has joined #dri-devel
pepp has joined #dri-devel
Adrinael has joined #dri-devel
rellla has joined #dri-devel
Tele42 is now known as kisak
glennk has joined #dri-devel
turol has joined #dri-devel
dreda has joined #dri-devel
kj has joined #dri-devel
nanonyme has joined #dri-devel
dreda is now known as Guest3910
mceier has joined #dri-devel
simon-perretta-img has joined #dri-devel
aissen has joined #dri-devel
xroumegue has joined #dri-devel
bbrezillon has joined #dri-devel
ngcortes has quit [Remote host closed the connection]
ngcortes has joined #dri-devel
dabrain34[m] has joined #dri-devel
apinheiro has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
ZenWalker has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
mmind00_ has left #dri-devel [#dri-devel]
mmind00 has joined #dri-devel
alyssa has joined #dri-devel
* alyssa
still doesn't know how she's supposed to run her own mesa builds on target devices after 1026d293441 ("dri: Introduce internal Mesa DRI driver loader extension.")
<alyssa>
like, concretely
<alyssa>
and have finally hit the dreaded "libEGL fatal: DRI driver not from this Mesa build"
<airlied>
well you didn't know how to do it conceretely before then either
<alyssa>
scp over the libgallium_dri.so file and set LIBGL_DRIVERS_PATH=
<alyssa>
what do I do now?
<airlied>
that wasn't concrete though :-P
<airlied>
copy over the libEGL as well
<alyssa>
last time I asked someone said glvnd but didn't elaborate
<alyssa>
libEGL, ok
<airlied>
maybe libglapi has to go
<alyssa>
copy it where
<airlied>
do a local ninja install to a prefix and rsync the lot over?
<airlied>
then set LD_LIBRARY_PATH to that dir
<alyssa>
sure, ok
<airlied>
since normally I think the answer is use devenv or whatevs, but that won't work if you are just scping
<alyssa>
right
<alyssa>
I use devenv for asahi since I build on target
<alyssa>
but that doesn't make sense for the zillion random slow arm boards I have
* airlied
assumes you'd mostly just be rsyncing the gallium driver in the end anyways
<alyssa>
oh, because rsync does diffs, right..
* alyssa
doesn't have rsync on the zillion boards but that can be fixed
* airlied
used to use tar -cf - | ssh tar -xf - ah those were the days
psykose_ has left #dri-devel [#dri-devel]
psykose has joined #dri-devel
<alyssa>
oof
<alyssa>
ok, my target has rsync on it now
jkrzyszt_ has quit [Ping timeout: 480 seconds]
<alyssa>
new problem, why are all the *_dri.so files being installed as separate files and not symlinks...
<anholt>
they're installed as hardlinks
<anholt>
this was supposed to be less confusing and error prone than all being links to some_dri.so. I may have been wrong abuot that.
<alyssa>
*nod*
<airlied>
rsync -H
<alyssa>
airlied: yeah that did it thanks :)
<alyssa>
ok, let's replace my scp abomination with `rsync -avhH install/ [$ODROIDN2]:~/install/` then
<airlied>
then just set LD_LIBRARY_PATH instead
XiaoYaoBing[m] has joined #dri-devel
<airlied>
oh you might need LIBGL_DRIVERS_PATH if install/ and ~/install/ are different absolute paths
<airlied>
on either side
<alyssa>
:+1:
<alyssa>
/home/alyssa/mesa/install/ on both sides is good enough
<alyssa>
okay, this works
<alyssa>
airlied: anholt: thank you both :)
<alyssa>
my only outstanding concern is the disk wear and tear (on my build machine) from constantly ninja install'ing
<alyssa>
though, hmm, what if I install into a tmpfs actually.. I wonder if rsync will do the right thing for that
<HdkR>
rsync will do everything for you :)
<alyssa>
yeah that did it
<HdkR>
rsync is your friend
<alyssa>
admittedly installing into /dev/shm seems obnoxious but, does the trick lol
<HdkR>
:D
<alyssa>
concretely, my setup:
<airlied>
alyssa: I don't think the ninja install is going to be much delta over compiling