mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Allow the print opcode to compile
This commit is contained in:
parent
6c1948d593
commit
b4979ec178
1 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#include "math/m_translate.h"
|
||||
#include "t_context.h"
|
||||
#include "t_pipeline.h"
|
||||
#include "t_vp_build.h"
|
||||
#include "t_vb_arbprogram.h"
|
||||
|
||||
#define DISASSEM 0
|
||||
|
|
@ -976,7 +975,7 @@ static void cvp_emit_inst( struct compilation *cp,
|
|||
}
|
||||
break;
|
||||
}
|
||||
case VP_OPCODE_PRINT:
|
||||
|
||||
case VP_OPCODE_END:
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue