mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
Fix build errors.
This commit is contained in:
parent
0e31e24659
commit
c584142543
2 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "tgsi_platform.h"
|
||||
#include "pipe/tgsi/exec/tgsi_core.h"
|
||||
#include "st_mesa_to_tgsi.h"
|
||||
#include "shader/prog_instruction.h"
|
||||
#include "shader/prog_parameter.h"
|
||||
|
||||
#define TGSI_DEBUG 0
|
||||
|
|
|
|||
|
|
@ -29,11 +29,15 @@
|
|||
#ifndef ST_MESA_TO_TGSI_H
|
||||
#define ST_MESA_TO_TGSI_H
|
||||
|
||||
#include "GL/gl.h"
|
||||
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct tgsi_token;
|
||||
struct gl_program;
|
||||
|
||||
GLboolean
|
||||
tgsi_translate_mesa_program(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue