jkrzyszt has quit [Remote host closed the connection]
Duke`` has joined #dri-devel
fab has joined #dri-devel
sgruszka has quit [Remote host closed the connection]
Leopold__ has quit [Ping timeout: 480 seconds]
Leopold_ has joined #dri-devel
maxzor__ has quit [Remote host closed the connection]
bgs has joined #dri-devel
djbw has joined #dri-devel
vliaskov has quit [Read error: Connection reset by peer]
rmckeever has joined #dri-devel
Net147 has quit [Ping timeout: 480 seconds]
digetx has quit [Ping timeout: 480 seconds]
<anholt>
gallo: what are you up to on !21002?
tursulin has quit [Ping timeout: 480 seconds]
aravind has quit [Ping timeout: 480 seconds]
<gallo[m]>
anholt: the performance tracking needs the performance jobs created to have data. The last time we had updates was on Jan 25. Sorry for the last marge assignment. I meant to assign it before, but I got confused with the UI
<anholt>
you just unassigned it from marge
kts has quit [Quit: Leaving]
<gallo[m]>
oh, sorry. I had the MR tab opened with the sidebar active, and then I clicked in the main div, and it triggered something. I did not realize it. My bad
sergi has joined #dri-devel
frieder has quit [Remote host closed the connection]
junaid has joined #dri-devel
alyssa has joined #dri-devel
<alyssa>
and that's when it hit me
<alyssa>
i have no idea how to install mesa
ice9 has quit [Ping timeout: 480 seconds]
Net147 has joined #dri-devel
pallavim has joined #dri-devel
<MrCooper>
it's called blissful ignorance
mbrost has joined #dri-devel
digetx has joined #dri-devel
mbrost_ has joined #dri-devel
<danvet>
MrCooper, I was about to say this is what distros are for :-P
<alyssa>
I used to just scp libgallium_dri.so around and yolo
<Ristovski>
alyssa: I assume you have a bouncer and read the message from marek? (he wanted to make sure you got it)
<alyssa>
Ristovski: :+1:
<HdkR>
alyssa: Just `sudo ninja install` right? :)
junaid has quit [Remote host closed the connection]
ngcortes has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
<zmike>
DavidHeidelberg[m]: I'm seeing virgl-iris-traces job running from changes to a branch that only changes lavapipe files
<zmike>
do you know if this is intended
<anholt>
zmike: it's a test-manual-mr, so it should appear but be manual
ice9 has joined #dri-devel
<zmike>
ah ok
<anholt>
hopefully the manual gets removed quickly, otherwise I need to make a manual test-source-dep.yml list for it
<anholt>
(probably me, because test-source-dep is impenetrable, as I have recently demonstrated)
<zmike>
amen
<gfxstrand>
hakzsam: Done
<hakzsam>
thanks!
thellstrom has quit [Ping timeout: 480 seconds]
ice9 has quit [Ping timeout: 480 seconds]
mvlad has quit [Remote host closed the connection]
<jenatali>
10 minutes for the sanity job is a bit of a pain...
Leopold_ has joined #dri-devel
<gfxstrand>
:-/
<daniels>
jenatali: queued?
<jenatali>
Yep
gouchi has quit [Remote host closed the connection]
<jenatali>
Looks like there's no runner available
<jenatali>
gfxstrand: Would love an ack/review from you on the first 2 patches in !21029. Then I'd probably split them out and land them first
<jenatali>
I'd also love an ack/review on !20945, at least the first patch - the second (useful) patch I can get someone on my team to look
Duke`` has quit [Ping timeout: 480 seconds]
JohnnyonFlame has joined #dri-devel
<daniels>
jenatali: looks like just NetworkManager doing really long-running tests again
<daniels>
one way to ameliorate that would be by getting them to be able to better parallelise their tests
<gfxstrand>
jenatali: Is adding align really all that's needed for the vectorizer to run?
<jenatali>
It causes progress to return true, since align gets updated by the vectorizer
fab has quit [Quit: fab]
<gfxstrand>
ah
ice9 has joined #dri-devel
ice99 has joined #dri-devel
ice9 has quit [Read error: Connection reset by peer]
<zf>
hmm, somehow the broken shader is also triggering "Illegal set constant without bind flag"
<zf>
I'll keep debugging, but I don't suppose that's interesting?
<airlied>
nope not interesting usually
<zf>
it seems somehow there's no fragment shader loop at all
<airlied>
all the triangles get culled?
karolherbst_ has joined #dri-devel
karolherbst has quit [Read error: Connection reset by peer]
<zf>
I don't know why they would; whatever's going wrong is specific to the fragment shader body
ice99 has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
mbrost has quit [Ping timeout: 480 seconds]
mbrost_ has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
Jeremy_Rand_Talos_ has quit [Remote host closed the connection]
Jeremy_Rand_Talos_ has joined #dri-devel
ahajda_ has quit []
jdavies__ has joined #dri-devel
computermouth has joined #dri-devel
jdavies_ has quit [Remote host closed the connection]
<computermouth>
Howdy folks, where's a good channel for asking insane mesa questions?
<computermouth>
for example: can I compile lavapipe for wasm, and have a portable swrast?
srslypascal is now known as Guest3187
srslypascal has joined #dri-devel
kzd has quit [Quit: kzd]
mattst88 has quit [Quit: leaving]
kzd has joined #dri-devel
<airlied>
computermouth: this is a good place to ask crazy questions, but in terms of can you, the answer is can you?
Guest3187 has quit [Ping timeout: 480 seconds]
<computermouth>
word, I'd been running into some problems with meson build flags always trying to build for x11 and requiring dri3. Figured I might ask the pro's to see if anyone had already done it
<Ristovski>
computermouth: Are you setting -Dplatforms when running meson?
<computermouth>
I see, so at the least it sounds like I'd have to make a wasm platform, which maybe only builds static libs of the swrast targets
<Ristovski>
If you want to be explicit, you could do -Dauto_features=disabled, which would turn all of those to "disabled" and then explicitly enable anything/everything you need
<computermouth>
ah! that could be a good place to start, thanks!
<Ristovski>
do note swrast is no longer supported as of mesa 21.0 (superseded by llvmpipe/softpipe). It is still present in the source tree
mattst88 has joined #dri-devel
<computermouth>
Oh interesting. I had been using the term synonymously. I was looking to build lavapipe specifically, and had found -Dvulkan-drivers=swrast, I figured that must be it
<Ristovski>
confusing nomenclature :P "swrast" is also the name of the old "classic" (non-gallium) software renderer
<airlied>
yeah we liked the swrast name :P
<computermouth>
The last time I hacked on mesa was pre-gallium, so I recognized it immediately haha
<JoshuaAshton>
~~classic~~ vintage drivers
<JoshuaAshton>
FineWine(tm)
<Ristovski>
high-ranking drivers
<Ristovski>
hmm, doesn't vulkan-swrast depend on llvm though? I feel like that could be a major blocker for wasm stuff lol
<JoshuaAshton>
Why would llvm be a blocker? I've seen plenty of clang on the web things...
<computermouth>
I also thought it would be fine, but I'm not really an expert in wasm, vulkan, or llvm
<computermouth>
so feel free to tell me I'm a goofball
pcercuei has quit [Quit: dodo]
<kisak>
vulkan-swrast (arch package) provides lavapipe, lavapipe does use llvmpipe