freedreno-zz
freedreno-zz
try run-cffdump.sh *.rd redump is only for the 2d stuff, so quite likely it is confused by 3d logs
hmm, now I just need to figure out how to see the files you attached (I'm kinda new to the github issue tracker.. never used it before)
hmm, at least for GL1.4, glxgears needed TGSI_OPCODE_LIT, which I hadn't implemented yet (although es2gears which uses glsl shaders works ok). 15fps seems like it might be software fallback? For...
fwiw, here are the configure flags that I use: ./autogen.sh --prefix=/usr --with-dri-drivers= --with-gallium-drivers=freedreno,swrast --with-egl-platforms=x11 --enable-gles2 --enable-gles1 --enable-debug --enable-gallium-egl --disable-gallium-llvm --enable-xa
fwiw, the a3xx should support occlusion query, and I suspect the a2xx does as well. But, as far as I can tell the gles2 blob drivers do not implement any...