Fix build errors.

This commit is contained in:
José Fonseca 2007-11-19 17:23:55 +00:00
parent 0e31e24659
commit c584142543
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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(