ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
Daanct12 has quit [Remote host closed the connection]
Danct12 has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.4]
Danct12 has joined #lima
uis has quit [resistance.oftc.net charon.oftc.net]
jernej has quit [resistance.oftc.net charon.oftc.net]
linkmauve has quit [resistance.oftc.net charon.oftc.net]
marex has quit [resistance.oftc.net charon.oftc.net]
megi has quit [resistance.oftc.net charon.oftc.net]
rellla has quit [resistance.oftc.net charon.oftc.net]
jelly has quit [resistance.oftc.net charon.oftc.net]
viciouss[m] has quit [resistance.oftc.net charon.oftc.net]
DavidHeidelberg[m] has quit [resistance.oftc.net charon.oftc.net]
freemangordon has quit [resistance.oftc.net charon.oftc.net]
erle has quit [resistance.oftc.net charon.oftc.net]
tanty has quit [resistance.oftc.net charon.oftc.net]
rpirea has quit [resistance.oftc.net charon.oftc.net]
enunes has quit [resistance.oftc.net charon.oftc.net]
xdarklight has quit [resistance.oftc.net charon.oftc.net]
mvnetbiz[m] has quit [resistance.oftc.net charon.oftc.net]
gallo[m] has quit [resistance.oftc.net charon.oftc.net]
mmind00 has quit [resistance.oftc.net charon.oftc.net]
mripard1 has quit [resistance.oftc.net charon.oftc.net]
prahal[m]1 has quit [resistance.oftc.net charon.oftc.net]
gamiee has quit [resistance.oftc.net charon.oftc.net]
Danct12 has quit [Quit: WeeChat 4.0.4]
marex has joined #lima
jernej has joined #lima
linkmauve has joined #lima
uis has joined #lima
gallo[m] has joined #lima
enunes has joined #lima
rpirea has joined #lima
mmind00 has joined #lima
xdarklight has joined #lima
mvnetbiz[m] has joined #lima
prahal[m]1 has joined #lima
gamiee has joined #lima
mripard1 has joined #lima
megi has joined #lima
rellla has joined #lima
viciouss[m] has joined #lima
DavidHeidelberg[m] has joined #lima
freemangordon has joined #lima
jelly has joined #lima
tanty has joined #lima
erle has joined #lima
DavidHeidelberg[m] has quit [Ping timeout: 482 seconds]
gallo[m] has quit [Ping timeout: 482 seconds]
viciouss[m] has quit [Ping timeout: 482 seconds]
mripard1 has quit [Ping timeout: 515 seconds]
prahal[m]1 has quit [Ping timeout: 520 seconds]
mvnetbiz[m] has quit [Ping timeout: 480 seconds]
Danct12 has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.4]
Danct12 has joined #lima
Danct12 has quit []
Danct12 has joined #lima
mripard has joined #lima
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.4]
Danct12 has joined #lima
prahal[m]1 has joined #lima
Danct12 has quit [Quit: WeeChat 4.0.4]
Danct12 has joined #lima
<enunes>
rpirea: hmm there have been changes recently with register intrinsics, and I think lima_compiler is untested
<enunes>
rpirea: can you share your shader and if you were trying to do something specific by using lima_compiler?
<enunes>
depending on what you want to do, maybe drm_shim is an option too, and goes over the same driver infrastructure rather than the separate lima_compiler tool
<enunes>
if this ends up being a bug I wonder if we still have a use case for lima_compiler or should delete it and just document lima drm_shim usage
<enunes>
anarsoul: will you get back to those patches fixing the shader-db assert issues? :)
<enunes>
it does seem that standalone lima_compiler doesn't have exactly the same lowering options
<enunes>
rpirea: would you mind filing an issue in mesa for it?
<enunes>
my opinion is that we should consider deleting it and adding a chapter to our driver docs explaining how to do offline shader compiler without hardware using drm_shim instead
Danct12 has joined #lima
cwabbott has quit [Write error: connection closed]
zspec has quit [Write error: connection closed]
jstultz has quit [Read error: No route to host]
lvrp16 has quit [Read error: Connection reset by peer]
robher has quit [Read error: Connection reset by peer]
daniels has quit [Write error: connection closed]
austriancoder has quit [Write error: connection closed]
cwabbott has joined #lima
jstultz has joined #lima
robher has joined #lima
austriancoder has joined #lima
lvrp16 has joined #lima
daniels has joined #lima
zspec has joined #lima
drod has joined #lima
<anarsoul>
rpirea: enunes: lima_compiler never worked properly. I'd suggest using drm-shim and mesa-shader-db
<anarsoul>
and IIRC it's not actually a lima compiler bug, but standalong glsl compiler bug
<anarsoul>
enunes: I'm pretty busy at work in coming weeks, but I'll eventually get back to it
mripard has quit [Quit: mripard]
<anarsoul>
rpirea: if you desperately want to get standalone compiler working, IIRC you need to replace writing gl_Position with a write to some varying
DavidHeidelberg[m] has joined #lima
<anarsoul>
oh, your shader doesn't like a sampler
<anarsoul>
*in your shader it doesn't like a sampler
<anarsoul>
rpirea: anyway, I guess the question is why you need lima_compiler
<anarsoul>
it cannot produce any binaries that you can load later, it's just a debug tool for lima devs
<rpirea>
anarsoul: I don't need lima_compiler. Just trying to learn glsl basics and and play with mali 400 at the same time. I will use drm shim anyway.
drod has quit [Ping timeout: 480 seconds]
drod has joined #lima
viciouss[m] has joined #lima
<enunes>
anarsoul: any objections to delete lima_compiler from the codebase?