<anarsoul>
I noticed it accidentally when I worked on BO cache
<anarsoul>
I added lima_bo_wait() to lima_bo_cache_get() and it "fixed" stuttering in X11 and weston with multiple windows
<anarsoul>
but glmark2 -b textures still caused stuttering, I checked and it turned out that -b textures doesn't reallocate ctx BO, so it doesn't call lima_bo_wait
<anarsoul>
I temporarily removed BO cache and added lima_submit_wait() to serialize jobs to see if it helps but it didn't
<anarsoul>
replaced it with lima_bo_wait() for FB - and voila - it works
<anarsoul>
I wonder if something's wrong with drmSyncobj* in lima
drod has joined #lima
drod has quit [Remote host closed the connection]
Barada has quit [Quit: Barada]
adjtm has quit [Ping timeout: 244 seconds]
chewitt has quit [Quit: Adios!]
adjtm has joined #lima
_whitelogger has joined #lima
yuq825 has quit [Remote host closed the connection]
Barada has joined #lima
suprothunderbolt has quit [Ping timeout: 245 seconds]
hoijui has joined #lima
Da_Coynul has joined #lima
Da_Coynul has quit [Client Quit]
Da_Coynul has joined #lima
dddddd has joined #lima
Da_Coynul has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Da_Coynul has joined #lima
Da_Coynul has quit [Client Quit]
adjtm has quit [Ping timeout: 276 seconds]
adjtm has joined #lima
hoijui has quit [Quit: Leaving]
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
yuq825 has joined #lima
Barada has quit [Quit: Barada]
jrmuizel has joined #lima
chewitt has joined #lima
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #lima
yuq825 has quit [Quit: Leaving.]
chewitt has quit [Quit: Zzz..]
chewitt has joined #lima
drod has joined #lima
niceplace has quit [Ping timeout: 240 seconds]
niceplace has joined #lima
drod has quit [Ping timeout: 240 seconds]
adjtm has quit [Ping timeout: 246 seconds]
libv_ has joined #lima
libv has quit [Ping timeout: 268 seconds]
drod has joined #lima
<anarsoul>
enunes: rellla: anyone's around? :)
<anarsoul>
I think I found a bug that causes stuttering