]> git.pld-linux.org Git - packages/Mesa.git/blob - nouveau_no_rtti.patch
up to 21.0.2
[packages/Mesa.git] / nouveau_no_rtti.patch
1 diff -dur mesa-mesa-18.3.0.orig/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp mesa-mesa-18.3.0/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp
2 --- mesa-mesa-18.3.0.orig/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp       2018-12-07 12:20:00.000000000 +0100
3 +++ mesa-mesa-18.3.0/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp    2018-12-11 12:52:45.000000000 +0100
4 @@ -745,9 +745,6 @@
5  {
6     if (!i)
7        i = new_Instruction(pol.context(), op, dType);
8 -#ifndef NDEBUG // non-conformant assert, so this is required
9 -   assert(typeid(*i) == typeid(*this));
10 -#endif
11  
12     pol.set<Instruction>(this, i);
13  
This page took 0.064352 seconds and 3 git commands to generate.