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/
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #lima
camus1 has joined #lima
camus has quit [Read error: Connection reset by peer]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
camus1 has joined #lima
camus has quit [Read error: Connection reset by peer]
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
narmstrong_ has quit [Read error: Connection reset by peer]
cwabbott has quit [Read error: Connection reset by peer]
narmstrong_ has joined #lima
robher has quit [Remote host closed the connection]
jstultz has quit [Read error: Connection reset by peer]
drod has joined #lima
camus1 has joined #lima
camus has quit [Ping timeout: 480 seconds]
jstultz has joined #lima
robher has joined #lima
cwabbott has joined #lima
camus has joined #lima
camus1 has quit [Ping timeout: 480 seconds]
<anarsoul>
rellla: have you tried to play with lima_blend_factor() beyond value of 4?
<anarsoul>
it looks like there're 3 bits allocated for it, so there's at least 8 values, only 5 are used
<anarsoul>
it just asks to try 5-7 for PIPE_BLENDFACTOR_SRC1 :)
<anarsoul>
the question is how to specify 2nd color
<anarsoul>
if SRC1 is supported, 5, 6 or 7 should work exactly as PIPE_BLEND_FACTOR_SRC if we use $0 for gl_FragColor
<anarsoul>
and break once we use anything different for gl_FragColor