From e75faa3e43360995354683987c42e02b5ca16b19 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 31 Jan 2013 14:25:42 +0000 Subject: assembler: Don't pollute the library files with gen4asm.h gen4asm.h is assembler specific while we want the library files to be somewhat of a proper library. This means that we have to redefine the GL* typedefs for brw_structs.h, not using any of thet GL typedef will be for a future commit. Signed-off-by: Damien Lespiau --- assembler/brw_structs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assembler/brw_structs.h') 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 + +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: */ -- cgit v1.2.3