Emma Anholt

Results 122 comments of Emma Anholt

The NIR unpacking support is now merged: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/45

Yeah, I had that thought too, but that seemed like a reasonable tradeoff.

I don't think anybody has put time into GLES1 conformance tests. I'd appreciate any effort you could put toward it, though.

Basic idea for how this would work: Initially emit our interpolation as a single QIR instruction that can get folded into the tex_* write. Once we've done our optimization, a...

Pure driver issue. I'll need to get an apitrace of stellarium when the problem occurs and then figure out what's going wrong with optimization that we're not meeting the kernel's...

Hmm, didn't reproduce with Mesa/kernel master. Checking out back to Mesa 13 now.

Didn't reproduce on Mesa 13.0.0 either. Mesa 13 predates FS threading, so the kernel version shouldn't matter, either, unless you're as far back as the kernel not having branching. Does...

Successfully looked at the moon today. I guess VC4_DEBUG wouldn't work because you're on a release build of Mesa. gl_FragColor > 1 should be just fine -- it gets clamped...

(FWIW, I've been waiting on this bug, assuming that when the submitters update Mesa it'll resolve itself)

installing current stellarium debs to give the new reproducing instructions a shot, and if that fails then I'll try from source. Don't assign any memory to the GPU in config.txt;...