<anarsoul>
marex: I guess it's easier to try running the app you need with lima and fix the issues if you get any
<anarsoul>
note that mali4x0 is not GL2-compliant, so some piglit tests will fail
camus has joined #lima
kaspter has quit [Ping timeout: 260 seconds]
camus is now known as kaspter
warpme_ has quit [Quit: Connection closed for inactivity]
Barada has joined #lima
<marex>
anarsoul: is there a way to capture and replay one specific frame of an application ? I guess apitrace, but I didn't yet find a way to replay a frame on !x11 with libwaffle
<anarsoul>
you can trim apitrace with its qt frontend
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #lima
kaspter has quit [Ping timeout: 240 seconds]
camus has joined #lima
camus is now known as kaspter
kaspter has quit [Ping timeout: 264 seconds]
kaspter has joined #lima
yann has joined #lima
yann has quit [Ping timeout: 260 seconds]
Barada has quit [Read error: Connection reset by peer]
Barada has joined #lima
kaspter has quit [Remote host closed the connection]
kaspter has joined #lima
sphalerite has joined #lima
chewitt has quit [Ping timeout: 256 seconds]
camus has joined #lima
kaspter has quit [Ping timeout: 272 seconds]
camus is now known as kaspter
chewitt has joined #lima
cp- has quit [Quit: Disappeared in a puff of smoke]
cp- has joined #lima
cp- has quit [Quit: Disappeared in a puff of smoke]
cp- has joined #lima
Barada has quit [Quit: Barada]
<marex>
anarsoul: I mean, I would likely need to render that one frame on the target device
warpme_ has joined #lima
<linkmauve>
anarsoul, shouldn’t it be disabled by default, if it isn’t compliant?
dev1990 has joined #lima
gcl has quit [Ping timeout: 240 seconds]
kaspter has quit [Quit: kaspter]
gcl has joined #lima
gcl_ has joined #lima
gcl has quit [Ping timeout: 246 seconds]
dllud has quit [Read error: Connection reset by peer]
dllud has joined #lima
dev1990_ has joined #lima
dev1990 has quit [Ping timeout: 272 seconds]
yann has joined #lima
yann has quit [Ping timeout: 260 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
yann has joined #lima
yann has quit [Ping timeout: 260 seconds]
<anarsoul>
linkmauve: nope
<anarsoul>
it allows to run some apps (and most compositors)
<anarsoul>
marex: you can use remote replay with qapitrace
<linkmauve>
Aren’t most compositors using GLES 2.0?
<anarsoul>
kwin uses desktop GL
<anarsoul>
same for gnome shell
<linkmauve>
TIL.
<linkmauve>
I guess I’ve been spoiled by Weston and wlroots. ^^
<marex>
anarsoul: is that documented anywhere ?
<marex>
anarsoul: btw I found the testcase I am looking for -- piglit# ./bin/arb_point_sprite-checkerboard
<marex>
anarsoul: that one triggers the problem for me, but that's on etnaviv
<anarsoul>
marex: what exactly do you want to be documented?
<anarsoul>
gl_PointCoord is implemented, so point sprites should work
<marex>
anarsoul: the remote replay
<marex>
anarsoul: but I will look into it, thanks for pointing that out
<enunes>
marex: I looked into point sprites a while ago and there were some issues, but I dropped it since iirc it would not be useful for gles2... is some relevant application broken because of it?
<enunes>
hmm apparently it may be in gles2
<marex>
enunes: neverball on etnaviv triggers problems with point sprites
<marex>
enunes: thats something I plan to debug shortly
<enunes>
yeah I think thats how I started looking into it last time