mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
disable llvm code in fs
This commit is contained in:
parent
3c3c1ff5cd
commit
8b054cd6eb
1 changed files with 2 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ shade_quad(
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef MESA_LLVM
|
||||
#define DLLVM 0
|
||||
static void
|
||||
|
|
@ -297,6 +298,7 @@ shade_quad_llvm(struct quad_stage *qs,
|
|||
}
|
||||
}
|
||||
#endif /*MESA_LLVM*/
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Per-primitive (or per-begin?) setup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue