lsntvt__ has quit [Ping timeout: 480 seconds]
luc646274 has quit []
luc646274 has joined #powervr
frankbinns has quit [Ping timeout: 480 seconds]
frankbinns has joined #powervr
lsntvt__ has joined #powervr
fultilt has quit [Quit: Leaving]
frankbinns has quit [Read error: Connection reset by peer]
frankbinns has joined #powervr
frankbinns has quit [Ping timeout: 480 seconds]
frankbinns has joined #powervr
lsntvt_ has joined #powervr
lsntvt__ has quit [Ping timeout: 480 seconds]
frankbinns1 has joined #powervr
frankbinns2 has joined #powervr
frankbinns has quit [Ping timeout: 480 seconds]
frankbinns1 has quit [Ping timeout: 480 seconds]
frankbinns2 has quit [Read error: Connection reset by peer]
frankbinns has joined #powervr
frankbinns has quit [Read error: Connection reset by peer]
frankbinns has joined #powervr
frankbinns has quit [Ping timeout: 480 seconds]
fultilt has joined #powervr
lsntvt_ has quit [Ping timeout: 480 seconds]
frankbinns has joined #powervr
deathmist1 has joined #powervr
deathmist has quit [Ping timeout: 480 seconds]
deathmist1 is now known as deathmist
paulk has joined #powervr
<paulk> hi! might be a bit off-topic, I'm currently working to integrate gbm and wayland support from the renesas WSEGL implementation for the Allwinner A133's GE8300 binary blobs
<paulk> besides the fact that Allwinner didn't release the public powervr header wsegl.h for rogue DDK 1.11@5516664, I think I'm seeing ABI issues
<paulk> especially glGetString
<paulk> returns NULL, apparently because it fails to find its TLS data
<paulk> AFAIK the DDK uses GCC thread-local storage, not pthread
<paulk> blobs were built with aarch64-openwrt-linux-gnu 6.4.1
<paulk> I'm using gcc 14 so I'm wondering if it's likely that there is an ABI issue (stack-related) preventing it from getting the TLS data?
<paulk> maybe that rings a bell to somebody
<paulk> I definitely have a good GL context set, etc