[Mesa-dev] [PATCH 0/5] Gallium support for TXF and TXL with level = 0

Marek Olšák maraeo at gmail.com
Tue Mar 7 14:13:24 UTC 2017


On Tue, Mar 7, 2017 at 1:38 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Why can't the compiler perform this opt? At least we do that in nouveau...

Our LLVM sample intrinsics don't preserve the texture target
information. It would be possible to do that with hacks, but I'd
rather avoid that, because it would need a new LLVM IR pass in
radeonsi. The information about level=0 also can't be extracted from
TGSI directly, because it can't enumerate all "defs" of a src operand.

Marek


More information about the mesa-dev mailing list