00:18
narmstrong has quit [Read error: Connection reset by peer]
00:20
narmstrong has joined #lima
00:30
ezequielg has joined #lima
00:42
lvrp16 has quit [Ping timeout: 246 seconds]
00:42
ezequielg has quit [Read error: Connection reset by peer]
00:42
austriancoder has quit [Ping timeout: 250 seconds]
00:43
robher has quit [Ping timeout: 245 seconds]
00:45
narmstrong has quit [Ping timeout: 245 seconds]
00:47
ric96 has quit [Ping timeout: 248 seconds]
01:05
megi has quit [Ping timeout: 240 seconds]
01:15
ezequielg has joined #lima
01:29
ezequielg has quit [Ping timeout: 272 seconds]
01:31
ezequielg has joined #lima
01:40
ezequielg has quit [Read error: Connection reset by peer]
01:41
ezequielg has joined #lima
02:00
ezequielg has quit [Ping timeout: 272 seconds]
02:33
dddddd has quit [Ping timeout: 265 seconds]
03:21
lvrp16 has joined #lima
03:21
lvrp16 has quit [Excess Flood]
04:15
anarsoul has quit [Ping timeout: 268 seconds]
04:17
anarsoul has joined #lima
05:15
Barada has joined #lima
06:06
Barada1 has joined #lima
06:08
Barada has quit [Ping timeout: 272 seconds]
06:08
Barada1 is now known as Barada
06:25
<
anarsoul >
rellla: it looks like you may need to split lima_blend_factor() into several functions
06:25
<
anarsoul >
these extra 'ifs' don't look good
06:41
<
anarsoul >
rellla: btw, values returned by lima_blend_factor() look like bitmap to me
06:41
<
anarsoul >
PIPE_BLENDFACTOR_SRC_COLOR = 0, PIPE_BLENDFACTOR_SRC_ALPHA = 16
06:42
<
anarsoul >
PIPE_BLENDFACTOR_DST_COLOR = 1, PIPE_BLENDFACTOR_DST_ALPHA = 17
06:42
<
anarsoul >
(1 << 4) means alpha
06:43
<
anarsoul >
PIPE_BLENDFACTOR_INV_SRC_COLOR = 8, PIPE_BLENDFACTOR_INV_SRC_ALPHA = 24
06:43
<
anarsoul >
to (1 << 3) means INV
06:45
<
anarsoul >
I guess last 3 bits are SRC = 0, DST = 1, CONST = 2, ZERO = 3, SATURATE = 4, ??? = 5, ??? = 6, ??? = 7
06:46
<
anarsoul >
let's take a look at panfrost sources :)
06:48
austriancoder has joined #lima
06:53
<
anarsoul >
nah, it's different there
07:02
ric96 has joined #lima
07:02
narmstrong has joined #lima
07:05
lvrp16 has joined #lima
07:12
ezequielg has joined #lima
08:01
robher has joined #lima
08:04
anarsoul|c has joined #lima
08:06
yann has quit [Ping timeout: 268 seconds]
08:34
yuq825 has joined #lima
09:06
yann|work has joined #lima
09:07
marex-cloud has joined #lima
09:47
<
rellla >
anarsoul: i used more helper functions now. we have more code in the end but i think it better explains now what mali does.
09:48
monstr has joined #lima
10:07
megi has joined #lima
10:11
anarsoul|c has quit [Quit: Connection closed for inactivity]
10:29
warpme_ has joined #lima
10:33
kaspter has quit [Quit: kaspter]
10:41
dddddd has joined #lima
12:23
megi has quit [Ping timeout: 268 seconds]
12:49
yuq825 has quit [Remote host closed the connection]
13:05
<
rellla >
anarsoul: i have 40/40 passes with dEQP-GLES2.functional.default_vertex_attrib.* on a cubieboard1(A10) with current master but (old) 5.0.0 kernel
13:39
<
rellla >
crashes simply crash without kernel error. i did not investigate more.
13:39
<
rellla >
kernel crashes show the gp task error
13:40
megi has joined #lima
13:45
<
rellla >
and the others simply run out of memory (maybe due to some endless loop?) all other tests finish cleanly. either with a pass or a fail
14:06
<
rellla >
enunes: thanks
14:10
<
rellla >
dEQP-GLES2.functional.shaders.random.texture.fragment.106 is also failing nowadays btw. but this one i didn't bisect. maybe it's the opt_algebraic patch as well
14:13
<
enunes >
this was already in the skip list right?
14:14
Barada has quit [Quit: Barada]
14:14
<
rellla >
which one?
14:14
<
enunes >
dEQP-GLES2.functional.shaders.random.*
14:15
<
enunes >
I copied the one I have from you a couple of weeks ago probably
14:15
<
enunes >
maybe I should update it now that you've been fixing all the tests
14:15
<
rellla >
there have been some .* in it
14:15
<
rellla >
now we have just single tests
14:24
<
rellla >
they are done with current master and my blend commit.
14:25
<
enunes >
ok I'll update it and generate a new caselist to use from now on
14:26
<
rellla >
it's just current master without the blend commit
14:26
<
rellla >
dEQP-GLES2.functional.fragment_ops.blend.* should also go away once merged
14:51
<
rellla >
enunes: it's your liveness commit that breaks dEQP-GLES2.functional.shaders.random.texture.fragment.106 btw :p
14:52
<
enunes >
rellla: damn, and I spent a massive amount of effort testing that
14:52
<
enunes >
but that one was still on my skip list
14:53
<
enunes >
anything else breaks or just that?
14:53
<
rellla >
just that one with yours and the other one i mentioned with the opt_algebraic patch
14:54
<
enunes >
what is the opt_algenraic patch?
14:58
yuq825 has joined #lima
15:01
<
enunes >
I don't see something immediately obvious, it could be that that test only worked before due to luck
15:25
yuq825 has quit [Quit: Leaving.]
16:03
anarsoul|c has joined #lima
17:03
yann|work has quit [Ping timeout: 272 seconds]
17:25
monstr has quit [Remote host closed the connection]
18:40
yann|work has joined #lima
21:00
<
anarsoul >
rellla: enunes: so attribute tests randomly fail on H3 :\
21:00
<
anarsoul >
sometimes they pass, sometimes they don't