mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
clover: Handle PIPE_SHADER_IR_NIR in switch
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
277818ecfb
commit
9525f33164
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
assert(0);
|
||||
m = module();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue