ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel has landed in mainline, userspace driver is part of mesa - Logs at https://people.freedesktop.org/~cbrill/dri-log/index.php?channel=lima and https://freenode.irclog.whitequark.org/lima - Contact ARM for binary driver support!
<anarsoul> rellla: are there results with my changes on top of your branch?
chewitt has quit [Quit: Zzz..]
megi has quit [Ping timeout: 268 seconds]
yuq825 has joined #lima
<anarsoul> hi yuq825
<anarsoul> regarding viewport clipping - blob doesn't use scissor for that, it does something funny with viewport making it larger than target size
<anarsoul> onal.clipping.point.point_clip_viewport_center.xml
<anarsoul> uh, hexchat split it
<anarsoul> yuq825: anyway, hardware doesn't clip anything to viewport
<anarsoul> so if you render a point at (1.1,1.1) - it just is rendered outside of viewport
<yuq825> ok, i see
<yuq825> give a quick dump on my side
<yuq825> seem with my old r4p0, blob do use scissor in this case
dddddd has quit [Ping timeout: 260 seconds]
_whitelogger has joined #lima
ric96 has quit [Ping timeout: 245 seconds]
wiewo has quit [Ping timeout: 245 seconds]
ric96 has joined #lima
anarsoul|c has quit [Ping timeout: 245 seconds]
anarsoul|c has joined #lima
wiewo has joined #lima
forkbomb has quit [*.net *.split]
<MoeIcenowy> anarsoul: what will happen on out-of-viewport point?
<anarsoul> MoeIcenowy: mali renders it if it's within render target
<anarsoul> but it's supposed to be clipped
_whitelogger has joined #lima
<anarsoul> heh, another oneliner fixes ~100 tests in dEQP-GLES2.functional.texture.*
<anarsoul> looks like min_mipfilter_1 gets set sometimes even if there's no mipmapping
<anarsoul> e.g. by blob in dEQP-GLES2.functional.texture.filtering.2d.nearest_linear_clamp_rgba8888_pot
<anarsoul> and it's 8 in this case
<anarsoul> if it's not set test fails
<rellla> anarsoul: http://imkreisrum.de/deqp/lima/ is your MR on top of my stencil branch.
<rellla> i think, we get closer ...
<anarsoul> any regressions?
<anarsoul> these are expected, I mentioned them in MR
<anarsoul> cool
<anarsoul> :)
<rellla> i'll be back later again
<anarsoul> so no regressions
<anarsoul> could you add your tested-by to my MR?
camus has joined #lima
kaspter has quit [Ping timeout: 268 seconds]
camus is now known as kaspter
<anarsoul> I have strong suspicion that our texture descriptor is similar to midgard
<anarsoul> and thus: min_mipfilter_1: 9 is lod_bias, fixed point, signed, i.e. 1.4.4, unknown_1_3 + miplevels is min_lod and max_lod, both fixed point, 4.4
<anarsoul> now just need to figure out why the blob sets it to 1/2 for some cases
<anarsoul> oh, some texture.* fail on blob as well
camus has joined #lima
kaspter has quit [Ping timeout: 268 seconds]
camus is now known as kaspter
<anarsoul> and the rest either etc1 that pass on mali but we emulate it currently via rgba which fails on mali as well
<anarsoul> or not run on blob
_whitelogger has joined #lima
adjtm_ has joined #lima
adjtm has quit [Ping timeout: 258 seconds]
BenG83 has joined #lima
BenG83 has quit [Ping timeout: 240 seconds]
dddddd has joined #lima
forkbomb has joined #lima
<rellla> i updated http://imkreisrum.de/deqp/deqp-complete-dumps_mali400-r6p2_on-allwinner-a20/ with recent mali-syscall-tracker dumps (including all rsw dumps now) and an extended case-list
<rellla> the new findings from PLBU_PRIMITIVE_SETUP aren't included though
<MoeIcenowy> anarsoul: so for out-of-viewports, will they then pollute the framebuffer?
<MoeIcenowy> or if they're just silently rendered, affecting performance?
yann has quit [Ping timeout: 240 seconds]
yann has joined #lima
megi has joined #lima
yuq825 has quit [Quit: Leaving.]
_whitelogger has joined #lima
inode has quit [Ping timeout: 260 seconds]
<anarsoul> MoeIcenowy: rendered means that they appear on render target
<anarsoul> enunes: nice work with liveness analysis
megi has quit [Ping timeout: 240 seconds]
kaspter has quit [Ping timeout: 268 seconds]
kaspter has joined #lima
megi has joined #lima
<anarsoul> enunes: I need a bit more time to review your MR, will try to finish it tonight