From: Brian Paul Date: Tue, 4 Jan 2011 14:24:36 +0000 (-0700) Subject: i965g: include brw_types.h instead of GL/gl.h X-Git-Tag: mesa-7.11-rc1~2983 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a102074bb30e44273e999ee8cdd2afbfbc4e333;p=platform%2Fupstream%2Fmesa.git i965g: include brw_types.h instead of GL/gl.h Alternately, some search&replace could be used to replace all occurances of GLint with int, etc. in the driver. --- diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h index 8ecb998..ec6eec8 100644 --- a/src/gallium/drivers/i965/intel_structs.h +++ b/src/gallium/drivers/i965/intel_structs.h @@ -1,7 +1,7 @@ #ifndef INTEL_STRUCTS_H #define INTEL_STRUCTS_H -#include +#include "brw_types.h" struct br0 { GLuint length:8;