ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel has landed in mainline, userspace driver is part of mesa - Logs at https://people.freedesktop.org/~cbrill/dri-log/index.php?channel=lima and https://freenode.irclog.whitequark.org/lima - Contact ARM for binary driver support!
camus1 has joined #lima
kaspter has quit [Ping timeout: 240 seconds]
camus1 is now known as kaspter
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #lima
buzzmarshall has quit [Remote host closed the connection]
champagneg has quit [Ping timeout: 240 seconds]
champagneg has joined #lima
champagneg has quit [Ping timeout: 240 seconds]
champagneg has joined #lima
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #lima
Barada has joined #lima
<rellla> which breaks at least dEQP-GLES2.functional.uniform_api.value.initial.render.basic.ivec2_vertex
<rellla> with nir_lower_int_to_float.c:99: lower_alu_instr: Assertion `nir_alu_type_get_base_type(info->output_type) != nir_type_int && nir_alu_type_get_base_type(info->output_type) != nir_type_uint' failed.
kaspter has quit [Remote host closed the connection]
kaspter has joined #lima
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #lima
<enunes> rellla: I checked now, this test seems to pass for me
<enunes> I think I'm not doing debug builds though
<enunes> hmm apparently I am
monstr has joined #lima
austriancoder_ has joined #lima
e has quit [Ping timeout: 606 seconds]
austriancoder has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
griffinp has quit [*.net *.split]
austriancoder_ is now known as austriancoder
jonkerj has quit [Remote host closed the connection]
jonkerj has joined #lima
griffinp has joined #lima
lvrp16 has joined #lima
Barada has quit [Quit: Barada]
e has joined #lima
<anarsoul> rellla: can you share test output with NIR_PRINT=1?
camus1 has joined #lima
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
kaspter has quit [Remote host closed the connection]
kaspter has joined #lima
<rellla> anarsoul, enunes: https://pastebin.com/raw/98yE5Nc4
putti_ has joined #lima
Putti has quit [Disconnected by services]
putti_ is now known as Putti
monstr has quit [Remote host closed the connection]
<anarsoul> likely umax is not handled?
<anarsoul> try checking with gdb what instruction causes the failure
<anarsoul> or add extra prints :)
cwabbott has quit [Quit: cwabbott]
cwabbott has joined #lima
buzzmarshall has joined #lima
mmind00 has quit [Quit: No Ping reply in 180 seconds.]
<anarsoul> rellla: umax is not handled in lower_alu_instr()
<anarsoul> you need to add it there (just handle it the same as imax)
<anarsoul> please also add handling for umin