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 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]
<
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
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