summaryrefslogtreecommitdiff
path: root/assembler/brw_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/brw_structs.h')
-rw-r--r--assembler/brw_structs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h
index e650bf51..2f6aafb8 100644
--- a/assembler/brw_structs.h
+++ b/assembler/brw_structs.h
@@ -33,6 +33,14 @@
#ifndef BRW_STRUCTS_H
#define BRW_STRUCTS_H
+#include <stdint.h>
+
+typedef unsigned char GLubyte;
+typedef short GLshort;
+typedef unsigned int GLuint;
+typedef int GLint;
+typedef float GLfloat;
+
/* These seem to be passed around as function args, so it works out
* better to keep them as #defines:
*/