Jan Vesely <[email protected]> writes: > Signed-off-by: Jan Vesely <[email protected]> > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp > b/src/gallium/state_trackers/clover/llvm/invocation.cpp > index 96f6a48..e2cadda 100644 > --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp > +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp > @@ -893,8 +893,9 @@ clover::compile_program_llvm(const std::string &source, > module m; > // Build the clover::module > switch (ir) { > + case PIPE_SHADER_IR_NIR: > case PIPE_SHADER_IR_TGSI: > - //XXX: Handle TGSI > + //XXX: Handle TGSI, NIR
Heh, I doubt that writing a NIR LLVM back-end would be particularly rewarding or useful, but sure: Reviewed-by: Francisco Jerez <[email protected]> > assert(0); > m = module(); > break; > -- > 2.5.5
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
