Results 31 comments of Gert Wollny

I'd like to chime in that R600_DEBUG=nir will not become the default with Mesa 22.2.0, it's simply not there yet. More helpful logs with R600 nir can be obtained by...

What is true however, is the code path glsl-to-tgsi will be replaced by glsl-to-nir + nir-to-tgsi.

Your using an old version of mesa - the reworked nir code landed just recently (and that's why I couldn't find the `std::array` because in the new code it is...

I see, well then just wait until 22.2.0-rc1 is packaged there, and retest with that (I myself are not that familiar with arch Linux)

The reason AMD TURKS graphics cards only expose OpenGL 3.3 when using the default setting is that these cards don't support ARB_gpu_shader_fp64 (i.e. 64bit floating point) in hardware. The old...

@hotcapy The default OpenGL version is still 3.3, because to get a higher version reported you have to force the NIR backend when running whatever program you use to print...

This, or what I proposed in #27 (i.e. a prefix _ants-_ for all excutables) would indeed be very nice.

I ran into the same problem, i.e. `main` was missing when linking tests and above suggestion of adding `-fno-lto` fixed it. gcc --version; (Debian 10.2.1-6) 10.2.1 20210110

Actually, the November/December patches of the Debian package made it compile with dcmtk 3.6.1. You might also want to have a look at the fork: https://github.com/jenslody/aeskulap best, Gert

I'll take a look into it. We were already discussing that it would be nice if queries would be executed, because we want to debug reading back values in virglrenderer