<Ntemis>
i should only being needing BR2_PACKAGE_MESA3D_OPENGL_ES
<Ntemis>
am out of ideas
<HdkR>
cmake option caching problem?
<HdkR>
Once you have libGL, libEGL, libGLESv2 it stops being a mesa problem :)
<Ntemis>
hmm
<Ntemis>
i prop need to start fresh then
<Ntemis>
i will make clean and call it a night
<Ntemis>
ok fired up and clean build
<Ntemis>
crossing fingers
<Ntemis>
thanks for the time and the support
<Ntemis>
does it make any difference am working on 19.2.7? and not 19.3.3?
<HdkR>
Just runtime bugs
<Ntemis>
figures
<Ntemis>
ok thanks again catch you tomorrow when i start complaining my luck here
stikonas has quit [Remote host closed the connection]
Ntemis has quit [Remote host closed the connection]
tlwoerner has quit [Quit: Leaving]
ezequielg has quit []
ezequielg has joined #panfrost
nerdboy has quit [Ping timeout: 265 seconds]
megi has quit [Ping timeout: 240 seconds]
urjaman has quit [Ping timeout: 268 seconds]
buzzmarshall has quit [Remote host closed the connection]
icecream95 has joined #panfrost
davidlt has joined #panfrost
tlwoerner has joined #panfrost
nerdboy has joined #panfrost
vstehle has quit [Ping timeout: 272 seconds]
vstehle has joined #panfrost
karolherbst has quit [Remote host closed the connection]
karolherbst has joined #panfrost
cowsay_ has quit [Ping timeout: 272 seconds]
<icecream95>
alyssa: 62d056d8e32 ("panfrost: Disable some CAPs we want lowered")
guillaume_g has joined #panfrost
cowsay has joined #panfrost
karolherbst has quit [Remote host closed the connection]
karolherbst has joined #panfrost
karolherbst has quit [Remote host closed the connection]
karolherbst has joined #panfrost
yann has quit [Ping timeout: 265 seconds]
karolherbst has quit [Remote host closed the connection]
karolherbst has joined #panfrost
alpernebbi has joined #panfrost
yann has joined #panfrost
urjaman has joined #panfrost
icecream95 has quit [Ping timeout: 260 seconds]
megi has joined #panfrost
hang3r has joined #panfrost
davidlt has quit [Ping timeout: 268 seconds]
raster has joined #panfrost
Xalius has joined #panfrost
buzzmarshall has joined #panfrost
<alyssa>
icecream95: Hm, I see.
<alyssa>
So two-sided colour lowering in compiler/nir/nir_lower_two_sided_color.c assumes that PIPE_CAP_TGSI_FS_FACE_IS_INTERGER_SYSVAL is set.
<alyssa>
(on L174)
<alyssa>
It shouldn't be hard to fix that pass to check for a CAP and lower appropriately.
<alyssa>
(We really want this lowered correctly since gl_FrontFace is literally a varying in the hardware and it avoids a lot of metadata. If we absolutely had to do it with intrinsics, fine, but this looks like a bug in NIR)
<tomeu>
alyssa: do you have an idea of how hard it would be to implement nir_texop_txf_ms ?
<alyssa>
tomeu: txf_ms is pretty easy, but it exists to sample MSAA buffers, and properly implementing MSAA buffers might be.. less easy
<alyssa>
So chicken and egg I think (since how do you test if MSAA is working? txf_ms..)
<tomeu>
alyssa: I was mainly asking because the assert seems to disrupt gathering test results, making it unstable
<tomeu>
I wouldn't mind for the functionality to be actually broken, if it stops making other tests fail