mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
tgsi: Include missing header in tgsi_sse2.h.
Include p_compiler.h for boolean symbol. Clean up forward declarations.
This commit is contained in:
parent
b47af6ad6d
commit
f099e73b7b
1 changed files with 4 additions and 1 deletions
|
|
@ -32,9 +32,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
struct tgsi_exec_machine;
|
||||
struct tgsi_interp_coef;
|
||||
struct tgsi_token;
|
||||
struct x86_function;
|
||||
struct tgsi_interp_coef;
|
||||
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue