glsl2: Replace the GLSL compiler with the glsl2 project.

This commit is contained in:
Eric Anholt
2010-06-21 11:29:15 -07:00
parent 3d6012303c
commit 0a1b54df7a
8 changed files with 157 additions and 36 deletions

View File

@@ -36,6 +36,7 @@
#include "glsl_types.h"
extern "C" {
#include "main/mtypes.h"
#include "shader/prog_instruction.h"
#include "shader/prog_print.h"
}